@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;700;800;900&display=swap");

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 500;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 600;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: 700;
}
#all {
  font-family: "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}

#all {
  font-size: 18px;
  line-height: 1.4;
  min-width: 900px;
  padding-top: 40px;
  -webkit-text-size-adjust: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


@media screen and (max-width: 767px) {
  #all {
    padding: 20px 2% 0;
    min-width: 100%;
  }
  .cmn-content {
    padding: 0px 0 0;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------
* start
-------------------------------------------------------------------------------------------------------------------------------*/
#fv h1 {
  max-width: 818px;
  margin: auto;
}
img {
  width: 100%;
  vertical-align: bottom;
}
a {
  opacity: 1;
  transition: all 0.2s;
  text-decoration: none;
}
a:hover {
  opacity: 0.6;
}

/*-------------------------------------------------------------------------------------------------------------------------------
* title
-------------------------------------------------------------------------------------------------------------------------------*/
#title {
  max-width: 818px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  #title {
    max-width: 100%;
    width: 93%;
  }
}
/*-------------------------------------------------------------------------------------------------------------------------------
* navi
-------------------------------------------------------------------------------------------------------------------------------*/
#navi {
  max-width: 900px;
  margin: 65px auto 0;
}
#navi li {
  width: 838px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 45px;
}
@media screen and (max-width: 900px) {
  #navi {
    max-width: 100%;
    width: 98%;
    margin: 8.5% auto 0;
  }
  #navi li {
    width: 93%;
    margin-bottom: 6%;
  }
}
.view {
  max-width: 818px;
  margin: 60px auto 50px;
  overflow: hidden;
}
.view img{
  max-width: 395px;
}
.inner {
  max-width: 818px;
  margin: auto;
  padding: 0 0;
}
.view .inner ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .view {
    max-width: 100%;
    margin: 9vw auto 7vw;
  }
}
/*-------------------------------------------------------------------------------------------------------------------------------
* present
-------------------------------------------------------------------------------------------------------------------------------*/
#present {
  max-width: 900px;
  margin: 54px auto 0;
}
#present h2 {
  width: 818px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  #present {
    width: 98%;
  }
  #present h2 {
    width: 93%;
  }
}
/*-------------------------------------------------------------------------------------------------------------------------------
* catalog
-------------------------------------------------------------------------------------------------------------------------------*/
#catalog {
  max-width: 900px;
  margin: 50px auto 0;
}
#catalog .catalog {
  width: 822px;
  margin: 38px auto 0;
}
#catalog .catalog2 {
  margin: 50px auto 75px;
}
.catalog,
.catalog2 {
}
.catalog .flex {
  display: flex;
  justify-content: space-between;
}
.catalog .btn.seibo,
.catalog .btn.tastydays {
  width: 387px;
}
@media screen and (max-width: 900px) {
  #catalog {
    max-width: 100%;
    width: 98%;
    margin: 6.52% auto 0;
  }
  #catalog .catalog {
    width: 91.3%;
    margin: 5.06% auto 0;
  }
  #catalog .catalog2 {
    margin-top: 6.66%;
    margin-bottom: 10vw;
  }
  .catalog .btn.seibo,
  .catalog .btn.tastydays {
    width: 46.5%;
  }
}
/*-------------------------------------------------------------------------------------------------------------------------------
* shop
-------------------------------------------------------------------------------------------------------------------------------*/
#shop {
  max-width: 818px;
  margin: 75px auto 0;
  border-bottom: 2px solid #231815;
}
#shop {
  padding-top: 175px;
  margin-top: -175px;
}
#shop .shop1 {
  width: 818px;
  margin: 0 auto;
}
#shop .shop2 {
  width: 818px;
  margin: 20px auto 0;
}
#shop .shop2 img {
  max-width: 818px;
}
#shop .item {
  width: 818px;
  margin: 36px auto 72px;
}
@media screen and (max-width: 900px) {
  #shop {
    max-width: 100%;
    width: 98%;
  }
  #shop .shop1 {
    width: 93.6%;
    margin: 0 auto;
  }
  #shop .shop2 {
    width: 93%;
    margin-top: 2.67%;
  }
  #shop .item {
    width: 93%;
    margin-top: 7%;
  }
}
@media screen and (max-width: 767px) {
  #shop {
    padding-top: 70px;
    margin-top: -70px;
  }
  #shop .item {
    margin-bottom: 26px;
  }
  #present {
    margin-top: 26px;
  }
}
/*-------------------------------------------------------------------------------------------------------------------------------
* reservation
-------------------------------------------------------------------------------------------------------------------------------*/
#reservation {
  max-width: 818px;
  margin: 0 auto 30px;
  padding: 0 0;
  text-align: center;
  font-size: 30px;
  line-height: 1.3;
}
#reservation .t-left {
  text-align: left;
}
#reservation .c-red {
  color: #e60033;
}
#reservation .c-orange {
  color: #ef7c2a;
}
#reservation .c-green {
  color: #00a83b;
}
#reservation .c-white {
  color: #fff;
}
/*
#reservation .ff-shin_m{
    font-family:"Shin Go Medium","M+ 1p", sans-serif;
}
#reservation .ff-shin_db{
    font-family:"Shin Go DeBold","M+ 1p", sans-serif;
}*/
#reservation .ff-mb101 {
  font-family: "Noto Sans JP", "M+ 1p", Verdana, Meiryo, sans-serif;
  /*font-family:"Gothic MB101 Regular","M+ 1p", sans-serif;*/
}
#reservation .palt1 {
  margin: 75px 0 30px;
}
#reservation .palt1 p:first-child {
  letter-spacing: -0.07em;
}
#reservation .palt1 p:last-child {
  letter-spacing: 0.1em;
}
#reservation .palt1 p:last-child {
  letter-spacing: 0.1em;
}
#reservation .palt2 {
  background-color: #fbeaea;
  padding: 25px 0;
  border-radius: 13px;
  margin-bottom: 35px;
  letter-spacing: 0.15em;
}
#reservation .palt3 {
  background-color: #fbeaea;
  border-radius: 13px;
  margin-bottom: 30px;
  letter-spacing: 0.15em;
  padding: 4px 0;
  position: relative;
}
#reservation .palt3:after {
  content: "";
  display: inline-block;
  background-image: url(../img/25winter_btn_open.png);
  width: 47px;
  height: 47px;
  position: absolute;
  top: 55px;
  right: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  transition: all 0.3s;
  cursor: pointer;
}
#reservation .palt4 {
  background-color: #ef7c2a;
  border-radius: 13px;
  margin-bottom: 10px;
  position: relative;
}
#reservation .palt4:after {
  content: "";
  display: inline-block;
  background-image: url("../img/allow-next.png");
  width: 53px;
  height: 29px;
  position: absolute;
  top: 18px;
  right: 35px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
#reservation .palt5 {
  margin-bottom: 40px;
}
#reservation .palt6 {
  background-color: #00a83b;
  border-radius: 13px;
  margin-bottom: 10px;
  position: relative;
}
#reservation .palt6:after {
  content: "";
  display: inline-block;
  background-image: url("../img/allow-next.png");
  width: 53px;
  height: 29px;
  position: absolute;
  top: 18px;
  right: 35px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
#reservation .palt7 p {
  margin-bottom: 0px;
  line-height: 1.3;
}
#reservation .palt7 p.ls-1 {
  letter-spacing: -0.02em;
  text-align: left;
}
#reservation .palt7 ul {
  margin-bottom: 16px;
  letter-spacing: -0.05em;
  line-height: 1.5;
}
#reservation .palt7 ul.lh-1 {
  line-height: 1.3;
}
#reservation .kikan {
  background-color: #fce5eb;
  padding: 4px 0;
}
#reservation .ff {
  font-weight: 500;
  font-size: 29px;
}
#reservation p.palt8 {
  background-color: #fce5eb;
  padding: 4px 0;
  margin-bottom: 16px;
}
.sunday {
  color: #ff0000;
}
#reservation .palt9 {
  background-color: #fff;
  border: 3px solid #e60033;
  border-radius: 6px;
  margin-bottom: 16px;
}
#reservation .palt10 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  letter-spacing: -0.05em;
}
#reservation .palt11 li {
  text-align: justify;
}
#reservation .fs32 {
  font-size: 32px;
  font-weight: bold;
}
#reservation .fs40 {
  font-size: 40px;
  font-weight: bolder;
}
#reservation .fs46 {
  font-size: 46px;
  font-weight: bolder;
  letter-spacing: 0em;
}
#reservation .fs67 {
  font-size: 67px;
  letter-spacing: 0em;
}
@media screen and (max-width: 900px) {
  #reservation {
    max-width: 100%;
    width: 93%;
    font-size: 3.4vw;
  }
  #reservation .palt1 {
    margin: 10.5% 0 2%;
  }
  #reservation .palt1 p:first-child {
    letter-spacing: -0.1em;
  }
  #reservation .palt2 {
    padding: 3.5% 0;
    border-radius: 10px;
    margin-bottom: 4.92%;
  }
  #reservation .palt3 {
    border-radius: 10px;
    margin-bottom: 4.91%;
    padding: 2px 0;
  }
  #reservation .palt4 {
    border-radius: 10px;
    margin-bottom: 10px;
  }
  #reservation .palt4:after {
    top: 29%;
    right: 5.4vw;
    width: 7.4%;
    height: 47%;
  }
  #reservation .palt5 {
    margin-bottom: 5.6%;
  }
  #reservation .palt6 {
    background-color: #00a83b;
    border-radius: 10px;
    margin-bottom: 10px;
    position: relative;
  }
  #reservation .palt6:after {
    top: 29%;
    right: 5.4vw;
    width: 7.4%;
    height: 46%;
  }
  #reservation .palt7 p {
    margin-bottom: 0px;
    line-height: 1.3;
  }
  #reservation .palt7 p.ls-1 {
    letter-spacing: -0.12em;
  }
  #reservation .palt7 ul {
    margin-bottom: 16px;
    letter-spacing: -0.05em;
    line-height: 1.5;
  }
  #reservation .palt7 ul.lh-1 {
    line-height: 1.3;
  }
  #reservation .kikan {
    background-color: #dff2fc;
    padding: 4px 0;
  }
  #reservation .ff {
    font-size: 3.5vw;
  }
  #reservation p.palt8 {
    background-color: #dff2fc;
    padding: 4px 0;
    margin-bottom: 2.3%;
  }
  #reservation .palt9 {
    background-color: #fff;
    border: 1px solid #e60033;
    border-radius: 6px;
    margin-bottom: 2.3%;
  }
  #reservation .palt10 {
    margin-bottom: 10px;
    padding-bottom: 10px;
    letter-spacing: -0.05em;
  }
  #reservation .fs32 {
    font-size: 3.6vw;
    font-weight: bold;
  }
  #reservation .fs40 {
    font-size: 4.5vw;
  }
  #reservation .fs46 {
    font-size: 5.4vw;
  }
  #reservation .fs67 {
    font-size: 7.7vw;
  }
}
@media screen and (max-width: 500px) {
  #reservation .palt3:after {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 25px;
    right: 25px;
  }
}
@media screen and (max-width: 415px) {
  #reservation .palt1 p:first-child {
    letter-spacing: -0.15em;
  }
  #reservation .ff {
    letter-spacing: -0.1em;
  }
  #reservation .fs40 {
    letter-spacing: -0.1em;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------
* /* accordion
-------------------------------------------------------------------------------------------------------------------------------*/
.blockTitle .palt3 {
  display: block;
  position: relative;
}
#reservation .palt3.blockTitle.open:after {
  transform: scale(1, -1);
}
.accordion .content {
  display: none;
}
.close {
  cursor: pointer;
}
/*-------------------------------------------------------------------------------------------------------------------------------
* /* bag
-------------------------------------------------------------------------------------------------------------------------------*/
#bag {
  max-width: 900px;
  margin: 30px auto 0;
}
#bag .inner img {
  padding-top: 45px;
  padding-bottom: 45px;
  margin-bottom: 45px;
  border-top: 3px solid #e60033;
  border-bottom: 3px solid #e60033;
}
#bag .inner div {
  width: 818px;
  margin: 0 auto;
}

@media screen and (max-width: 900px) {
  #bag {
    max-width: 100%;
    width: 98%;
    margin: 3.92% auto 0;
  }
  #bag .inner img {
    padding-top: 6.3%;
    padding-bottom: 6.3%;
    margin-bottom: 6.3%;
    border-top: 3px solid #e60033;
    border-bottom: 3px solid #e60033;
  }
  #bag .inner div {
    width: 95.3%;
  }
}
/*-------------------------------------------------------------------------------------------------------------------------------
* /* bag
-------------------------------------------------------------------------------------------------------------------------------*/
.app{
  margin-bottom: 45px;
}
.app a {
  display: block;
  text-align: center;
  margin-top: -28%;
  padding-bottom: 8%;
}
.app a img {
  max-width: 580px;
}
@media screen and (max-width: 767px) {
  .app a {
  padding-bottom: 3%;
}
.app a img {
  max-width: 80%;
}
}

/*-------------------------------------------------------------------------------------------------------------------------------
* /* web
-------------------------------------------------------------------------------------------------------------------------------*/
#web {
  max-width: 900px;
  padding-top: 170px;
  margin: -170px auto 0;
}
#web h2 {
  margin-bottom: 43px;
}
#web .web1 {
  width: 838px;
  margin: 0 auto;
}
#web .web2 {
  width: 841px;
  margin: 75px auto 0;
}
#web .item {
  width: 841px;
  margin: 20px auto 0;
}
.inner .link {
  max-width: 844px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .inner .link {
    max-width: 94%;
  }
  .inner .link li {
    width: 47%;
  }
}
@media screen and (max-width: 900px) {
  #web {
    max-width: 100%;
    width: 98%;
  }
  #web .web1 {
    width: 93%;
    margin: 0 auto;
  }
  #web .web2 {
    width: 93.4%;
    margin: 9.98% auto 0;
  }
  #web .item {
    width: 93.4%;
    margin: 2.7% auto 0;
  }
}
@media screen and (max-width: 767px) {
  #web {
    padding-top: 70px;
    margin-top: -70px;
    margin-bottom: 4vw;
  }
  #web h2 {
    margin-bottom: 5.61vw;
  }
}
/*-------------------------------------------------------------------------------------------------------------------------------
* /* online
-------------------------------------------------------------------------------------------------------------------------------*/
#online {
  max-width: 900px;
  margin: 16px auto 0;
}
#online .inner {
  width: 840px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  #online {
    max-width: 100%;
    width: 98%;
    margin: 2.1% auto 0;
  }
  #online .inner {
    width: 93%;
  }
}
/*-------------------------------------------------------------------------------------------------------------------------------
* /* chuki
-------------------------------------------------------------------------------------------------------------------------------*/
#chuki {
  max-width: 833px;
  margin: 24px auto 55px;
}
#chuki .chuki {
  text-align: left;
  font-size: 25px;
  letter-spacing: -0.05em;
}
#chuki .chuki li + li {
  margin-top: 0.15em;
}
@media screen and (max-width: 900px) {
  #chuki {
    max-width: 100%;
    width: 92.6%;
    margin: 3.2% auto 7.2%;
  }
  #chuki .chuki {
    font-size: 2.95vw;
  }
}
/*-------------------------------------------------------------------------------------------------------------------------------
* /* contact-sp
-------------------------------------------------------------------------------------------------------------------------------*/
#contact-SP {
  padding: 15px 0;
  border-top: 1px solid #e6e6e6;
}
#contact-SP ul {
  width: 100%;
  overflow: hidden;
}
#contact-SP ul li {
  float: left;
  width: 50%;
  text-align: center;
}
#contact-SP ul li:first-child {
  border-right: 1px solid #cccccc;
}
#contact-SP ul li a {
  display: block;
}
#contact-SP ul li a img {
  width: 35px;
}
#contact-SP p {
  text-align: center;
}
#contact-SP p a {
  display: block;
  color: inherit;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
}
/*-------------------------------------------------------------------------------------------------------------------------------
* /* footer
-------------------------------------------------------------------------------------------------------------------------------*/
#footer {
  width: 100%;
  padding: 50px 0;
  border-top: 1px solid #e6e6e6;
}
#footer .pagetop {
  text-align: center;
  font-weight: bold;
}
#footer .pagetop a {
  display: inline-block;
  padding: 25px 10px 0;
  background: url(/base/departmentstore/common/img/arrow_t1.svg) no-repeat center top;
  background-size: 24px;
  color: #000;
  text-decoration: none;
}
#footer .inner {
  width: 980px;
  margin: 0 auto;
  padding: 40px 30px;
  overflow: hidden;
}
#footer .f_info {
  float: left;
  width: 600px;
}
#footer .f_info a {
  color: #000;
  text-decoration: none;
}
#footer .f_logo {
  margin-bottom: 10px;
}
#footer .f_tel a:hover {
  opacity: 1;
}
#footer .f_contact {
  margin-top: 5px;
}
#footer .f_contact a {
  text-decoration: underline;
}
#footer .f_contact a:hover {
  text-decoration: none;
}
#footer .f_btn_other {
  float: right;
}
#footer .copyright {
  text-align: center;
  font-size: 12px;
  margin-top: 1.2em;
}
.tks-theme-com-simple-page__footer {
  max-width: 1200px;
  margin: 0 auto;
  padding: 35px 20px;
  font-size: 16px;
  color: #000;
  text-align: center;
  border-top: 1px solid #e6e6e6;
}
.tks-theme-com-simple-page__footer-pagetop {
  text-align: center;
  font-weight: bold;
}
.tks-theme-com-simple-page__footer-pagetop a {
  display: inline-block;
  padding: 25px 10px 0;
  background: url(https://www.takashimaya.co.jp/base/departmentstore/common/img/arrow_t1.svg)
    no-repeat center top;
  background-size: 24px;
  text-decoration: none;
  border: 0;
  outline: 0;
  font-size: 14px;
  color: #000;
  box-sizing: border-box;
  vertical-align: baseline;
  text-align: center;
  font-weight: bold;
  line-height: 1.75;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
}
.tks-theme-com-simple-page__footer-list {
  margin: 3em auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 4%;
  font-size: 13px;
  color: #000;
}
.tks-theme-com-simple-page__footer-list li a {
  text-decoration: none;
  color: #000;
}
.tks-theme-com-simple-page__footer-copyright {
  text-align: center;
  font-size: 12px;
  margin-top: 3em;
}
@media screen and (max-width: 767px) {
  #footer {
    width: 100%;
    padding: 35px 20px;
  }
  #footer .inner {
    width: 100%;
    margin: 0;
    padding: 30px 0;
  }
  #footer .f_info {
    width: 100%;
    float: none;
  }
  #footer .f_logo {
    width: 60%;
  }
  #footer .f_tel a {
    text-decoration: underline;
  }
  #footer .f_tel a:hover {
    opacity: 0.6;
  }
  #footer .f_btn_other {
    float: none;
    margin-top: 30px;
  }
  .tks-theme-com-simple-page__footer-pagetop a {
    font-size: 12px;
    color: #000;
  }
  .tks-theme-com-simple-page__footer-list {
    border-top: 1px solid #ccc;
    flex-direction: column;
    gap: 0;
    font-size: 11px;
    color: #000;
    line-height: 1.2;
    text-align: left;
  }
  .tks-theme-com-simple-page__footer-list li {
    border-bottom: 1px solid #ccc;
  }
  .tks-theme-com-simple-page__footer-list li a {
    color: #000;
    display: block;
    padding: 15px 10px;
  }
}
