@charset "UTF-8";
/* pc <--> sp
-------------------------------------- */
#mediaQuery { display: none; font-family: 'sp'; }

@media all and (min-width: 768px) { #mediaQuery { font-family: 'pc'; } }

@media all and (max-width: 767px) { .viewPc { display: none !important; } }

@media all and (min-width: 768px) { .viewSp { display: none !important; } }

/* clearfix
-------------------------------------- */
.cf:after { content: ''; display: block; clear: both; }

/*  module
================================================ */
.mod_color_pink { color: #f53c7f; }

.mod_btn01 { margin: auto; max-width: 240px; text-align: center; font-size: 14px; }

.mod_btn01 a { display: block; padding: 12px; text-decoration: none; background: #fff70b; color: #000; font-weight: 700; border-radius: 45px; }

@media all and (min-width: 768px) { .mod_btn01 { max-width: 400px; font-size: 18px; }
  .mod_btn01 a { padding: 17px; border-radius: 60px; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
  .mod_btn01 a:hover { background: #fffa71; } }

/*  #container
================================================ */
#container { font-size: 12px; line-height: 1.5; font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; font-weight: 500; overflow: hidden; }

#container img { width: 100%; max-width: 100%; height: auto; }

#container .alpha { display: block; text-decoration: none; }

@media all and (min-width: 768px) { #container { font-size: 14px; }
  #container img { width: auto; }
  #container .alpha { -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
  #container .alpha:hover { opacity: .7; } }

/* #mainVisual
================================================ */
#mainVisual { position: relative;text-align: center;background: url(../img/bg_pattern01.png) center; }

#mainVisual img { max-width: 100%;margin:0 auto; }

#mainVisual .ico { position: absolute; left: 0; bottom: -10px; width: 41%; }

@media all and (min-width: 768px) { #mainVisual .ico { left: 50%; bottom: -47px; width: 22.841%; margin-left: -13px; -webkit-transform: translateX(-100%); -ms-transform: translateX(-100%); transform: translateX(-100%); } }

/*  #lNavi
================================================ */
#lNavi { padding: 24px 0 28px; background: url("../img/bg_pattern01.png") center; }

#lNavi .list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-wrap: wrap; flex-wrap: wrap; }

#lNavi .item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; height: 86px; margin: 0 2px; border-width: 0 1px; border-style: solid; color: #fff; }

#lNavi .item:first-child { border-left: 0; }

#lNavi .item:last-child { border-right: 0; }

#lNavi .item img { height: 50px; width: auto; }

#lNavi .item a.txt-item { color: #fff;font-size: 14px;text-align: center;font-family: TsukuARdGothic-Regular, "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", HG丸ｺﾞｼｯｸM-PRO, HGMaruGothicMPRO, sans-serif; }

@media all and (min-width: 768px) { #lNavi { padding: 40px 0; }
  #lNavi .list { max-width: 860px; margin: auto; border-style: solid; border-width: 0 1px; border-color: #fff; }
  #lNavi .item { height: 100px; }
  #lNavi .item:first-child { border-left: 1px solid; }
  #lNavi .item:last-child { border-right: 1px solid; }
  #lNavi .item img { height: 40px; } 
#lNavi .item a.txt-item {font-size: 18px;} }

@media all and (min-width: 1000px) { #lNavi .item img { height: 62px; } }

/*  #back
================================================ */
#back { margin-top: 12px; text-align: right; font-size: 14px; }

#back .inner { display: block; padding: 0 15px; }

#back a { font-weight: 700; color: #f53c7f; text-decoration: underline; }

@media all and (min-width: 768px) { #back { margin-top: 25px; font-size: 16px; }
  #back .inner { max-width: 1060px; margin: auto; padding: 0 30px; }
  #back a:hover { text-decoration: none; } }

/*  #gallery
================================================ */
#gallery .galleryInner { padding: 30px 36px 33px; }

#gallery .leadTit { position: relative; padding-bottom: 20px; text-align: center; font-weight: 700; font-size: 15px; }

#gallery .leadTit:after { position: absolute; left: 50%; bottom: 0; content: ""; display: block; width: calc(100% + 72px); height: 8px; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); background: url("../img/bg_stripe01_pink.png"); background-size: auto 8px; }

#gallery .leadTit img { display: block; max-width: 182px; margin: 0 auto 18px; }

#gallery .listGallery { margin: 18px -36px 0; }

#gallery .listGallery .item + .item { margin-top: 20px; }

#gallery .listGallery .item01 { padding: 0 36px 0 8px; }

#gallery .listGallery .item02 { padding: 0 2px 0 30px; }

#gallery .listGallery .item03 { padding: 0 34px 0 14px; }

#gallery .listGallery .item04 { padding: 0 8px 0 36px; }

@media all and (min-width: 768px) { #gallery .galleryInner { max-width: 1078px; margin: auto; padding: 40px 145px 20px; }
  #gallery .leadTit { padding-bottom: 24px; font-size: 18px; }
  #gallery .leadTit:after { width: 100%; height: 10px; background-size: auto 10px; }
  #gallery .leadTit img { max-width: 414px; margin: 0 auto 18px; }
  #gallery .listGallery { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 15px -33px 0; }
  #gallery .listGallery .item { width: calc(50% - 66px); margin: 0 33px; }
  #gallery .listGallery .item + .item { margin-top: 0; }
  #gallery .listGallery .item + .item + .item { margin-top: 28px; }
  #gallery .listGallery .item01 { padding: 0; }
  #gallery .listGallery .item01 img { margin-left: -65px; max-width: calc(100% + 65px); }
  #gallery .listGallery .item02 { padding: 0; }
  #gallery .listGallery .item02 img { margin-right: -121px; max-width: calc(100% + 121px); }
  #gallery .listGallery .item03 { padding: 0; }
  #gallery .listGallery .item03 img { margin-left: -29px; max-width: calc(100% + 29px); }
  #gallery .listGallery .item04 { padding: 0; } }

/*  #check
================================================ */
#check { background: #f8f8f6; }

#check .checkInner { padding: 40px 18px 65px; }

#check .tit { position: relative; z-index: 1; max-width: 173px; margin: 0 0 -18px -12px; }

#check .listCheck { padding: 26px 18px 36px; background: #fff; border-radius: 2px; box-shadow: 0 1px 2px 0 rgba(4, 0, 1, 0.1); }

#check .listCheck .item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 19px 0 16px; border-bottom: 1px dotted #dddbdb; }

#check .listCheck .img { width: 76px; padding-right: 15px; }
#check .listCheck .img img { width: 60px;height: 60px;object-fit: cover;  }


#check .listCheck .areaTxt { width: calc(100% - 76px); line-height: 1.42; }

#check .listCheck .titTxt { font-size: 14px; }

#check .listCheck .titTxt a { color: #f53c7f; text-decoration: underline; }

#check .listCheck .txt { margin-top: 8px; color: #666; }

@media all and (min-width: 768px) { #check .checkInner { max-width: 960px; margin: auto; padding: 30px 15px 55px; }
  #check .tit { max-width: 225px; margin: 0 0 -40px 0px; }
  #check .listCheck { padding: 20px 52px 50px; border-radius: 5px; }
  #check .listCheck .item { padding: 27px 10px 26px;width: 50%;float: left; }
  #check .listCheck .img { width: 116px; padding-top: 4px; padding-right: 36px; }
	#check .listCheck .img img { width: 80px;height: 80px;object-fit: cover;  }
  #check .listCheck .areaTxt { width: calc(100% - 116px); line-height: 1.73; }
  #check .listCheck .titTxt { font-size: 15px; line-height: 2; }
  #check .listCheck .titTxt a:hover { text-decoration: none; }
  #check .listCheck .txt { margin-top: 0; } }

/*  #seat
================================================ */
#seat .inner { padding: 65px 16px 33px; }

#seat .leadTit { position: relative; padding-bottom: 20px; font-size: 15px; font-weight: 700; text-align: center; }

#seat .leadTit:after { position: absolute; left: 50%; bottom: 0; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); content: ""; display: block; width: calc(100% + 32px); height: 8px; background: url("../img/bg_stripe01_emerald.png"); background-size: auto 8px; }

#seat .leadTit img { display: block; margin: 0 auto 22px; max-width: 182px; }

#seat .list { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 35px -10px 0; }

#seat .list .item { width: calc(50% - 20px); margin: 0 10px; }

#seat .list .item:nth-child(n+3) { margin-top: 16px; }

#seat .list .img { position: relative; }

#seat .list .img .pickUp { position: absolute; top: -10px; left: 5px; width: 50px; }

#seat .list .areaTxt { margin-top: 5px; padding: 8px 14px 16px; background: url("../img/bg_stripe01.png"); background-size: 8px; line-height: 1.73; }

#seat .list .tit { font-size: 13px; font-weight: 700; }

#seat .list .attention { font-size: 11px; }

.movieWrap{
  margin-bottom: 20px;margin-top: 35px;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movieWrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media all and (min-width: 768px) { #seat .inner { max-width: 1030px; margin: auto; padding: 115px 15px 0; }
  #seat .leadTit { max-width: 800px; margin: auto; padding-bottom: 22px; font-size: 18px; }
  #seat .leadTit:after { width: 100%; height: 10px; background-size: auto 10px; }
  #seat .leadTit img { margin: 0 auto 22px; max-width: 414px; }
  #seat .list { margin: 75px -25px 0; }
  #seat .list .item { width: calc(33.333% - 50px); margin: 0 25px; }
  #seat .list .item:nth-child(n+3) { margin-top: 0; }
  #seat .list .item:nth-child(n+3) + .item { margin-top: 15px; }
  #seat .list .img { margin-right: -10px; }
  #seat .list .img .pickUp { left: 10px; width: 70px; }
  #seat .list .areaTxt { margin-top: 10px; padding: 8px 34px 50px; }
  #seat .list .tit { font-size: 18px; }
  #seat .list .attention { font-size: 12px; }
  #seat .list .txt { margin: -3px 0 0; }
  .movieWrap{ margin-bottom: 28px;margin-top: 75px; } }

/*  #voice
================================================ */
#voice { background: url("../img/bg_stripe01.png"); background-size: 8px; }

#voice .inner { padding: 33px 0 70px; }

#voice .leadTit { position: relative; padding-bottom: 20px; font-size: 15px; font-weight: 700; text-align: center; }

#voice .leadTit:after { position: absolute; left: 50%; bottom: 0; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); content: ""; display: block; width: calc(100% + 32px); height: 8px; background: url("../img/bg_stripe01_green.png"); background-size: auto 8px; }

#voice .leadTit img { display: block; margin: 0 auto 22px; max-width: 256px; }

#voice .list { margin-top: 36px; padding: 25px 18px 28px 28px; background: url("../img/bg_stripe01.png"); background-size: 8px; }

#voice .list .item { position: relative; background: #fff; border-radius: 18px; }

#voice .list .item:after { position: absolute; bottom: 1px; right: 50px; content: ""; display: block; -webkit-transform: translateY(100%); -ms-transform: translateY(100%); transform: translateY(100%); border-style: solid; border-width: 18px 13px 0; border-color: #fff transparent transparent; filter: drop-shadow(-5px 5px 3px #aeadad); }

#voice .list .item:before { position: absolute; top: 0; bottom: 3px; left: 0; right: 0; content: ""; display: block; background: #fff; border-radius: 18px; filter: drop-shadow(-5px 5px 3px #aeadad); }

#voice .list .item + .item { margin-top: 35px; }

#voice .list .content { position: relative; z-index: 1; padding: 10px 18px 32px; background: #fff; margin-left: -10px; border-radius: 18px; }

#voice .list .age { position: relative; padding: 10px 0 0 36px; font-size: 14px; font-weight: 700; }

#voice .list .age:before { position: absolute; top: 0; left: -4px; content: ""; display: block; width: 28px; height: 24px; background: url("../img/ico_voice01.png") no-repeat center/contain; }

#voice .list .txt { margin-top: 12px; line-height: 28px; background: url("../img/bg_voice01_sp.png"); background-size: auto 28px; background-position: top -1px left 50%; }

#voice .list strong { font-weight: 700; }

#voice .voiceBtn { margin-top: 28px; }

@media all and (min-width: 768px) { #voice .inner { max-width: 1100px; margin: auto; padding: 23px 30px 65px; }
  #voice .leadTit { max-width: 800px; margin: auto; padding-bottom: 25px; font-size: 18px; }
  #voice .leadTit:after { width: 100%; height: 10px; background-size: auto 10px; }
  #voice .leadTit img { margin: 0 auto 25px; max-width: 314px; }
  #voice .list { position: relative; margin: 20px -20px 0; padding: 40px 0 0 0; background: transparent; }
  #voice .list:after { content: ""; display: block; clear: both; }
  #voice .list:before { position: absolute; top: 0; left: 50%; width: 140vw; height: calc(100% - 38px); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); content: ""; display: block; }
  #voice .list .item { float: left; z-index: 1; width: calc(50% - 40px); margin: 0 20px; border-radius: 30px; }
  #voice .list .item:after { right: 80px; border-width: 20px 14px 0; }
  #voice .list .item:before { position: absolute; top: 0; bottom: 3px; left: 0; right: 0; content: ""; display: block; background: #fff; border-radius: 30px; filter: drop-shadow(-5px 5px 3px #aeadad); }
  #voice .list .item + .item { margin-top: 0; }
  #voice .list .item + .item + .item { margin-top: 42px; }
  #voice .list .content { padding: 15px 40px 42px; border-radius: 30px; }
  #voice .list .age { padding: 12px 0 0 48px; font-size: 18px; }
  #voice .list .age:before { left: -18px; width: 40px; height: 36px; }
  #voice .list .txt { margin-top: 5px; line-height: 36px; background: url("../img/bg_voice01_pc.png"); background-size: auto 36px; background-position: top -1px left 50%; }
  #voice .voiceBtn { margin-top: 55px; } }

/*  #reservation
================================================ */
#reservation{ background: #f8f8f6;}
#reservation .inner { padding: 33px 0 0px; }

#reservation .leadTit { position: relative; padding-bottom: 25px; font-size: 15px; font-weight: 700; text-align: center; }

#reservation .leadTit:after { position: absolute; left: 50%; bottom: 0; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); content: ""; display: block; width: calc(100% + 32px); height: 15px; background: url("../img/bg_stripe01_purple.png"); background-size: auto 15px; }

#reservation .leadTit img { display: block; margin: 0 auto 22px; max-width: 182px; }

@media all and (min-width: 768px) { #reservation .inner { max-width: 1030px; margin: auto; padding: 65px 15px 80px; }
  #reservation .leadTit { padding-bottom: 45px; font-size: 18px; }
  #reservation .leadTit:after { width: 100%; max-width: 800px; height: 30px; background-size: auto 30px; }
  #reservation .leadTit img { margin: 0 auto 15px; max-width: 414px; }
  #reservation .content { position: relative; margin-top: 33px; padding: 60px 0; background-color: transparent; }}



.wrap-news{
  width:100%;
  padding:80px 80px;
  background: url(../img/bg_stripe01.png);
  background-size: 8px;
}
.wrap-news-inner{
  padding:48px 24px 24px;
  background:#fff;
  border-radius: 2px;
  width: 100%;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}
.wrap-news .movieWrap{
  margin-bottom: 0;
}
.title-news{
  font-size: 16px;
  font-weight: 600;
  color: #cc78ff;
}
.wrap-header .title-news{
  padding-bottom: 24px;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  position: relative;
  color: #333;
}
.wrap-header img {
    margin: 0 auto 25px;
    max-width: 314px !important;
}
.wrap-header .title-news:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  display: block;
  width: calc(100% - 72px);
  height: 8px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(../img/bg_stripe01_purple.png);
  background-size: auto 8px;
}
.wrap-header .title-news span{
  letter-spacing: 1em;
}
.wrap-header{
  margin-bottom: 36px;
  text-align: center;
  color: #47464d;
}
.wrap-header p{
  font-size: 20px;
}
.text-news{
  font-size: 16px;
}
@media all and (max-width: 768px) {
.wrap-news{
  padding:36px 12px;
}
.wrap-news-inner{
  padding:32px 16px 16px;
}
.wrap-header{
  margin-bottom: 36px;
}
.wrap-header p{
  font-size: 16px;
}
.title-news{
  font-size: 16px;
}
.wrap-header .title-news{
  margin-bottom: 6px;
  font-size: 15px;
  padding-bottom: 12px;
}
.wrap-header img {
    margin: 0 auto 12px;
    max-width: 220px !important;
}
.wrap-header .title-news:after {
  height: 8px;
}
.text-news{
  font-size: 14px;
}
}

.wrap-taisaku{
  text-align: center;
  padding: 18px 0;
  background: #feebf2;
}
.wrap-taisaku-next{
  text-align: center;
  padding: 18px 0;
}
.btn-taisaku{
  display: block;
  padding: 10px 18px 11px;
  background: #fff;
  color: #333;
  border-radius: 4px;
  text-decoration: none;
  line-height: 1.4;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  box-shadow: 1px 1px 4px 1px rgb(0 0 0 / 15%);
}
.btn-taisaku:after{
  content: "\f24d";
  font-family: "Font Awesome 5 Free";
  font-weight: normal;
  margin-left: 12px;
  color: #f53c7f;
}
.btn-taisaku:hover{
  text-decoration: none;
  opacity: 0.7;
}
.wrap-taisaku-next .btn-taisaku{
  display: block;
  padding: 9px 10px 11px;
  font-weight: normal;
  font-size: 16px;
  color: #f53c7f;
  background:none;
  text-decoration: underline;
}
.wrap-taisaku-next .btn-taisaku:after{
  content: "\f24d";
  font-family: "Font Awesome 5 Free";
  font-weight: normal;
  margin-left: 12px;
}
.wrap-taisaku-next .btn-taisaku:hover{
  text-decoration: none;
}
.wrap-taisaku-next .btn-rosen{
  display: block;
  padding: 9px 10px 11px;
  background: #f53c7f;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  line-height: 1.4;
  position: relative;
  font-size: 16px;
  font-weight: bold;
}
.wrap-taisaku-next .btn-rosen:after{
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin-left: 12px;
}
@media all and (max-width: 768px) {
.wrap-taisaku{
  padding: 12px 0;
}
.btn-taisaku{
  display: block;
  line-height: 1.4;
  font-size: 13px;
}
.wrap-taisaku-next .btn-taisaku{
  font-size: 13px;
}
.wrap-taisaku-next .btn-taisaku{
  background:none;
  text-decoration: underline;
  color: #333;
}
.wrap-taisaku-next .btn-rosen{
  margin-bottom: 12px;
}
}


.wrap-taisakulist{
  padding: 36px 36px 18px;
  background: #feebf2;
  margin:0 auto;
}
.list-taisaku{
  margin-bottom: 12px;
}
.list-taisaku li{
  position: relative;
  padding-left: 20px;
  font-size: 16px;
}
.list-taisaku li:before{
  content: "\f14a";
  font-family: "Font Awesome 5 Free";
  font-weight: normal;
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 80%;
}
.list-taisaku li + li{
  margin-top: 6px;
}


.wrap-wakubus{
  background: #fafafa;
  width: 100%;
  margin: 0 auto;
  padding: 12px;
}
.wrap-wakubus p{
  font-size: 14px;
}
.wrap-wakubus .wrap-reserve a{
  background: #f53d7e;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  padding: 12px 24px;
  border-radius: 4px;
}

/*  .acc-box
================================================ */
.acc-box{
	max-width: 1030px;
	margin: 0 auto;
}
.acc-box .card{
	border: none;
	position: relative;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	box-shadow: 1px 1px 4px 1px rgb(0 0 0 / 15%);
	border-radius: 4px;
	overflow: hidden;
}
.acc-box .card-header{
	padding:0;
	border:none;
	padding: 0;
	margin-bottom: 0;
}
.acc-box .card-header a,
.acc-box .card-header button{
	display:block;
	padding:12px 24px 12px 24px;
	position: relative;
	color:#333;
	background:#fff;
	font-size: 16px;
	width: 100%;
	text-align: left;
	cursor: pointer;
	font-weight: bold;
}
.acc-box .card-header a:hover,
.acc-box .card-header button:hover{
	cursor:pointer;
	background:#FFF;
	opacity:1.0;
	text-decoration:none;
}
.acc-box .card-header a:after,
.acc-box .card-header button:after{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 20px;
	content: "\f077";
	font-family: "Font Awesome 5 Free";
	font-weight:900;
	color:#f53c7f;
	font-size: 12px;
}
.acc-box .card-header a.collapsed:after,
.acc-box .card-header button.collapsed:after{
	content: "\f078";
}
.acc-box .card-header a,
.acc-box .card-header button{
	border-bottom: dotted 1px #ccc;
	text-align: center;
}
.acc-box .card-header a.collapsed,
.acc-box .card-header button.collapsed{
	border-bottom: none;
}
.acc-box .card-body{
	padding:15px;
}
.acc-box .card-body p{
	font-size:14px;
	line-height:1.6;
	margin-left:5px;
	margin:0;
}
.acc-box .card-body p + p{
	margin-top:1em;
}

@media(max-width:767px) {
	.acc-box .card-header a{
		display:block;
		padding:12px 24px 12px 12px;
	}
	.acc-box .card-header a:after{
		font-size:14px;
		right:10px;
	}
	.acc-box .card-body p{
		padding:0px;
		line-height:1.8;
		margin-left:0;
	}

}





/*レビュー設置用スタイル*/
.review-box{
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.2);
}
.review-box .reviewWidget_title_container{
  display: none;
}
.review-box .reviewWidget_title{
  margin-top: 0;
  padding-top: 0;
  font-size: 16px;
}
.review-box .review-widget-summary-container .starRating span:last-child{
  margin-right: 0;
}
.review-box .review-widget-summary-container .starRating{
  display: flex;
  align-items: center;
  justify-content: center;
}
.review-box .review-container{
  margin-bottom: 0;
}
.review-box .reviewWidget_inner{
  padding: 0;
}
