.pcOnly {
  display: block;
}
@media screen and (max-width: 560px) {
  .pcOnly {
    display: none;
  }
}

.spOnly {
  display: none;
}
@media screen and (max-width: 560px) {
  .spOnly {
    display: block;
  }
}

@media screen and (max-width: 560px) {
  #in_header {
    background: url(../img/new/bg_mv_sp.png) no-repeat;
    background-size: cover;
    background-position: top center;
  }
}

@media screen and (max-width: 560px) {
  #in_header .premiumLogo {
    position: relative;
    width: 50%;
    margin: 4vw auto 0;
  }
}

#in_header .logo {
  margin-top: 7vw;
  margin-bottom: 0;
}

#in_header .logo2 {
  width: 250px;
  position: absolute;
  top: 270px;
  right: 76px;
}
@media screen and (max-width: 768px) {
  #in_header .logo2 {
    width: 25%;
    top: 28vw;
    right: 2vw;
  }
  #in_header .logo2 > img {
    width: 100%;
  }
}
#in_header .logo3 {
  width: min(calc(300 / 1200 * 100vw), 300px);
  position: absolute;
  top: 32px;
  right: 76px;
}
@media screen and (max-width: 768px) {
  #in_header .logo3 {
    width: 35%;
    top: 2vw;
    right: 2vw;
  }
}
@media screen and (max-width: 560px) {
  #in_header .logo3 {
    width: 35%;
    top: 2vw;
    right: 2vw;
  }
  #in_header .logo3 > img {
    width: 100%;
  }
}

.btnArea {
  text-align: center;
  width: 100%;
}

.btnArea a {
  display: inline-block;
  max-width: 265px;
  width: 45%;
  box-sizing: border-box;
  background: transparent;
  margin: 0 5px;
  border: 2px solid #000077;
  border-radius: 10px;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 18px;
  line-height: 1em;
  padding: 20px 20px;
  text-decoration: none;
  color: #000077;
}
@media screen and (max-width: 560px) {
  .btnArea a {
    font-size: 12px;
    padding: 10px 0;
    margin: 8% 5px;
  }
}

.btnArea a::before {
  content: "";
  width: 1em;
  height: 1em;
  display: inline-block;
  margin-right: 10px;
  background: url(../img/new/icon_btn_arrow.png) no-repeat;
  background-size: 100% auto;
  vertical-align: middle;
  margin-top: -3px;
  transition: left 0.2s ease-in-out;
  left: 0;
  position: relative;
}

.btnArea a:hover::before {
  left: 5px;
}

@media screen and (max-width: 560px) {
  .title_box {
    padding-top: 24px;
  }
  .title_box img {
    width: 35.73%;
  }
}

#saiji {
  background: url(../img/bg_saiji_02_pc.png);
  color: #fff !important;
  background-size: cover;
}
@media screen and (max-width: 560px) {
  #saiji {
    background: url(../img/bg_saiji_02_sp.png);
    color: #fff !important;
    background-size: cover;
  }
}
@media screen and (max-width: 560px) {
  #saiji table {
    border-collapse: separate;
    width: 92%;
    border: 2px solid #000177;
    line-height: 1.4em;
    font-size: 14px;
    border-radius: 15px;
    overflow: hidden;
    margin: 0 auto;
  }
}

@media screen and (max-width: 560px) {
  #saiji .tableWrapper {
    padding: 10px 0;
  }
}

@media screen and (max-width: 560px) {
  #saiji table tbody tr:last-child td:first-child {
    font-size: 12px;
  }
}

.itemAreaWrapper .pcOnly {
  display: block;
}
.itemAreaWrapper .spOnly {
  display: none;
}
@media screen and (max-width: 560px) {
  .itemAreaWrapper .ctch {
    font-size: 4.8vw;
    padding: 0;
  }
  .itemAreaWrapper .pcOnly {
    display: none;
  }
  .itemAreaWrapper .spOnly {
    display: block;
  }
}
.itemAreaWrapper.item_0112 .itemImg {
  padding: 0 0 48px 0;
}
@media screen and (max-width: 560px) {
  .itemAreaWrapper.item_0112 .itemImg {
    padding: 40px 0 0 0;
  }
    .itemAreaWrapper.item_0112 .itemImg.__sudachi {
    padding: 20px 0 0 0;
  }
}
.itemAreaWrapper.item_0112 .itemImg_1022 {
  margin: 0 0 0 auto;
  padding: 48px 0 48px 0;
}
@media screen and (max-width: 560px) {
  .itemAreaWrapper.item_0112 .itemImg_1022 {
    padding: 0 0 0 0;
  }
}

#new_lineup .lineup_text {
  color: #000077;
  font-size: 24px;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  margin: 40px 0 50px 0;
}
@media screen and (max-width: 560px) {
  #new_lineup .lineup_text {
    font-size: 4.8vw;
    margin: 2.4vw 0 4.6vw;
  }
}

.card {
  padding: 10px 10px;
}
.card.cheese {
  border: 2px solid #e4c800;
  background: url(../img/new/card/card_bg01_sp.png) no-repeat;
  background-size: cover;
}
.card.cheese .card_box {
  border-color: #e4c800;
}
.card.aonori {
  border: 2px solid #aac176;
  background: url(../img/new/card/card_bg02_sp.png) no-repeat;
  background-size: cover;
  margin-top: 20px;
}
.card.aonori .card_box {
  border-color: #aac176;
}
.card.karakuchi {
  border: 2px solid #f4748e;
  background: url(../img/new/card/card_bg03_sp.png) no-repeat;
  background-size: cover;
  margin-top: 20px;
}
.card.karakuchi .card_box {
  border-color: #f4748e;
}
.card.karakuchi .card_box .card_title:not(.-open) img {
  width: 108%;
  max-width: 108% !important;
  transform: translate(-7.7%, 0);
}
.card.shoyu {
  border: 2px solid #c57db2;
  background: url(../img/new/card/card_bg04_sp.png) no-repeat;
  background-size: cover;
  margin-top: 20px;
}
.card.shoyu .card_box {
  border-color: #c57db2;
}
.card.karaage {
  border: 2px solid #46b2dc;
  background: url(../img/new/card/card_bg05_sp.png) no-repeat;
  background-size: cover;
  margin-top: 20px;
}
.card.karaage .card_box {
  border-color: #46b2dc;
}
.card.karaage .card_box .card_title:not(.-open) img {
  width: 108%;
  max-width: 108% !important;
  transform: translate(-7.7%, 0);
}
.card.okonomiyaki {
  border: 2px solid #e62740;
  background: url(../img/new/card/card_bg07_sp.png) repeat-y;
  background-size: contain;
  margin-top: 20px;
}
.card.okonomiyaki .card_box {
  border-color: #e62740;
}
.card.okonomiyaki .card_box .card_title:not(.-open) img {
  width: 108%;
  max-width: 108% !important;
  transform: translate(-7.7%, 0);
}
.card.mentaiko {
  border: 2px solid #ff3d77;
  background: url(../img/new/card/card_bg02_sp.png) no-repeat;
  background-size: cover;
  margin-top: 20px;
}
.card.mentaiko .card_box {
  border-color: #ff3d77;
}
.card.mentaiko .card_box .card_title:not(.-open) img {
  width: 108%;
  max-width: 108% !important;
  transform: translate(-7.7%, 0);
}
.card.mentaiko .card_body .card_text02 {
  font-size: 2.7vw;
}


.card.clack {
  border: 2px solid #ddd6c4;
  background: url(../img/new/card/card_bg06_sp.png) no-repeat;
  background-size: cover;
  margin-top: 20px;
}
.card.clack .card_box {
  border-color: #ddd6c4;
}
.card .card_box {
  border: 6px solid;
  padding: 6px;
  position: relative;
}
.card .card_title {
  text-align: center;
  position: relative;
  width: 100%;
}
.card .card_title.-close img {
  width: 100%;
}
.card .card_title.-open img {
  width: 83%;
}
.card .card_title.-open .close_icon {
  display: inline-block;
  height: 30px;
  position: relative;
  width: 30px;
}
.card .card_title.-open .close_icon::before {
  content: "";
  display: block;
  height: 4px;
  width: 30px;
  transform: rotate(-45deg);
  position: absolute;
  top: 6px;
  right: -8px;
  z-index: 10;
}
.card .card_title.-open .close_icon::after {
  content: "";
  display: block;
  height: 4px;
  width: 30px;
  transform: rotate(45deg);
  margin-top: 3px;
  position: absolute;
  top: 4px;
  right: -8px;
}
.card .card_title.-open .close_icon.cheese::before,
.card .card_title.-open .close_icon.cheese::after {
  background-color: #e4c800;
}
.card .card_title.-open .close_icon.aonori::before,
.card .card_title.-open .close_icon.aonori::after {
  background-color: #aac176;
}
.card .card_title.-open .close_icon.karakuchi::before,
.card .card_title.-open .close_icon.karakuchi::after {
  background-color: #f4748e;
}
.card .card_title.-open .close_icon.shoyu::before,
.card .card_title.-open .close_icon.shoyu::after {
  background-color: #c57db2;
}
.card .card_title.-open .close_icon.karaage::before,
.card .card_title.-open .close_icon.karaage::after {
  background-color: #46b2dc;
}
.card .card_title.-open .close_icon.clack::before,
.card .card_title.-open .close_icon.clack::after {
  background-color: #ddd6c4;
}
.card .card_title.-open .close_icon.okonomiyaki::before,
.card .card_title.-open .close_icon.okonomiyaki::after {
  background-color: #e62740;
}
.card .card_title.-open .close_icon.mentaiko::before,
.card .card_title.-open .close_icon.mentaiko::after {
  background-color: #ff3d77;
}


.card .card_body[data-opened=close] {
  display: none;
}
.card .card_body[data-opened=open] {
  display: block;
}
.card .card_body .card_text {
  color: #333;
  font-size: 3.6vw;
  font-weight: bold;
  text-align: center;
  margin: 16px 0 0 0;
}
.card .card_body .card_text02 {
  color: #333;
  font-size: 3.2vw;
  font-weight: bold;
  text-align: center;
  margin: 10px 0 0 0;
}
.card .card_body .card_img {
  margin: 14px 0 0 0;
}
.card .card_body .card_img.karakuchi {
  margin: 10px 0 0;
}

.secLineup {
  background: #fff8eb;
  padding: 60px 0;
}
@media screen and (max-width: 560px) {
  .secLineup {
    padding: 8% 0 0 0;
  }
}

.heading2 {
  text-align: center;
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
}

.outer > .btnArea {
  margin-top: 48px;
}
@media screen and (max-width: 560px) {
  .outer > .btnArea {
    margin-top: 3.2vw;
  }
  .outer > .btnArea a {
    margin: 0;
  }
}

.itemBox {
  width: 100%;
}
.itemBox ul.pcOnly {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 560px) {
  .itemBox ul.pcOnly {
    display: none;
  }
}
.itemBox li:nth-of-type(n + 4) {
  margin-top: 20px;
}

.itemBox ul.pcOnly.low-item li:nth-child(2)
{
  margin: 0 auto 0 1.5%;
}

.priceBox {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
}

.capacity {
  color: #000077;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 560px) {
  .capacity {
    font-size: 4vw;
  }
}

.itemPrice {
  color: #000077;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 560px) {
  .itemPrice {
    font-size: 4vw;
  }
}
.itemPrice .large {
  font-size: 36px;
}
@media screen and (max-width: 560px) {
  .itemPrice .large {
    font-size: 6.4vw;
  }
}

.pack {
  background-color: #fff;
  padding: 60px 0;
  width: 100%;
}
@media screen and (max-width: 560px) {
  .pack {
    padding: 10.67% 0;
  }
}
.pack .pack_wrap {
  width: 100%;
}
.pack .pack_title {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 560px) {
  .pack .pack_title {
    text-align: center;
  }
  .pack .pack_title img {
    width: 35.673%;
  }
}
.pack .pack_text {
  color: #000077;
  font-size: 24px;
  font-weight: 400;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  text-align: center;
  margin: 50px 0 0 0;
}
@media screen and (max-width: 560px) {
  .pack .pack_text {
    font-size: 4.8vw;
    margin: 2.4vw 0 0 0;
  }
}
.pack .pack_list {
  display: flex;
  justify-content: space-between;
  margin: 50px auto 0;
  max-width: 835px;
  width: 100%;
}
.pack .pack_list li {
  position: relative;
}
.pack .pack_list li .message {
  position: absolute;
  top: 0;
  left: 0;
}
.pack .pack_list li .message.p02 {
  width: 38%;
  transform: translate(-63%, 8%);
}
.pack .pack_list li .message.p03 {
  width: 26%;
  transform: translate(-63%, 40%);
}
@media screen and (max-width: 560px) {
  .pack .pack_list {
    margin: 30px auto 0;
    align-items: flex-end;
    width: 100%;
  }
  .pack .pack_list li {
    width: 30%;
  }
  .pack .pack_list li:nth-child(1) {
    width: 29.6%;
  }
  .pack .pack_list li:nth-child(3) {
    width: 30.3%;
  }

  .pack .pack_list li img {
    width: 100%;
  }
}
.pack .pack_note {
  color: #000077;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 24px;
  text-align: center;
  margin: 45px 0 0 0;
}
@media screen and (max-width: 560px) {
  .pack .pack_note {
    font-size: 3.2vw;
    margin: 5.33vw 0 0 0;
  }
}
.pack .btnArea {
  margin-top: 70px;
}
@media screen and (max-width: 560px) {
  .pack .btnArea {
    margin-top: 7.47vw;
  }
  .pack .btnArea a {
    margin: 0;
  }
}

.assort {
  background-color: #fff;
  padding: 60px 0;
  width: 100%;
}
@media screen and (max-width: 560px) {
  .assort {
    padding: 10.67% 0;
  }
}
.assort .assort_box {
  width: 100%;
}
.assort h2 {
  text-align: center;
}
@media screen and (max-width: 560px) {
  .assort h2 img {
    width: 35.73%;
  }
}
.assort .ctch {
  font-size: 24px;
  font-weight: 400;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  color: #000077;
  display: inline-block;
  padding: 0.5em 1em;
  margin: 50px 0 20px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 560px) {
  .assort .ctch {
    font-size: 4.6vw;
    padding: 0;
  }
}
.assort .assort_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
@media screen and (max-width: 560px) {
  .assort .assort_item {
    flex-direction: column;
  }
  .assort .assort_item figure:nth-of-type(2) {
    margin-top: 24px;
  }
}
.assort .assort_price {
  text-align: center;
  margin: 34px 0 50px 0;
}
@media screen and (max-width: 560px) {
  .assort .assort_price {
    margin: 34px 0 30px 0;
  }
  .assort .assort_price img {
    width: 77.73%;
  }
}
@media screen and (max-width: 560px) {
  .assort .btnArea a {
    margin: 0 5px;
  }
}

.gift {
  background-color: #fff8eb;
  padding: 60px 0;
  width: 100%;
}
@media screen and (max-width: 560px) {
  .gift {
    padding: 10.67% 0;
  }
}
.gift .gift_wrap {
  width: 100%;
}
.gift .gift_wrap .gift_title {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 560px) {
  .gift .gift_wrap .gift_title {
    text-align: center;
  }
  .gift .gift_wrap .gift_title img {
    width: 37.2%;
  }
}
.gift .gift_text {
  color: #000077;
  font-size: 24px;
  font-weight: 400;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  margin: 32px 0 0 0;
  text-align: center;
}
@media screen and (max-width: 560px) {
  .gift .gift_text {
    font-size: 4.8vw;
    margin: 4.2vw;
  }
}
.gift .gift_text.mini {
  font-size: 14px;
  word-break: keep-all;
}
@media screen and (max-width: 560px) {
  .gift .gift_text.mini {
    font-size: 10px;
  }
}
.gift .gift_list {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  margin: 60px auto 0;
  max-width: 835px;
  width: 100%;
}
@media screen and (max-width: 560px) {
  .gift .gift_list {
    flex-direction: column;
    margin: 8% auto 0;
  }
  .gift .gift_list li:nth-of-type(1) {
    text-align: center;
  }
  .gift .gift_list li:nth-of-type(1) img {
    width: 61.73%;
  }
  .gift .gift_list li:nth-of-type(2) {
    text-align: center;
    margin-top: 8%;
  }
  .gift .gift_list li:nth-of-type(2) img {
    width: 73.73%;
  }
}
.gift .gift_price {
  display: flex;
  justify-content: center;
  margin: 60px 0 0 0;
}
@media screen and (max-width: 560px) {
  .gift .gift_price {
    margin: 8% auto 0;
    width: 80vw;
  }
}

.online {
  background-color: #fff;
  padding: 60px 0;
  width: 100%;
}
@media screen and (max-width: 560px) {
  .online {
    padding: 10.67% 0;
  }
}
.online .online_title {
  display: flex;
  justify-content: center;
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
}
.online .online_title img {
  width: 100%;
}
.online .online_box {
  margin: 0 auto;
  width: 100%;
}
.online .online_box .ctch {
  font-size: 24px;
  font-weight: 400;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  color: #000077;
  display: inline-block;
  padding: 0.5em 1em;
  margin: 50px 0 0 0;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 560px) {
  .online .online_box .ctch {
    font-size: 4.6vw;
    margin: 10.53% 0 0 0;
    padding: 0;
  }
}
.online .img_box {
  display: flex;
  justify-content: space-between;
  margin: 60px auto 0;
  max-width: 1060px;
}
@media screen and (max-width: 560px) {
  .online .img_box {
    margin: 10.53% 0 0 0;
    flex-direction: column;
  }
  .online .img_box p {
    margin: 0 auto;
    width: 90.67%;
  }
  .online .img_box p:nth-of-type(2) {
    margin: 8% auto 0;
  }
}
.online .bottom {
  margin-top: 60px;
}
.online .rightbox p {
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
}

#shop {
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
}
@media screen and (max-width: 560px) {
  #shop {
    padding: 8% 0 10.67%;
  }
}

@media screen and (max-width: 560px) {
  #shop .tableLayout > .leftbox h3 img {
    width: 44.27%;
  }
}

@media screen and (max-width: 560px) {
  #shop .info {
    font-size: 3.2vw;
    margin-top: 6vw;
    padding-bottom: 0;
  }
}

.contact {
  background-color: #fff;
  border-radius: 25px;
  max-width: 800px;
  margin: 0 auto;
  padding: 48px 0;
  width: 100%;
}
@media screen and (max-width: 560px) {
  .contact {
    margin: 6vw auto 0;
    padding: 8% 5.33%;
    width: 90.13%;
  }
}
.contact .heading3 {
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  text-align: center;
}
.contact .contact_info {
  color: #555555;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 24px;
  font-weight: bold;
  margin: 40px 0 0 0;
  text-align: center;
}
@media screen and (max-width: 560px) {
  .contact .contact_info {
    color: #333333;
    font-size: 4.8vw;
  }
}
.contact .tel_wrap {
  display: flex;
  margin: 40px auto 0;
  width: 660px;
}
@media screen and (max-width: 560px) {
  .contact .tel_wrap {
    flex-direction: column;
    width: 100%;
  }
}
.contact .telNumber {
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  width: 160px;
}
@media screen and (max-width: 560px) {
  .contact .telNumber {
    width: 100%;
  }
}
.contact .telNumber img {
  margin-right: 8px;
  width: 16px;
}
@media screen and (max-width: 560px) {
  .contact .telNumber img {
    width: 4vw;
  }
}
.contact .telNumber span {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 560px) {
  .contact .telNumber span {
    font-size: 4vw;
  }
}
.contact .tel_info {
  color: #555;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 560px) {
  .contact .tel_info {
    font-size: 4vw;
    line-height: 1.3;
    text-align: left;
    margin: 8px 0 0 0;
    width: 100%;
  }
}
.contact .contact_mail {
  display: flex;
  justify-content: space-between;
  margin: 18px auto 0;
  width: 660px;
}
@media screen and (max-width: 560px) {
  .contact .contact_mail {
    flex-direction: column;
  }
}
.contact .contact_mail .contact_title {
  color: #555;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  width: 150px;
}
@media screen and (max-width: 560px) {
  .contact .contact_mail .contact_title {
    font-size: 4vw;
    width: 100%;
  }
}
.contact .contact_mail .contact_title span {
  padding-left: 4px;
}
.contact .contact_mail .contact_button {
  width: 100%;
}
.contact .contact_mail .contact_button a {
  color: #000077;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 560px) {
  .contact .contact_mail .contact_button a {
    font-size: 3.6vw;
  }
}

#shop .map {
  background-color: #fff;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 560px) {
  #shop .map {
    flex-direction: column;
  }
}

#shop .map.mt-3 {
  margin: 3px 0 0;
}

#shop .map .map_wrap {
  position: relative;
  width: 100%;
}
#shop .map .map_wrap img {
  width: 100%;
}
#shop .map .leftbox {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.79vw;
  width: 22.22%;
  background-color: #fff8eb;
}
@media screen and (max-width: 560px) {
  #shop .map .leftbox {
    padding: 10.27% 0;
    text-align: center;
    width: 100%;
    background-color: #fff8eb;
  }
}
#shop .map .leftbox img {
  max-width: 200px;
  width: 13.89vw;
}
@media screen and (max-width: 560px) {
  #shop .map .leftbox img {
    max-width: 354px;
    width: 44.27%;
  }
}
#shop .map .leftbox .addr {
  font-size: 14px;
  margin-top: 0.5vw;
  text-align: center;
}
@media screen and (max-width: 1366px) {
  #shop .map .leftbox .addr {
    font-size: 0.97vw;
  }
}
@media screen and (max-width: 560px) {
  #shop .map .leftbox .addr {
    margin-top: 20px;
    font-size: 14px;
  }
}
#shop .map .leftbox .map_button {
  max-width: 258px;
  width: 80%;
}
#shop .map .leftbox .mapButton {
  color: #fff;
  background: #e20000;
  display: inline-block;
  box-sizing: border-box;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1em;
  margin-top: 24px;
  padding: 20px;
  text-decoration: none;
  text-align: center;
  max-width: 258px;
  width: 100%;
}
@media screen and (max-width: 1366px) {
  #shop .map .leftbox .mapButton {
    margin-top: 1.39vw;
    max-width: 240px;
    padding: 14px;
  }
}
@media screen and (max-width: 560px) {
  #shop .map .leftbox .mapButton {
    margin-top: 20px;
    padding: 20px;
  }
}
#shop .map .leftbox .mapButton::before {
  content: "";
  width: 1.2em;
  height: 1.2em;
  display: inline-block;
  margin-right: 10px;
  background: url(../img/icon_btn_arrow_white.png) no-repeat;
  background-size: 100% auto;
  vertical-align: middle;
  margin-top: -3px;
  transition: left 0.2s ease-in-out;
  left: 0;
  position: relative;
}
#shop .map .leftbox .mapButton:hover::before {
  left: 5px;
}
#shop .map .rightbox {
  background: #fff url(common/img/new/bg_tenpo_pc.png) no-repeat;
  position: relative;
  width: 77.78%;
}
@media screen and (max-width: 560px) {
  #shop .map .rightbox {
    width: 100%;
  }
}
#shop .map .rightbox .gentei_icon {
  position: absolute;
  top: 3%;
  left: 0;
}
@media screen and (max-width: 560px) {
  #shop .map .rightbox .gentei_icon {
    top: 2%;
    left: 2%;
    width: 17.33%;
  }
}
#shop .map .rightbox .tenpo_img {
  width: 100%;
}

@media screen and (max-width: 560px) {
  img.fit {
    width: 100%;
  }
}

.access_map_modal {
  overflow: inherit !important;
}

.gmap {
  height: 100%;
  position: relative;
  padding-bottom: 56.25%;
}
.gmap iframe {
  position: absolute;
  left: 50%;
  top: 0%;
  height: 55%;
  transform: translateX(-50%);
  width: 55%;
}
@media screen and (max-width: 560px) {
  .gmap iframe {
    top: -80%;
    height: 100%;
    width: 100%;
  }
}
.gmap .floorMap {
  position: absolute;
  left: 50%;
  top: 62.2%;
  transform: translateX(-50%);
  width: 55%;
}
@media screen and (max-width: 560px) {
  .gmap .floorMap {
    top: 20%;
    width: 100%;
  }
}
.gmap .map_title {
  background-color: #fff;
  display: inline-flex;
  flex-direction: column;
  position: absolute;
  top: -7%;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 0 0 4px;
  width: 55%;
}
@media screen and (max-width: 560px) {
  .gmap .map_title {
    top: -96%;
    left: 50%;
    width: 100%;
  }
}
.gmap .map_title .japanese {
  color: orange;
  font-size: 14px;
}
@media screen and (max-width: 560px) {
  .gmap .map_title .japanese {
    font-size: 2vw;
  }
}
.gmap .map_title .english {
  color: #333;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 18px;
  margin: 4px 0 0 0;
}
@media screen and (max-width: 560px) {
  .gmap .map_title .english {
    font-size: 3vw;
  }
}
.gmap .map_title.floor {
  background-color: white;
  position: absolute;
  top: 52.2%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: none !important;
  z-index: 100;
}
@media screen and (max-width: 560px) {
  .gmap .map_title.floor {
    top: 15%;
    left: 50%;
    width: 100%;
  }
}

#in_contents img {
  max-width: 100%;
  height: auto;
}/*# sourceMappingURL=index.css.map */