@charset "UTF-8";

/*-------------------------------------------------------------------------------------------------------------------------------
* base
-------------------------------------------------------------------------------------------------------------------------------*/









body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 1.8;
  color: #333;
  -webkit-text-size-adjust: none;
}
a {
  opacity: 1;
  transition: all 0.2s;
}
a:hover {
  opacity: 0.6;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
@media screen and (max-width:767px) {
  body {
    font-size: 14px;
    line-height: 1.8;
  }
  img {
    width: 100%;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

#container {
  width: 100%;
  min-width: 1100px;
}
@media screen and (max-width:767px) {
  #container {
    min-width: 100%;
    padding: 0 0 60px;
  }
}
@media print {
  #container {
    width: 1100px;
  }
}


/* header
=================================================================== */
.foreign-notes {
  padding: 5px;
  text-align: center;
  line-height: 1.4;
}

.cmn-header {
  position: absolute;
  z-index: 10001;
  width: 100%;
  min-width: 1100px;
  background: #fff;
}
.cmn-header.fixed {
  position: fixed;
  top: 0;
}
.cmn-header-inner {
  position: relative;
  display: flex;
  align-items: center;
  height: 100px;
}
@media screen and (max-width:767px) {
  .cmn-header {
    min-width: 100%;
  }
  .cmn-header-inner {
    height: 60px;
  }
}

.cmn-header .logo {
  width: 252px;
  font-size: 0;
  margin: 0 0 0 30px;
}
.cmn-header .logo img {
  width: 100%;
}
.cmn-header .logo-timessquare {
  width: 94px;
  margin: 0 0 0 15px;
}
.cmn-header .logo-timessquare img {
  width: 100%;
}
@media screen and (max-width:767px) {
  .cmn-header .logo {
    width: 152px;
    margin: 0 0 0 10px;
  }
  .cmn-header .logo-timessquare {
    width: 50px;
    margin: 0 0 0 10px;
  }
}

/* cmn-store-nav */
.cmn-store-nav ul {
  display: flex;
  gap: 15px;
  padding: 0 20px;
}
.cmn-store-nav ul li {
  min-width: 160px;
}
.cmn-store-nav ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  color: inherit;
  text-decoration: none;
  border: 1px solid #333;
  padding: 15px 10px;
  border-radius: 5px;
}
.cmn-store-nav ul li a.current {
  background: #e60012;
  color: #fff;
  border: 1px solid #e60012;
}
.cmn-store-nav-sp {
  display: none;
}
@media screen and (max-width:767px) {
  .cmn-store-nav-pc {
    display: none;
  }
  .cmn-store-nav-sp {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding: 60px 0 0;
    border-bottom: 1px solid #999;
  }
  .cmn-store-nav ul {
    padding: 5px 15px;
    gap: 10px;
  }
  .cmn-store-nav ul li {
    min-width: auto;
    width: 50%;
  }
  .cmn-store-nav ul li a {
    font-size: 12px;
    padding: 12px 5px;
    border-radius: 5px;
  }
}

.cmn-header-nav {
  display: flex;
  gap: 0 30px;
  margin-left: auto;
  padding: 0 30px 0 0;
}
.cmn-header-nav button {
  color: inherit;
}
@media screen and (max-width:767px) {
  .cmn-header-nav {
    gap: 0 14px;
    padding: 0 10px 0 5px;
  }
}

/* header-today  */
.header-today {
  min-width: 250px;
}
.header-today a {
  display: flex;
  gap: 0 18px;
  align-items: center;
  height: 60px;
  padding: 0 16px;
  border: 1px solid #e60012;
  color: #e60012;
  text-decoration: none;
}
.header-today .icon {
  background-image: url(/base/store_cmn/img/icon_today.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 46px;
  width: 46px;
  height: 34px;
  padding: 10px 0 0;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1;
}
.header-today .txt {
  flex: 1;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  background: url(/base/store_cmn/img/arrow01_r_red.svg) no-repeat right center;
  background-size: 40px;
  padding-right: 50px;
}
@media screen and (max-width:767px) {
  .header-today {
    min-width: 70px;
  }
  .header-today a {
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: center;
    height: auto;
    padding: 0;
    border: none;
    color: #e60012;
    text-decoration: none;
  }
  .header-today .icon { 
    background-size: 36px;
    width: 36px;
    height: 28px;
    padding: 9px 0 0;
    font-size: 15px;
  }
  .header-today .txt {
    font-size: 8.5px;
    background: none;
    padding-right: 0;
    padding-top: 2px;
    text-align: center;
    line-height: 1.2;
  }
}

/* header-lang */
.header-lang {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: opacity 0.2s;
}
.header-lang:hover {
  opacity: 0.6;
}
.header-lang .txt {
  position: relative;
  margin: 3px 0 0;
  padding-right: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.header-lang .txt::after {
  content: "";
  position: absolute;
  top: 6px;
  right: 0;
  background: #808080;
  height: calc(tan(60deg) * 60px / 2);
  width: 13px;
  height: 9px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.header-lang .icon {
  display: block;
  width: 40px;
}
@media screen and (max-width:767px) {
  .header-lang .txt {
    margin: 0;
    padding-right: 10px;
    font-size: 10px;
  }
  .header-lang .txt::after {
    top: 5px;
    width: 9px;
    height: 6px;
  }
  .header-lang .icon {
    width: 27px;
  }
}

.header-lang-nav {
  display: none;
  position: absolute;
  z-index: 10001;
  top: 100px;
  right: 25px;
  width: 210px;
  background: #fff;
  border-top: 1px solid #808080;
}
.header-lang-nav li {
  border-bottom: 1px solid #808080;
}
.header-lang-nav li a {
  display: block;
  padding: 10px;
  text-align: center;
  color: inherit;
  text-decoration: none;
  font-size: 17px;
}
@media screen and (max-width:767px) {
  .header-lang-nav {
    top: 60px;
    right: 10px;
    width: 140px;
  }
  .header-lang-nav li a {
    padding: 10px;
    font-size: 13px;
  }
}

/* header-menu  */
.header-menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: opacity 0.2s;
}
.header-menu:hover {
  opacity: 0.6;
}
.header-menu .txt {
  margin: 3px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.menu-line {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
}
.menu-line span {
  position: absolute;
  display: inline-block;
  left: 0;
  width: 40px;
  height: 4px;
  background-color: #333;
  border-radius: 9999px;
}
.menu-line span:nth-of-type(1) {
  top: 4px;
}
.menu-line span:nth-of-type(2) {
  top: 18px;
}
.menu-line span:nth-of-type(3) {
  top: 32px;
}
@media screen and (max-width:767px) {
  .header-menu .txt {
    margin: 0;
    font-size: 10px;
  }
  .menu-line {
    width: 27px;
    height: 27px;
  }
  .menu-line span {
    width: 27px;
    height: 3px;
    background-color: #333;
    border-radius: 9999px;
  }
  .menu-line span:nth-of-type(1) {
    top: 3px;
  }
  .menu-line span:nth-of-type(2) {
    top: 12px;
  }
  .menu-line span:nth-of-type(3) {
    top: 21px;
  }
}


/* g-nav
=================================================================== */
.cmn-g-nav {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 60px;
  padding: 12px 0;
  background: #fff;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
.cmn-g-nav li a {
  display: flex;
  align-items: center;
  height: 40px;
  font-size: 13px;
  font-weight: 500;
  color: inherit;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: left center;
}
@media screen and (max-width:767px) {
  .cmn-g-nav {
    position: fixed;
    display: flex;
    justify-content: space-between;
    top: auto;
    bottom: 0;
    gap: 0;
    padding: 0 15px;
    border-top: 1px solid #ccc;
    border-bottom: none;
  }
  .cmn-g-nav li a {
    justify-content: center;
    flex-direction: column;
    height: 60px;
    text-align: center;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.2;
    font-feature-settings: "palt";
    padding: 32px 0 0 !important;
  }
  .cmn-g-nav li a .dot::after {
    content: none;
  }
  .cmn-g-nav li a span{
    display: block;
  }
}

.cmn-g-nav li.g-nav-time a {
  background-image: url(/base/store_cmn/img/icon_time.svg);
  background-size: 33px;
  padding-left: 43px;
}
.cmn-g-nav li.g-nav-access a {
  background-image: url(/base/store_cmn/img/icon_access.svg);
  background-size: 49px;
  padding-left: 58px;
}
.cmn-g-nav li.g-nav-floor a {
  background-image: url(/base/store_cmn/img/icon_floor.svg);
  background-size: 37px;
  padding-left: 50px;
}
.cmn-g-nav li.g-nav-brand a {
  background-image: url(/base/store_cmn/img/icon_brand.svg);
  background-size: 30px;
  padding-left: 40px;
}
.cmn-g-nav li.g-nav-restaurant a {
  background-image: url(/base/store_cmn/img/icon_restaurant.svg);
  background-size: 22px;
  padding-left: 40px;
}
@media screen and (max-width:767px) {
  .cmn-g-nav li.g-nav-time a {
    background-size: 24px;
    background-position: center top 10px;
  }
  .cmn-g-nav li.g-nav-access a {
    background-size: 36px;
    background-position: center top 11px;
  }
  .cmn-g-nav li.g-nav-floor a {
    background-size: 27px;
    background-position: center top 8px;
  }
  .cmn-g-nav li.g-nav-brand a {
    background-size: 22px;
    background-position: center top 10px;
  }
  .cmn-g-nav li.g-nav-restaurant a {
    background-size: 19px;
    background-position: center top 10px;
  }
}


/* menu
=================================================================== */
.cmn-menu-bg {
  position: fixed;
  z-index: 10001;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  transition: all .2s;
}
.cmn-menu-bg.open {
  visibility: visible;
}

/* drawer-menu */
.drawer-menu {
  position: fixed;
  z-index: 10002;
  top: 0;
  right: 0;
  width: 500px;
  height: 100%;
  overflow: auto;
  background-color: #fff;
  transform: translate(100%);
  transition: all .4s;
  visibility: hidden;
}
.drawer-menu.open {
  transform: translate(0);
  visibility: visible;
}
@media screen and (max-width:767px) {
  .drawer-menu {
    width: 100%;
  }
}

.menu-content {
  position: relative;
}
.menu-content a {
  color: inherit;
  text-decoration: none;
}

/* menu-close */
.menu-close {
  position: absolute;
  top: 15px;
  right: 20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.menu-close-line {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.menu-close-line span {
  position: absolute;
  display: inline-block;
  left: 0;
  width: 40px;
  height: 3px;
  background-color: #333;
  border-radius: 9999px;
}
.menu-close-line span:nth-of-type(1) {
  top: 18px;
  transform: rotate(45deg);
}
.menu-close-line span:nth-of-type(2) {
  top: 18px;
  transform: rotate(-45deg);
}
@media screen and (max-width:767px) {
  .menu-close {
    top: 14px;
    right: 12px;
    width: 30px;
    height: 30px;
  }
  .menu-close-line span {
    width: 30px;
    height: 2px;
  }
  .menu-close-line span:nth-of-type(1) {
    top: 14px;
  }
  .menu-close-line span:nth-of-type(2) {
    top: 14px;
  }
}

/* menu-list */
.menu-list {
  font-size: 16px;
}
@media screen and (max-width:767px) {
  .menu-list {
    font-size: 2.8rem;
  }
}

.menu-list-top {
  display: flex;
  gap: 0 30px;
  padding: 20px;
  border-bottom: 1px solid #a8a8a8;
}
.menu-list-top li a {
  background-image: url(/base/store_cmn/img/arrow03_r.svg);
  background-repeat: no-repeat;
  background-position: right 2px center;
  background-size: 6px;
  padding-right: 20px;
}
@media screen and (max-width:767px) {
  .menu-list-top {
    gap: 0 3rem;
    padding: 3rem;
  }
  .menu-list-top li a {
    background-size: .9rem;
    padding-right: 3rem;
  }
}

.menu-list-store {
  padding: 0 20px 30px;
}
.menu-list-store h2 {
  text-align: center;
  font-size: 26px;
  line-height: 1.2;
  font-weight: normal;
  padding: 30px 0;
  border-bottom: 1px solid #a8a8a8;
}
@media screen and (max-width:767px) {
  .menu-list-store {
    padding: 0 4rem 4rem;
  }
  .menu-list-store h2 {
    font-size: 4.2rem;
    padding: 4rem 0;
  }
}

.menu-list-group01 {
  padding: 0 0 30px;
}
.menu-list-group01 li{
  border-bottom: 1px solid #a8a8a8;
}
.menu-list-group01 li a {
  display: flex;
  align-items: center;
  padding: 15px 0 15px 60px;
  font-size: 22px;
  line-height: 1.3;
  background-repeat: no-repeat;
}
.menu-list-group01 li a::before {
  content: "";
  display: block;
  width: 70px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 30px;
}
@media screen and (max-width:767px) {
  .menu-list-group01 {
    padding: 0 0 4rem;
  }
  .menu-list-group01 li a {
    padding: 2rem 0 2rem 10rem;
    font-size: 3.3rem;
  }
  .menu-list-group01 li a::before {
    width: 11rem;
    height: 8rem;
    margin-right: 3rem;
  }
}

.menu-list-group01 li.today a {
  position: relative;
  color: #e60012;
}
.menu-list-group01 li.today a .date {
  position: absolute;
  z-index: 2;
  top: 29px;
  left: 60px;
  width: 70px;
  text-align: center;
  font-weight: 500;;
}
@media screen and (max-width:767px) {
  .menu-list-group01 li.today a .date {
    position: absolute;
    top: 4.7rem;
    left: 10rem;
    width: 11rem;
  }
}

.menu-list-group01 li.today a::before {
  background-image: url(/base/store_cmn/img/icon_today.svg);
  background-size: 55px;
}
.menu-list-group01 li.time a::before {
  background-image: url(/base/store_cmn/img/icon_time.svg);
  background-size: 45px;
}
.menu-list-group01 li.access a::before {
  background-image: url(/base/store_cmn/img/icon_access.svg);
  background-size: 60px;
}
.menu-list-group01 li.floor a::before {
  background-image: url(/base/store_cmn/img/icon_floor.svg);
  background-size: 45px;
}
.menu-list-group01 li.brand a::before {
  background-image: url(/base/store_cmn/img/icon_brand.svg);
  background-size: 40px;
}
.menu-list-group01 li.restaurant a::before {
  background-image: url(/base/store_cmn/img/icon_restaurant.svg);
  background-size: 35px;
}
.menu-list-group01 li.service a::before {
  background-image: url(/base/store_cmn/img/icon_service.svg);
  background-size: 65px;
}
.menu-list-group01 li.contact a::before {
  background-image: url(/base/store_cmn/img/icon_contact.svg);
  background-size: 45px;
}
@media screen and (max-width:767px) {
  .menu-list-group01 li.today a::before {
    background-size: 8.6rem;
  }
  .menu-list-group01 li.time a::before  {
    background-size: 7.5rem;
  }
  .menu-list-group01 li.access a::before  {
    background-size: 9.8rem;
  }
  .menu-list-group01 li.floor a::before  {
    background-size: 7.5rem;
  }
  .menu-list-group01 li.brand a::before  {
    background-size: 6.5rem;
  }
  .menu-list-group01 li.restaurant a::before  {
    background-size: 5.8rem;
  }
  .menu-list-group01 li.service a::before  {
    background-size: 10rem;
  }
  .menu-list-group01 li.contact a::before {
    background-size: 7.5rem;
  }
}

.menu-list-group02 > li{
  margin: 0 0 20px;
}
.menu-list-group02 > li > a {
  display: block;
  padding: 10px 40px 10px 20px;
  font-size: 22px;
  color: #e60012;
  border: 1px solid #e60012;
  background-image: url(/base/store_cmn/img/arrow03_r_red.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 6px;
}
.menu-list-group02 > li.sc > a {
  color: #fff;
  border: 1px solid #333;
  background-image: url(/base/store_cmn/img/arrow03_r_white.svg);
  background-color: #000;
}
.menu-list-group02 .small {
  font-size: 85%;
}
@media screen and (max-width:767px) {
  .menu-list-group02 > li{
    margin: 0 0 3rem;
  }
  .menu-list-group02 > li > a {
    padding: 1.5rem 6rem 1.5rem 3rem;
    font-size: 3.3rem;
    background-position: right 4rem center;
    background-size: 1.1rem;
  }
}

.menu-list-group02 > li > button.ttl {
  display: block;
  width: 100%;
  padding: 10px 40px 10px 20px;
  font-size: 22px;
  line-height: inherit;
  color: #e60012;
  border: 1px solid #e60012;
  position: relative;
  text-align: left;
  cursor: pointer;
}
.menu-list-group02 > li > button.ttl::before {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  right: 23px;
  width: 2px;
  height: 20px;
  background: #e60012;
}
.menu-list-group02 > li > button.ttl::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 14px;
  width: 20px;
  height: 2px;
  background: #e60012;
}
.menu-list-group02 > li > button.ttl.active::before {
  transform: rotate(45deg);
}
.menu-list-group02 > li > button.ttl.active::after {
  transform: rotate(45deg);
}
@media screen and (max-width:767px) {
  .menu-list-group02 > li > button.ttl {
    padding: 1.5rem 3rem;
    font-size: 3.3rem;
  }
  .menu-list-group02 > li > button.ttl::before {
    right: calc(3rem + 9px);
  }
  .menu-list-group02 > li > button.ttl::after {
    right: 3rem;
  }
}

.menu-list-group02 > li > ul {
  display: none;
  padding: 10px 0;
}
.menu-list-group02 > li > ul > li {
  padding: 10px 20px;
}
.menu-list-group02 > li > ul > li > a {
  display: block;
  background-image: url(/base/store_cmn/img/arrow03_r.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 6px;
}
@media screen and (max-width:767px) {
  .menu-list-group02 > li > ul > li > a {
    background-position: right 1rem center;
    background-size: 1.1rem;
  }
}


/* main
=================================================================== */



@media screen and (max-width:767px) {
  .cmn-content {

  }
  .cmn-content.pt0-sp {
    padding-top: 0;
  }
}

.cmn-content > h1{
	text-align: center;
	font-size: 28px;
	line-height: 1.5;
	padding: 25px 0;
	background: #fafafa;
}
@media screen and (max-width:767px) {
	.cmn-content > h1{
		font-size: 18px;
		padding: 18px 0;
	}
}


/* footer
=================================================================== */
.cmn-footer {
  padding: 35px 0;
}
.cmn-footer a {
  color: inherit;
  text-decoration: none;
}
@media screen and (max-width:767px) {
  .cmn-footer {
    padding: 30px 0;
  }
}

.cmn-footer .pagetop {
  text-align: center;
}
.cmn-footer .pagetop a {
  display: inline-block;
  position: relative;
  padding: 20px 10px 0;
  font-size: 15px;
  font-weight: 700;
}
.cmn-footer .pagetop a::after {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 4px);
  top: 8px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #333;
	border-left: 2px solid #333;
	transform: rotate(45deg);
}
@media screen and (max-width:767px) {
  .cmn-footer .pagetop a {
    padding: 4rem 2rem 0;
    font-size: 3rem;
  }
  .cmn-footer .pagetop a::after {
    left: calc(50% - 1rem);
    top: 1.7rem;
    width: 2rem;
    height: 2rem;
  }
}

.cmn-footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 50px;
  font-size: 13px;
  margin: 40px 0 0;
}
.cmn-footer-nav-contact {
  display: none;
}
@media screen and (max-width:767px) {
  .cmn-footer-nav {
    display: block;
    padding: 30px 15px;
    margin: 0;
  }
  .cmn-footer-nav li {
    width: 100%;
    border-top: 1px solid #ccc;
  }
  .cmn-footer-nav li:last-child {
    border-bottom: 1px solid #ccc;
  }
  .cmn-footer-nav li a {
    display: block;
    padding: 15px 10px;
    font-size: 11px;
    line-height: 1.2;
  }
}

.cmn-footer .copyright {
  margin: 36px 0 0;
  text-align: center;
  font-size: 12px;
}
@media screen and (max-width:767px) {
  .cmn-footer .copyright {
    margin: 0;
    font-size: 12px;
  }
}