@charset "utf-8";
/* GATE HOTEL */
/*Setting for the PC*/
body {}
#headerSection.rb {
  height: 695px !important;
  background-image: url(/asakusa-kaminarimon/images/bg-rb.jpg) !important;
  background-position: right center;
}
#headerSection.restaurant {
  height: 695px !important;
  background-image: url(/asakusa-kaminarimon/images/bg-restaurant.jpg) !important;
  background-position: right center;
}
#headerSection.bbar {
  height: 695px !important;
  background-image: url(/asakusa-kaminarimon/images/bg-bbar.jpg) !important;
  background-position: right center;
}
#globalMenuBar {
  /*margin-top: 458px;*/
}
.titleArea {
  display: inline-block;
  font-family: 'Raleway', sans-serif;
  position: absolute;
  top: 544px;
  left: 10px; /*color:#fff;
    font-size:36px;
    letter-spacing: 0.1em;
    padding-bottom:5px;
    border-bottom:solid 1px #fff;*/
}
h1.titleArea span {
  font-size: 24px;
}
/* entry area */
.pages {
  margin: 0 auto;
  padding: 60px;
}
/* restaulantAndBar */
#restaulantAndBar {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#restaulantAndBar .imageSliding.right .indexImage {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  margin-top: 80px;
  width: 100%;
  height: 400px;
  background-image: url(/asakusa-kaminarimon/images/img-rb-index01.jpg);
  background-size: cover;
  background-position: center;
}
#restaulantAndBar .commentSliding.left .indexCommentCage {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  position: absolute;
  top: 0px;
  left: -500px;
  width: 500px;
  height: auto;
}
/* b bar */
#rbBBar {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#rbBBar .imageSliding.left .indexImage {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  margin-top: 80px;
  width: 100%;
  height: 400px;
  background-image: url(/asakusa-kaminarimon/images/img-rb-index02.jpg);
  background-size: cover;
  background-position: center;
}
#rbBBar .commentSliding.right .indexCommentCage {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  position: absolute;
  top: 0px;
  right: -500px;
  width: 500px;
  height: auto;
}
/* live */
#rbLive {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#rbLive .imageSliding.right .indexImage {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  margin-top: 80px;
  width: 100%;
  height: 400px;
  background-image: url(/asakusa-kaminarimon/images/img-rb-index03.jpg);
  background-size: cover;
  background-position: center;
}
#rbLive .commentSliding.left .indexCommentCage {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  position: absolute;
  top: 0px;
  left: -500px;
  width: 500px;
  height: auto;
}
/* animation common */
.indexImageCage {
  width: 100%;
  height: 480px;
}
.indexSliding {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
}
.commentSliding {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  height: 400px;
}
.imageSliding.left .target.on {
  transform: translateX(-100px);
}
.commentSliding.right .target.on {
  transform: translateX(-500px);
}
.imageSliding.right .target.on {
  transform: translateX(100px);
}
.commentSliding.left .target.on {
  transform: translateX(500px);
}
h2.indexComment {
  /*color:#936D00;*/
  color: #000;
  margin-left: 90px;
  font-size: 32px;
  letter-spacing: 0.1em;
}
.indexCommentCage h3 {
  /*color:#936D00;*/
  color: #000;
  margin-top: 0px;
  margin-left: 90px;
  font-size: 16px;
  line-height: 1.75;
}
hr.rbLine {
  border: none;
  height: 1px;
  width: 80px;
  margin-left: 90px;
  margin-top: 15px;
  margin-bottom: 15px;
  /*background-color:#936D00;*/
  background-color: #000;
}
p.rbCommentRead {
  font-size: 14px;
  margin: .5em 30px .5em 90px;
  line-height: 1.5;
}
.btnContena.indexComment {
  padding-top: 15px;
  padding-left: 40px;
}
#rbLive {
  margin-bottom: 60px;
}
/*****************/
.indexCommentCageInner {
  padding: 50px 10px 50px 30px;
  background-color: #E6E6E6;
}
.dummyPlugs {
  height: 120px;
}
#rbBBar .dummyPlugs {
  height: 190px;
}
/* b bar */
.barArticle .entry {
  overflow: hidden;
  padding-left: 240px;
  padding-right: 60px;
}
.bBar {
  padding: 80px 0;
}
.bBar h2 {
  position: relative;
  text-align: center;
  font-weight: normal;
  color: #936D00;
  font-size: 18px;
}
.bBar h2 span {
  position: absolute;
  right: 250px;
  top: -20px;
  display: block;
  color: #936D00;
  border: solid 1px #936D00;
  width: 60px;
  height: 60px;
  line-height: 60px;
}
p.barComment {
  margin-top: 80px;
  font-size: 14px;
  line-height: 1.75;
  text-align: center;
}
.barArticle {
  padding: 80px 0;
  border-top: solid 1px #ddd;
  overflow: hidden;
}
.threeColumns {
  width: 33.3%;
  float: left;
}
.threeColumns h3 {
  font-weight: normal;
  font-size: 18px;
  color: #936D00;
}
hr.titleLine {
  background-color: #936D00;
  width: 90px;
  margin: 15px 0;
  text-align: left;
  height: 1px;
  border: none;
}
.barText {
  color: #000;
  font-size: 14px;
}
.barArticlePhoto {
  padding: 80px 0;
  border-top: solid 1px #ddd;
  overflow: hidden;
  text-align: center;
}
h2.barPhotoTitle, .barMenuArticle h2 {
  display: inline-block;
  /*font-size:32px;
    font-weight:bold;
    letter-spacing: 0.1em;
    border-bottom:solid 1px #000;*/
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.barPhotoSingle {
  width: 100%;
  height: 400px;
  background-image: url(/asakusa-kaminarimon/images/img-bbar01.jpg);
  background-size: cover;
  background-position: center;
  margin-bottom: 3px;
  opacity: 0;
}
.barPhotoSingle.on {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 1;
}
.barPhotoTriple span {
  width: 33.3%;
  height: 260px;
  float: left;
}
.barPhotoTriple span {
  background-image: url(/asakusa-kaminarimon/images/img-bbar03.jpg);
  background-size: cover;
  background-position: center;
  opacity: 0;
}
.barPhotoTriple.on span {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 1;
}
.barPhotoTriple span:first-child {
  background-image: url(/asakusa-kaminarimon/images/img-bbar02.jpg);
}
.barPhotoTriple span:last-child {
  background-image: url(/asakusa-kaminarimon/images/img-bbar04.jpg);
}
.barMenuArticle {
  text-align: center;
}
.barMenu {
  width: 700px;
  margin: 20px auto 0 auto;
}
.barMenu th {
  font-weight: normal;
  color: #936D00;
  font-size: 18px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: solid 1px #936D00;
}
.barMenu td {
  font-weight: normal;
  color: #000;
  font-size: 14px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: solid 1px #936D00;
}
/*******************/
.restaurant-title {
  width: 412px;
  height: auto;
}
.restaurantEntry {
  padding: 80px 0;
}
.restaurantEntry h2 {
  position: relative;
  text-align: center;
  font-weight: normal;
  color: #936D00;
  font-size: 18px;
}
.restaurantEntry h2 span {
  position: absolute;
  right: 250px;
  top: -20px;
  display: block;
  color: #936D00;
  border: solid 1px #936D00;
  width: 60px;
  height: 60px;
  line-height: 60px;
}
p.restaurantComment {
  margin-top: 80px;
  font-size: 14px;
  line-height: 1.75;
  text-align: center;
}
p.restaurantCommentCont {
  margin-top: 30px;
  font-size: 14px;
  line-height: 1.75;
  /*text-align: center;*/
}
.restaurantArticle {
  padding: 100px 0 0;
  border-top: solid 1px #ddd;
}
.fourColumns {
  padding-bottom: 80px;
  overflow: hidden;
}
.fourColumns h3 {
  padding-left: 150px;
  width: 600px;
  font-weight: normal;
  font-size: 18px;
  color: #936D00;
  float: left;
}
.restaurantNote {
  margin-left: 600px;
}
.restaurantText {
  color: #000;
  font-size: 14px;
  line-height: 1.75;
  margin: 0 0 1em 0;
}
.grandMenuBG, .breakfastBG, .othersBG {
  width: 100%;
  height: 289px;
}
.restaurantArticlePhoto {
  overflow: hidden;
  padding-bottom: 60px;
}
.restaurantPhotoSingle.on {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 1;
}
.restaurantPhotoSingle {
  width: 100%;
  height: 400px;
  background-image: url(/asakusa-kaminarimon/images/img-rb-restaurant01.jpg);
  background-size: cover;
  background-position: center;
  margin-bottom: 3px;
  opacity: 0;
}
.barPhotoTriple.on span {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 1;
}
.restaurantPhotoTriple span {
  background-image: url(/asakusa-kaminarimon/images/img-rb-restaurant03.jpg);
  background-size: cover;
  background-position: center;
  opacity: 0;
}
.restaurantPhotoTriple span {
  width: 33.3%;
  height: 260px;
  float: left;
}
.restaurantPhotoTriple span:first-child {
  background-image: url(/asakusa-kaminarimon/images/img-rb-restaurant02.jpg);
}
.restaurantPhotoTriple span:last-child {
  background-image: url(/asakusa-kaminarimon/images/img-rb-restaurant04.jpg);
}
.restaurantPhotoTriple.on span {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 1;
}
.restaurantMenuArticle {
  padding: 60px 0;
}
.restaurantMenuArticle h2 {
  text-align: center;
  padding: 0 0 60px 0;
}
.restaurant-page {
  width: 102px;
  height: 41px;
}
h2.restaurantPhotoTitle {
  margin-top: -289px;
  width: 100%;
  height: 289px;
  text-align: center;
}
h2.restaurantPhotoTitle img.grandMenu-page {
  width: 236px;
  height: 25px;
  margin-top: 140px;
}
h2.restaurantPhotoTitle img.breakfast-page {
  width: 196px;
  height: 25px;
  margin-top: 140px;
}
h2.restaurantPhotoTitle img.others-page {
  width: 132px;
  height: 25px;
  margin-top: 140px;
}
.grandMenuBox {
  width: 45%;
  margin-top: 60px;
  float: left;
  overflow: hidden;
  margin-left: 5%;
}
.grandMenuBox.dinner {
  width: 100%;
}
.grandMenuBox.dinner .othersNote {
  margin-bottom: 10px;
}
.grandMenuImage {
  float: left;
  width: 239px;
  height: 155px;
}
.grandMenuImage img {
  width: 100%;
  height: 100%;
  /*opacity: 0;*/
}
/*.grandMenuImage.on img {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 1;
}*/
.grandMenuEntry {
  margin-left: 270px;
}
.grandMenuBox h3 {
  color: #936D00;
  font-size: 18px;
  line-height: 1.5;
  font-weight: normal;
  margin-bottom: 10px;
}
.restaurantName {
  color: #936D00;
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
  margin-bottom: 10px;
}
.restaurantPrice {
  font-size: 14px;
  line-height: 1.5;
}
.resturantCommnent {
  clear: both;
  padding: 60px 0;
}
.resturantCommnent p {
  color: #000;
  font-size: 14px;
  line-height: 1.75;
  margin: 0 0 .5em 590px;
}
.barMenuArticle .resturantCommnent {
  padding-bottom: 100px;
}
.barMenuArticle .resturantCommnent p {
  margin: 0;
}
.menuBtnBox {
  text-align: center;
  clear: both;
}
.menuBtnBox a {
  margin: 0 auto !important;
}
.restaurantText span {
  display: inline-block;
  width: 110px;
}
.twoColumns {
  overflow: hidden;
}
.twoColumns span {
  float: left;
  width: 110px;
  display: block;
}
.twoColumns span + span {
  float: left;
  width: 230px;
  display: block;
}
.restaurantPrice {
  font-size: 14px;
  margin-top: 5px;
}
.btnContena a.othersMenu {
  margin-top: 15px !important;
  margin-left: 0 !important;
}
.fourColumns restaurantPrice {
  margin: 10px auto 0;
  padding: 0;
  color: #fff;
  border: 1px solid #002855;
  font-size: 12px;
  background: #002855;
  letter-spacing: 0.5px;
}
.btnContena a.boxed, .btnContena.reserve a.boxed {
  margin: 0 auto 50px;
  width: 280px;
  height: auto;
  line-height: 1.7;
  border: none;
  font-size: 14px;
  padding: 10px 0;
  background: #936D00;
}
.restaurantArticle .btnContena a.boxed {
  margin: 0 auto 100px;
  width: 900px;
  height: auto;
  line-height: 50px;
  font-size: 18px;
  background: #936D00;
  padding: 0;
}
.restaurantArticle .fourColumns .btnContena.reserve a.boxed {
  margin: 10px 0 0;
  padding: 0;
  color: #fff;
  border: 1px solid #002855;
  font-size: 12px;
  background: #002855;
  letter-spacing: 0.5px;
  width: 230px;
  height: 30px;
  line-height: 30px;
}
/*menu2311修正
-------------------------------------------------*/
#menu {
  margin: 0 auto;
  padding-bottom: 20px;
}
.toggle {
  display: none;
}
.Label { /*タイトル*/
  display: block;
  cursor: pointer;
  padding: 85px 0;
}
/*#bf-menu + .Label {
  background: #000 url("/asakusa-kaminarimon/images/bg-breakfast.jpg") no-repeat center center;
  background-size: 100%;
}
#bf-menu + .Label:hover {
  background: #000 url("/asakusa-kaminarimon/images/bg-breakfast.jpg") no-repeat center center;
  background-size: 105%;
  transition: all 0.5s;
}
#lunch-menu + .Label {
  background: url("/asakusa-kaminarimon/images/bg-grandmenu.jpg") no-repeat center center;
  background-size: 100%;
}
#lunch-menu + .Label:hover {
  background: url("/asakusa-kaminarimon/images/bg-grandmenu.jpg") no-repeat center center;
  background-size: 105%;
  transition: all 0.5s;
}
#dinner-menu + .Label {
  background: url("/asakusa-kaminarimon/images/bg-others.jpg") no-repeat center center;
  background-size: 100%;
}
#dinner-menu + .Label:hover {
  background: url("/asakusa-kaminarimon/images/bg-others.jpg") no-repeat center center;
  background-size: 105%;
  transition: all 0.5s;
}
#grand-menu + .Label {
  background: #002855;
  background-size: 100%;
  padding: 75px 0;
}*/
.Label {
  background: #936D00;
}
.Label:hover {
  background-size: 105%;
  transition: all 0.5s;
}
.Label img.ttl {
  width: auto;
  height: 30px;
  margin: 0 auto;
  display: block;
  z-index: 10;
  position: relative;
}
/*.Label .dark-cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  opacity: .3;
  transition: background-color 0.3s ease;
  pointer-events: none;
}
.Label:hover .dark-cover {
  background-color: #000;
}*/
/*#grand-menu + .Label img.ttl {
  height: 25px;
}*/
.Label::before {
  content: "MORE";
  position: absolute;
  bottom: 35px;
  right: 570px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  z-index: 10;
}
.Label::after { /*タイトル横の矢印*/
  content: "";
  width: 15px;
  height: 15px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  position: absolute;
  bottom: 20px;
  right: 585px;
  transform: rotate(135deg);
}
.Label, .content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.5s;
}
.content { /*本文*/
  height: 0;
  margin-bottom: 60px;
  padding: 0 0;
  overflow: hidden;
}
.toggle:checked + .Label + .content { /*開閉時*/
  height: auto;
  padding: 50px 0 0;
  transition: all .8s;
}
.toggle:checked + .Label::after {
  transform: rotate(-45deg) !important;
  content: none;
}
.toggle:checked + .Label + .content {
  animation-name: fadeInAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}
.toggle:checked + .Label::before {
  content: none;
}
@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.content h3 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: normal;
  margin: 50px 0 0;
  text-align: center;
  color: #936D00;
}
.content .innerbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content .main-txt {
  width: 500px;
  margin-top: 0;
  text-align: left;
}
.content .details {
  width: 100%;
  font-size: 14px;
  line-height: 1.75;
  margin: 50px 0 10px;
}
.content .details th, .content .details td {
  border: 1px solid #936D00;
  padding: 10px 20px;
}
.content .details th {
  width: 250px;
  vertical-align: middle;
  color: #936D00;
}
.content .details td.price {
  width: 255px;
}
.content .details + .resturantCommnent {
  padding: 0 0 40px;
  text-align: right;
}
.content .details + .resturantCommnent p {
  display: inline-block;
  text-align: left;
}
.content .menuPhoto {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
}
.content .menuPhoto h3 {
  color: #936D00;
  font-size: 18px;
  line-height: 1.5;
  font-weight: normal;
  margin-bottom: 10px;
}
.content .menuPhoto .grandMenuImage {
  text-align: center;
  margin-right: 4%;
  margin-bottom: 60px;
}
.content .menuPhoto .grandMenuImage:nth-child(3n) {
  margin-right: 0;
}
/* slider */
.slider-container-rb {
  width: 500px;
  margin-right: 60px;
}
.slider-container-rb img {
  width: 100%;
  height: auto;
}
.slider-container-rb .slick-prev, .slider-container-rb .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 30px;
  height: 60px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 100;
}
.slider-container-rb .slick-prev {
  left: -52px;
  background: url(/asakusa-kaminarimon/images/btn-prev.png) no-repeat 0 0 !important;
  background-size: 30px !important;
}
.slider-container-rb .slick-next {
  right: -45px;
  background: url(/asakusa-kaminarimon/images/btn-ford.png) no-repeat 0 0 !important;
  background-size: 30px !important;
}
.slider-container-rb .slick-prev::before, .slider-container-rb .slick-next::before {
  content: none;
}
.mainmenu {
  margin-bottom: 90px;
}
.mainmenu h4 {
  text-align: center;
  font-size: 20px;
  color: #936D00;
  margin: 50px 0;
  font-weight: normal;
}
.mainmenu ul {
  display: flex;
  justify-content: space-between;
}
.mainmenu ul li {
  width: 30%;
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
}
.mainmenu ul li img {
  width: 100%;
  margin-bottom: 10px;
}
.kodawari {
  margin-bottom: 50px;
}
.kodawari h4 {
  text-align: center;
  font-size: 20px;
  color: #936D00;
  margin: 50px 0;
  font-weight: normal;
}
.kodawari ul {
  display: flex;
  justify-content: space-between;
}
.kodawari ul li {
  width: 270px;
  font-size: 14px;
  line-height: 1.75;
}
.kodawari ul li img {
  width: 100%;
  margin-bottom: 20px;
}
.kodawari ul li span {
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
  display: block;
}
.restaurantNews {
  margin: 0 auto 80px;
  text-align: center;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 80px 0 60px;
}
.restaurantNews h3 {
  font-size: 20px;
  font-weight: normal;
}
.restaurantNews #topicsArticleBox {
  padding-top: 30px;
  overflow: hidden;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.restaurantNews #topicsArticleBox .articleBox {
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  display: block;
  width: 320px;
  /*width: 360px;*/
  height: auto;
  color: #000;
  text-decoration: none;
  overflow: hidden;
}
.restaurantNews #topicsArticleBox .articleBox .topicsWrap {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.restaurantNews #topicsArticleBox .articleBox.selected {
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  width: 360px;
}
.restaurantNews #topicsArticleBox .articleBox.unSelected {
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  width: 0px !important;
}
.restaurantNews #topicsArticleBox .photoWrap {
  width: 100%;
  height: 180px;
  overflow: hidden;
}
.restaurantNews #topicsArticleBox .photoWrap span {
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  width: 100%;
  height: 100%;
  display: block;
  background-size: cover;
  background-position: center;
}
.restaurantNews #topicsArticleBox .entryWrap {
  padding: 0; /*30px;*/
  overflow: auto;
}
.restaurantNews #topicsArticleBox .entryWrap h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.restaurantNews #topicsArticleBox .entryWrap p {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  padding: 5px;
}
.restaurantNews #topicsArticleBox .articleBox span.more {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  display: block;
  margin: 20px auto;
  width: 110px;
  padding: 10px;
  color: #000;
  background-color: #fff;
  text-align: center;
  font-size: 10px;
  text-decoration: none;
  letter-spacing: 0;
  border: solid 1px #999;
}
.restaurantNews #topicsArticleBox a.articleBox.hover .photoWrap span {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}
.restaurantNews .slider {
  margin: 0 auto 0;
  max-width: 1200px;
  width: 80%;
}
.restaurantNews .slider-img img {
  height: auto;
  width: 100%;
}
.restaurantNews .slick-prev, .restaurantNews .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 90px;
  display: block;
  width: 30px;
  height: 60px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 100;
}
.restaurantNews .slick-prev {
  left: -52px;
  background: url(/asakusa-kaminarimon/images/btn-prev.png) no-repeat 0 0 !important;
  background-size: 30px !important;
}
.restaurantNews .slick-next {
  right: -45px;
  background: url(/asakusa-kaminarimon/images/btn-ford.png) no-repeat 0 0 !important;
  background-size: 30px !important;
}
.restaurantNews .slick-prev::before, .restaurantNews .slick-next::before {
  content: none;
}
/****************************************************************************************************************/
@media screen and (max-width:767px) and (-webkit-min-device-pixel-ratio:1.5) {
  body {}
  #headerSection.rb {
    background-image: url(/asakusa-kaminarimon/images/_bg-rb.jpg) !important;
  }
  #headerSection.restaurant {
    background-image: url(/asakusa-kaminarimon/images/_bg-restaurant.jpg) !important;
  }
  #headerSection.bbar {
    background-image: url(/asakusa-kaminarimon/images/_bg-bbar.jpg) !important;
  }
  #globalMenuBar {
    margin-top: 0px;
  }
  .titleArea {
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    position: absolute;
    top: 490px;
    left: 20px; /*color:#fff;
    font-size:36px;
    letter-spacing: 0.1em;
    padding-bottom:5px;
    border-bottom:solid 1px #fff;*/
  }
  .titleArea h1 span {
    font-size: 16px;
  }
  .pages {
    margin: 0 auto;
    padding: 0px;
  }
  /************/
  .indexImageCage {
    width: 100%;
    height: 400px;
  }
  .commentSliding {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 400px;
  }
  #restaulantAndBar .commentSliding.left .indexCommentCage {
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 480px;
    height: auto;
  }
  .commentSliding.left .target.on {
    -webkit-transition: all 1s ease !important;
    transition: all 1s ease !important; /*transform: translateX(-30px);*/
  }
  #restaulantAndBar .imageSliding.right .indexImage {
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
    margin-top: 260px;
    width: 100%;
    height: 400px;
    background-image: url(/asakusa-kaminarimon/images/img-rb-index01.jpg);
    background-size: cover;
    background-position: center;
    opacity: 0;
  }
  .imageSliding.right .target.on {
    -webkit-transition: all 1s ease !important;
    transition: all 1s ease !important;
    /*transform: translateX(30px);*/
    opacity: 1 !important;
  }
  /***************/
  #rbBBar {
    margin-top: 30px;
  }
  #rbBBar .imageSliding.left .indexImage {
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
    margin-top: 260px;
    width: 100%;
    height: 400px;
    background-image: url(/asakusa-kaminarimon/images/img-rb-index02.jpg);
    background-size: cover;
    background-position: center;
    opacity: 0;
  }
  .imageSliding.left .target.on {
    -webkit-transition: all 1s ease !important;
    transition: all 1s ease !important;
    /*transform: translateX(-30px);*/
    opacity: 1 !important;
  }
  #rbBBar .commentSliding.right .indexCommentCage {
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 480px;
    height: auto;
  }
  .commentSliding.right .target.on {
    -webkit-transition: all 1s ease !important;
    transition: all 1s ease !important; /*transform: translateX(30px);*/
  }
  /***************/
  #rbLive {
    margin-top: 30px;
  }
  #rbLive .imageSliding.right .indexImage {
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
    margin-top: 260px;
    width: 100%;
    height: 400px;
    background-image: url(/asakusa-kaminarimon/images/img-rb-index03.jpg);
    background-size: cover;
    background-position: center;
    opacity: 0;
  }
  .imageSliding.right .target.on {
    -webkit-transition: all 1s ease !important;
    transition: all 1s ease !important;
    transform: translateX(30px);
    opacity: 1 !important;
  }
  #rbLive .commentSliding.left .indexCommentCage {
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 480px;
    height: auto;
  }
  .commentSliding.left .target.on {
    -webkit-transition: all 1s ease !important;
    transition: all 1s ease !important; /*transform: translateX(-30px);*/
  }
  /****************/
  .bBar {
    padding: 40px 0;
  }
  .barMenu {
    width: 80%;
    margin: 20px auto 0 auto;
  }
  .bBar h2 {
    line-height: 1.75;
    text-align: left;
    margin: 0 10px;
    padding-left: 80px;
  }
  .bBar h2 span {
    position: absolute;
    right: auto;
    top: 0;
    left: 0px;
    display: block;
    color: #936D00;
    border: solid 1px #936D00;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
  }
  p.barComment {
    margin: 20px 10px 20px 10px;
    font-size: 14px;
    line-height: 1.75;
    text-align: left;
  }
  .barArticle .entry {
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
  }
  .threeColumns {
    width: 100%;
    float: none;
    margin-bottom: 40px;
    padding-left: 50px;
  }
  .threeColumns h3 {
    font-size: 16px;
  }
  h2.indexComment {
    /* color: #936D00; */
    color: #fff;
    margin-top: 10px;
    margin-left: 40px;
    font-size: 32px;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
  }
  .indexCommentCage h3 {
    /* color: #936D00; */
    color: #fff;
    margin-top: 0px;
    margin-left: 40px;
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 20px;
  }
  .rb-sub, .bbar-sub, .live-sub {
    filter: invert(100%) !important;
  }
  .btnContena.indexComment {
    padding-top: 20px;
    padding-left: 0px;
  }
  p.rbCommentRead {
    color: #fff;
    font-size: 16px;
    margin: .5em 30px .5em 40px;
    line-height: 1.5;
  }
  .imageSliding.right .indexImage {
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
    margin-top: 10px !important;
    width: 100%;
    height: 400px;
    opacity: 1;
    filter: brightness(200%) grayscale(100%) !important;
  }
  .imageSliding.right .target.on {
    -webkit-transition: all 1s ease !important;
    transition: all 1s ease !important;
    transform: translateX(0px);
    opacity: 1 !important;
    filter: brightness(70%) grayscale(0%) !important;
  }
  .commentSliding.left .indexCommentCage {
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
    position: absolute;
    top: 20px !important;
    left: 0 !important;
    width: 100% !important;
    height: auto; /*400*/
    background-color: transparent !important;
    transform: translateX(100%);
  }
  .commentSliding.left .target.on {
    -webkit-transition: all 1s ease !important;
    transition: all 1s ease !important;
    transform: translateX(0px);
    left: 0% !important;
  }
  .imageSliding.left .indexImage {
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
    margin-top: 10px !important;
    width: 100%;
    height: 400px;
    opacity: 1;
    filter: brightness(200%) grayscale(100%) !important;
  }
  .imageSliding.left .target.on {
    -webkit-transition: all 1s ease !important;
    transition: all 1s ease !important;
    transform: translateX(0px);
    opacity: 1 !important;
    filter: brightness(70%) grayscale(0%) !important;
  }
  .commentSliding.right .indexCommentCage {
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
    position: absolute;
    top: 20px !important;
    right: 0% !important;
    width: 100% !important;
    height: auto;
    background-color: transparent !important;
    transform: translateX(-100%);
  }
  .commentSliding.right .target.on {
    -webkit-transition: all 1s ease !important;
    transition: all 1s ease !important;
    transform: translateX(0px);
    right: 0% !important;
  }
  #rbBBar, #rbLive {
    margin-top: 0px;
  }
  #rbLive {
    margin-bottom: 0px;
  }
  .barPhotoSingle {
    height: 200px;
  }
  .barPhotoTriple span {
    width: 33.3%;
    height: 130px;
    float: left;
  }
  /*********************/
  .restaurantEntry {
    padding: 40px 0;
  }
  .restaurantEntry h2 {
    text-align: left;
    font-size: 18px;
    margin: 0 10px;
    line-height: 1.75;
    padding-left: 80px;
  }
  .restaurantEntry h2 span {
    position: absolute;
    right: auto;
    top: 5px;
    left: 0;
    display: block;
    color: #936D00;
    border: solid 1px #936D00;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
  }
  p.restaurantComment {
    margin: 40px 10px 0 10px;
    font-size: 14px;
    line-height: 1.75;
    text-align: left;
  }
  p.restaurantCommentCont {
    margin: 10px 10px 0 10px;
    font-size: 14px;
    line-height: 1.75;
    text-align: left;
  }
  .restaurantArticle {
    padding: 40px 0 0;
  }
  .fourColumns {
    padding-bottom: 20px;
  }
  .fourColumns h3 {
    width: 100%;
    font-size: 16px;
    float: none;
    padding-left: 0;
    margin: 0 10px 20px 10px;
  }
  .restaurantArticle .fourColumns span {
    font-size: 18px;
  }
  .twoColumns {
    overflow: hidden;
  }
  .twoColumns span {
    float: left;
    width: 30%;
    display: block;
  }
  .twoColumns span + span {
    float: left;
    width: 70%;
    display: block;
  }
  .restaurantNote {
    margin: 10px;
  }
  .restaurantText {
    font-size: 14px;
    line-height: 1.75;
    margin: 0 10px 10px 10px;
  }
  .restaurantPhotoSingle {
    width: 100%;
    height: 200px;
  }
  .restaurantPhotoTriple span {
    width: 33.3%;
    height: 130px;
    float: left;
  }
  #grandMenu, #breakfastMenu, #others {
    margin-bottom: 20px;
  }
  .grandMenuBG, .breakfastBG, .othersBG {
    width: 100%;
    height: 145px;
  }
  h2.restaurantPhotoTitle {
    margin-top: -145px;
    width: 100%;
    height: 145px;
    text-align: center;
  }
  h2.restaurantPhotoTitle img.grandMenu-page {
    width: 236px;
    height: 25px;
    margin-top: 70px;
  }
  h2.restaurantPhotoTitle img.breakfast-page {
    width: 196px;
    height: 25px;
    margin-top: 70px;
  }
  h2.restaurantPhotoTitle img.others-page {
    width: 132px;
    height: 25px;
    margin-top: 70px;
  }
  .restaurantMenuArticle h2 {
    text-align: center;
    padding: 0 0 60px 0;
  }
  .grandMenuBox {
    width: 100%;
    margin-top: 5px;
    float: none;
    overflow: hidden;
    margin-left: 0;
    padding: 0 10px 20px 10px;
  }
  .grandMenuImage {
    float: none;
    width: 100%;
    height: auto;
  }
  .grandMenuEntry {
    margin-left: 0;
  }
  .resturantCommnent {
    clear: both;
    padding: 20px 0 50px;
  }
  .barMenuArticle .resturantCommnent {
    margin: 0 7%;
    text-align: left;
    padding-bottom: 30px;
  }
  .resturantCommnent p {
    margin: 0 10px;
    font-size: 12px;
  }
  .menuBtnBox {
    padding: 20px 0 0;
  }
  .restaurantCommentCont.price.menuMargin {
    padding-bottom: 20px;
  }
  .grandMenuBox.menuMargin {
    padding-bottom: 40px;
  }
  /*****************/
  .indexCommentCageInner {
    padding: 30px 0 60px;
    background-color: transparent;
  }
  .dummyPlugs {
    height: 0px;
  }
  .restaurantArticle .btnContena a.boxed {
    margin: 0 auto 100px;
    width: 94%;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
  }
  .restaurantArticle .fourColumns .btnContena.reserve a.boxed {
    margin: 10px 0 0;
    padding: 0;
    color: #fff;
    border: 1px solid #002855;
    font-size: 12px;
    background: #002855;
    letter-spacing: 0.5px;
  }
  /*menu2311修正
-------------------------------------------------*/
  #menu {
    padding-bottom: 20px;
  }
  .Label { /*タイトル*/
    padding: 50px 0;
  }
  .Label img.ttl {
    height: 22px;
  }
  /*.Label .dark-cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    opacity: .3;
    transition: background-color 0.3s ease;
    pointer-events: none;
    background-color: #000;
  }
  #grand-menu + .Label {
    padding: 40px 0;
  }
  #grand-menu + .Label img.ttl {
    height: 18px;
  }*/
  .Label::before {
    content: "MORE";
    position: absolute;
    top: calc(50% - 15px);
    right: 25px;
    color: #fff;
    font-size: 13px;
    z-index: 10;
  }
  .Label::after { /*タイトル横の矢印*/
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    top: calc(50%);
    right: 35px;
  }
  .toggle:checked + .Label::after {
    transform: rotate(-45deg) !important;
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    top: calc(50%);
    right: 35px;
  }
  .content { /*本文*/
    margin-bottom: 30px;
  }
  .toggle:checked + .Label + .content { /*開閉時*/
    padding: 30px 0 0;
  }
  .content h3 {
    font-size: 20px;
    margin: 50px 0 20px;
  }
  .content .innerbox {
    display: inherit;
  }
  .content .main-txt {
    width: 95%;
    margin: 0 auto 30px;
  }
  .content .details {
    width: 94%;
    font-size: 16px;
    margin: 40px 3% 10px;
  }
  .grand-menu .details {
    margin-top: 0;
  }
  .content .details th, .content .details td {
    padding: 10px 10px;
  }
  .content .details th {
    width: 30%;
    padding: 10px 0;
    font-weight: normal;
  }
  .content .details td.price {
    width: 25%;
    padding: 10px 0 10px 10px;
    letter-spacing: 0;
  }
  .content .details + .resturantCommnent {
    padding: 0 0 40px;
    text-align: left;
  }
  .resturantCommnent p span {
    text-align: left;
    font-size: 80% !important;
  }
  .content .menuPhoto {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    max-width: 90%;
  }
  .content .menuPhoto .grandMenuImage {
    margin-right: 3%;
    width: 47%;
    margin-bottom: 40px;
  }
  .content .menuPhoto .grandMenuImage:nth-child(2n) {
    margin-right: 0;
  }
  .content .menuPhoto .grandMenuImage:nth-child(3n) {
    margin-right: 4%;
  }
  /* slider */
  .slider-container-rb {
    width: 80%;
    margin: 0 auto;
  }
  .slider-container-rb img {
    width: 100%;
    margin: 0 auto;
  }
  .slider-container-rb .slick-images {
    display: flex;
    align-items: center;
  }
  .slider-container-rb .slick-prev, .slider-container-rb .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 40px;
  }
  .slider-container-rb .slick-prev {
    left: -8%;
    background: url(/asakusa-kaminarimon/images/btn-prev.png) no-repeat 0 0 !important;
    background-size: 20px !important;
  }
  .slider-container-rb .slick-next {
    right: -10%;
    background: url(/asakusa-kaminarimon/images/btn-ford.png) no-repeat 0 0 !important;
    background-size: 20px !important;
  }
  .mainmenu {
    margin-bottom: 90px;
  }
  .mainmenu h4 {
    font-size: 20px;
    margin: 50px 0;
  }
  .mainmenu ul {
    display: block;
  }
  .mainmenu ul li {
    width: 90%;
    margin: 0 auto 50px;
    text-align: center;
  }
  .mainmenu ul li img {
    width: 70%;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .kodawari {
    margin-bottom: 50px;
  }
  .kodawari h4 {
    font-size: 20px;
    margin: 50px 0;
  }
  .kodawari ul {
    display: block;
  }
  .kodawari ul li {
    width: 90%;
    margin: 0 auto 50px;
    /*font-size: 14px;
    line-height: 1.75;*/
  }
  .kodawari ul li img {
    width: 70%;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .kodawari ul li span {
    margin-bottom: 15px;
    font-size: 120%;
  }
  .restaurantNews {
    width: 100%;
    margin: 0 auto 40px;
    padding: 40px 0;
  }
  .restaurantNews #topicsArticleBox {
    clear: both;
    width: 100%;
    padding-top: 20px;
    overflow: hidden;
  }
  .restaurantNews #topicsArticleBox .articleBox {
    -webkit-transition: all .0s ease;
    transition: all .0s ease;
    display: block;
    width: 100%;
    height: auto;
    float: left;
    color: #000;
    text-decoration: none;
    overflow: hidden;
  }
  .restaurantNews #topicsArticleBox .articleBox.sp {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
  }
  .restaurantNews #topicsArticleBox .articleBox .topicsWrap {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .restaurantNews #topicsArticleBox .photoWrap {
    width: 100%;
    height: 180px;
    overflow: hidden;
  }
  .restaurantNews #topicsArticleBox .articleBox.selected {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    width: 100%;
    height: 320px;
  }
  .restaurantNews #topicsArticleBox .articleBox.unSelected {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    width: 100% !important;
    height: 0px !important;
  }
  .slideWraps-topics {
    width: 100%;
    margin: 60px auto;
    padding: 10px 10px 40px 10px;
  }
  .topicsHeader h2 {
    font-size: 20px;
    font-weight: normal;
    color: #936D00;
    margin: 0px 10px;
    padding: 50px 0px 20px;
    line-height: 1.75;
  }
  .restaurantNews #topicsArticleBox .articleBox span.more {
    display: block;
    width: 120px;
    font-size: 14px;
    margin: 10px auto 10px auto;
    padding: 5px;
    background-color: #f0f0f0;
    text-align: center;
  }
  .restaurantNews .slick-prev, .restaurantNews .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 28%;
    display: block;
    width: 30px;
    height: 40px;
  }
  .restaurantNews .slick-prev {
    left: -8%;
    background: url(/asakusa-kaminarimon/images/btn-prev.png) no-repeat 0 0 !important;
    background-size: 20px !important;
  }
  .restaurantNews .slick-next {
    right: -10%;
    background: url(/asakusa-kaminarimon/images/btn-ford.png) no-repeat 0 0 !important;
    background-size: 20px !important;
  }
}