/*-------------------------------------------------------------------------------------------------------------------------------
* 基本設定
-------------------------------------------------------------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:700');
@import url('https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;600;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;600&display=swap');

:root {
    --color1: rgba(42, 52, 65, 1);
    --color1t: rgba(42, 52, 65, 0.75);
    --color1tt: rgba(42, 52, 65, 0.15);
}

.nav-PC.show-PC,
.eigyo-PC.show-PC,
.eigyo_box02 {
  display:none;
}
@-moz-document url-prefix() {
  .nav-PC.show-PC + #contents ,
  .eigyo-PC.show-PC + #contents  {
    padding-top: 72px;;
  }
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}

@media screen and (min-width: 768px) {
  .show-PC {
    display: inherit; }

  .show-SP {
    display: none; } }
@media print {
  .show-PC {
    display: inherit; }

  .show-SP {
    display: none; } }
@media screen and (max-width: 767px) {
  .show-PC {
    display: none; }

  .show-SP {
    display: inherit; } }

.container {
background-image: url(/base/shinjuku/img/nd26_bg.jpg);
background-size: cover;
background-attachment: fixed;
background-position: center top;
position: relative;
}

.fadein {
  opacity: 0;
  transition: all 0.5s ease-in-out 0.1s; }
  @media print {
    .fadein {
      opacity: 1;
      transition: none; } }

.fadeinRate {
  opacity: 0;
  transition: all 2.0s ease-in-out 0.3s; }
  @media print {
    .fadein {
      opacity: 1;
      transform: translate(0);
      transition: none; } }

.fadeinT {
  opacity: 0;
  transform: translate(0, -20px);
  transition: all 0.5s ease-out 0.3s; }
  @media print {
    .fadeinT {
      opacity: 1;
      transform: translate(0);
      transition: none; } }

.fadeinL {
  opacity: 0;
  transform: translate(-20px, 0);
  transition: all 0.5s ease-in-out 0.3s; }
  @media print {
    .fadeinL {
      opacity: 1;
      transform: translate(0);
      transition: none; } }

.fadeinB {
  opacity: 0;
  transform: translate(0, 20px);
  transition: all 0.5s ease-in-out 0.3s; }
  @media print {
    .fadeinB {
      opacity: 1;
      transform: translate(0);
      transition: none; } }

.fadeinR {
  opacity: 0;
  transform: translate(20px, 0);
  transition: all 0.5s ease-in-out 0.3s; }
  @media print {
    .fadeinR {
      opacity: 1;
      transform: translate(0);
      transition: none; } }

.fadein.scrollin,
.fadeinRate.scrollin,
.fadeinT.scrollin,
.fadeinL.scrollin,
.fadeinB.scrollin,
.fadeinR.scrollin {
  opacity: 1;
  transform: translate(0, 0) scale(1); }


.contentWrapper {
width:100%;
padding: 8em 0;
}
.contentWrapper#items {
    background-color: rgba(224, 224, 205, 0.8);
}
@media screen and (min-width: 768px) {
.contentWrapper {
padding: 8em 60px;
}
}
.contentWrapper a {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.contentWrapper a:hover {
  opacity:0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity:0.7;
  -khtml-opacity: 0.7;
}
.contentWrapper a.test {
  text-decoration: none;
color: inherit!important;
}
@media screen and (max-width:767px) {
.contentWrapper {
padding: 3vw;
}
}

/* contents
=================================================================== */
#contents {
  max-width:100%;
  box-sizing:border-box;
}
#contents p img {
  max-width:100%;
}
#contents p,
#contents li {
  font-size: 15px;
}
#contents small {
  font-weight: normal;
}
@media screen and (max-width: 480px) {
  #contents p,
  #contents li {
    font-size: 14px;
  }
}
/* ----- header ----- */

.contentHeader {
padding: 8em 0 ;
position: relative;
}
@media screen {
.contentHeader:after {
content:"";
position: absolute;
width: 100%;
height: 7.2463768115942vw;
bottom: calc( -7.2463768115942vw / 2);
left: 0;
background-image:url(/base/shinjuku/img/dento260331_bg01.svg?2);
background-repeat: no-repeat;
background-size: cover;
z-index: 100;
mix-blend-mode: multiply;
opacity: 0.85;
}
}

.header-logo {
width: 100%;
max-width: 887px;
margin: 0 auto ;
text-align: center;
box-sizing: border-box;
padding: 0;
text-align:center;
}
.header-logo img {
  width: 100%;
  height: auto;
}
#contents p.header-kaiki {
margin: 1em auto 0;
max-width: 880px;
font-size: 2em;
letter-spacing: normal;
font-feature-settings: "palt";
font-family: "YakuHanJP", 'Noto Serif JP', serif;
text-align: left;
color: rgba(35, 24, 21, 1);
font-weight: 600;
line-height: 1.6;
}
@media screen and (max-width: 767px) {
#contents p.header-kaiki {
font-size: 1.6em;
}
}
#contents p.header-kaiki small {
font-size: 70%;
font-weight: 500;
line-height: 1.3;
}

#contents p.header-copy {
margin: 1em auto 0;
text-align :left;
max-width: 980px;
font-feature-settings: "palt";
font-family: "YakuHanJP", "M PLUS 1p";
font-size: 0.85em;
}
#contents p.bodyCopy {
margin: 4em auto;
width: 80%;
max-width: 746px;
}
#contents p.bodyCopy img {
width: 100%;
height: auto;
}
.venuemap {
text-align: center;
}
.venuemap p {
display: inline-flex;
}
.venuemap p a {
display: block;
/*background-color: rgba(95,114,86,1);*/
background-color: rgba(113,204,204,1);
color: #FFF;
text-align: center;
padding: 1em 4em;
font-feature-settings: "palt";
font-family: "YakuHanJP", "M PLUS 1p";
font-size: 1em;
text-decoration: none;
position: relative;
}
.venuemap p a:after {
content: "";
display: block;
width: 0.7em;
height: 100%;
background-image: url(/base/shinjuku/img/sm220315_arrow_white.png);
background-repeat: no-repeat;
background-size: contain;
background-position: center center;
position: absolute;
top: 0;
right: 1em;
}

.footerNavi {
width: 100%;
max-width: 738px;
margin: 0 auto 80px;
display: flex;
justify-content: space-between;
}
#contents .footerNavi li {
width: 100%;
font-family: "YakuHanJP", "M PLUS 1p";
font-size: 1.8em;
font-weight: 600;
-moz-box-shadow: 3px 4px 12px 1px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 3px 4px 12px 1px rgba(0, 0, 0, 0.5);
-ms-box-shadow: 3px 4px 12px 1px rgba(0, 0, 0, 0.5);
box-shadow: 3px 4px 12px 1px rgba(0, 0, 0, 0.5);
background-color: rgb(245,220,218);
display: flex;
align-items: center;
justify-content: space-between;
}
#contents .footerNavi li a {
padding: 12px 18px 12px 1em;
display: flex;
align-items: center;
justify-content: space-between;
text-decoration: none;
color:#ad4961;
width: 100%;
}
#contents .footerNavi li a .footerNaviText {
width: 100%;
text-align: center;
}
.footerNavi li a:after {
display: block;
content:"";
background-size: contain;
width: 54px;
height: 54px;
background-image: url(/base/shinjuku/img/am_arrow01.png);
background-repeat: no-repeat;
}


@media screen and (max-width: 768px) {
  .contentHeader {
  padding: 12vw 6vw ;
  }
  .header-logo {
    padding: 0;
margin: 0 auto 0 auto;
padding: 0;
overflow: hidden;
  }
  .header-logo img {
  }
#contents p.header-copy {
font-size: 0.85em;
padding: 0 7vw;
}

.header-menu li {
width: auto;
margin: 0 5px;
}
.footerNavi {
margin: 0 auto 3em;
}
#contents .footerNavi li {
font-size: 1.1em;
}
#contents .footerNavi li a {
padding: 6px 9px ;
}
.footerNavi li a:after {
width: 20px;
height: 20px;
}

}

/* ----- conent ----- */
.contentInner {
  padding: 0;
  width: 100%;
  max-width: 1280px;
  box-sizing:border-box;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}


.contentWrapp:first-of-type {
  margin: 5em auto 10px;
}
.contentWrapp:last-child {
  margin: 0 auto 0;
}
.contentWrapp.bg01 {
  -moz-box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.5);
}
.contentWrapp.bg02 {
border: 1px solid #DDD;
}
.contentWrapp#colBtn {
}
.contentWrapp#col11 {
margin-top: 4em;
}
.coupon {
border: 2px solid #F00;
padding: 1em;
}
.coupon h2 {
font-feature-settings: "palt";
font-family: "YakuHanJP", "M PLUS 1p";
font-weight: 800;
font-size: 2em;
color: #F00;
text-align: center;
}
@media screen and (max-width:767px) {
.coupon h2 {
font-size: 1.6em;
}
.coupon h2 img.show-PCx {
display: none;
}
}
.couponTistleText {
display: inline-block;
margin: 0 0.5em;
}
.content {
  display:block;
  width:100%;
  margin:0 auto;
  text-align:left;
  box-sizing:border-box;
}
.accordion .content {
  display:none;
  display:;
}
.group1 {
  max-width:980px;
}
.group2 {
max-width: 720px;
box-sizing: border-box;
margin: 0 auto 0 auto;
}
.accordion .content > h3 {
max-width: 720px;
margin: 0 auto 1em;
text-align: center;
}
.accordion .content > h3.bimi220325-02-01 {
background-color: #44af35;
}
.accordion .content > h3.bimi220325-02-02 {
background-color: #ee8000;
}
#contents .accordion .content > h3 + p {
text-align: center;

}
.accordion .content > h3:first-child {
margin-top: 60px;
}
@media screen and (min-width: 768px) {
.topicsColumn.group2 {
padding-top: 60px;
padding-bottom: 60px;
}
#col0 .topicsColumn.group2 {
padding-top: 0px;
}
.topicsColumn.group3 {
}

}

.group3 {
max-width: 1280px;
margin: 0 auto 0 auto;
}
.footerNotes {
  text-align: left;
  margin: 0 auto ;
  width: 100%;
  padding: 2em ;
}
.footerNotes ul {
  margin: 0 auto ;
max-width: 900px;
}
.footerNotes ul li{
display: inline-block;
}

@media screen and (max-width: 768px) {
  .contentInner {
  margin: 0 auto;

  }
  .content {
    padding: 0 ;
  }
  .group2 {
  }

  .footerNotes {
    padding: 12px;
  }
}

.topicsTitle {
  padding-bottom:20px;
}
.topicsTitle h3{
  padding:12px;
  background-color:#2a2a2a;
  font-size:32px;
  font-weight:bold;
  line-height:1;
  font-feature-settings: "palt";
  font-family: "YakuHanJP", "M PLUS 1p";
  font-weight: 600;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
}
.topicsTitle h3 a{
}
.topicsColumn {
width: 100%;
padding: 0px;
}
.group3.topicsColumn {
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 60px;
}

.topicsDetail {
  width: 100%;
  max-width: 980px;
  box-sizing: border-box;
}
.topicsDetail:last-cjild {
  margin-bottom: 24px;
}

.group1 .topicsDetail {
  max-width: 980px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.group2 .topicsDetail {
box-sizing: border-box;
background-color: rgb(255,255,255,1);
margin-bottom: 24px;
padding-bottom: 24px;
border-bottom: 3px dotted #DDD;
}
.group2 .topicsDetail:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none;

}
.group3 .topicsDetail {
max-width: calc(50% - 30px);
padding: 0;
background-color: rgba(255,255,255,1);
border-radius: 12px;
overflow: hidden;
}
.topicsDetailText {
box-sizing: border-box;
width: 100%;
}
.group1 .topicsDetailText {
box-sizing: border-box;
max-width: 300px;
padding: 1.5em;
background-color: rgba(255,255,255,1);
/*border: 3px double #FFF;*/
border-radius: 3px;
position: relative;
}


@media screen and (min-width: 768px) {
.group1 .topicsDetail:nth-child(odd) .topicsDetailText:after {
content:"";
position: absolute;
top: calc(50% - 30px);
left: -20px;
width: 0;
height: 0;
border-style: solid;
border-width: 30px 20px 30px 0;
border-color: transparent rgba(255,255,255,1) transparent transparent;
}
.group1 .topicsDetail:nth-child(even) .topicsDetailText:after {
content:"";
position: absolute;
top: calc(50% - 30px);
right: -20px;
width: 0;
height: 0;
border-style: solid;
border-width: 30px 0 30px 20px;
border-color: transparent transparent transparent rgba(255,255,255,1);
}

}

.group2 .topicsDetailText {
padding: 1.5em 0;
}
.group3 .topicsDetailText {
box-sizing: border-box;
padding: 1.5em;
position: relative;
}
.group3 .topicsDetailText:before {
content:"";
width: 0;
height: 0;
border-style: solid;
border-width: 0 30px 20px 30px;
border-color: transparent transparent rgba(255,255,255,1) transparent;
position: absolute;
left: calc(50% - 30px);
top: -20px;
}
.topicsDetailPhoto {
  margin-bottom: 6px;
  padding: 0px ;
  width: 100%;
  box-sizing: border-box;
  width: 100%;
  display: block;
  background-color: #FFF;
position: relative;
}
#contents p.limited {
position: absolute;
left: 0;
bottom:0 ;
display: flex;
}
.limited span {
display: flex;
justify-content: center;
align-items: center;
width: 3em;
height: 3em;
background-color: #F00;
color: #FFF;
text-align: center;
font-size: 0.85em;
line-height: 1.25;
}

.limited span.eatin {
background-color: #4b8619;
}
.limited span.debut {
background-color: #eb6ea5;
}
.limited span.reserve {
background-color: #7f4296;
}
.limited span.play {
background-color: #f18d00;
}
.limited span.new {
background-color: #e4007f;
}
.limited span.seiri {
background-color: #1d2088;
}
.group1 .topicsDetail:nth-child(even) {
  flex-direction: row-reverse;
}
.group1 .topicsDetail:nth-child(even) .topicsDetailText {
}

.group3 .topicsDetailPhoto {
baclground-color: #FFF;

}

@media screen and (max-width: 767px) {

  .topicsColumn {
    margin: 0 auto ;
    transform: inherit;
  }
  .group3.topicsColumn {
  display: block;
  }
  .topicsDetail {
    margin-bottom: 20px;
    display: block;
  }
  .topicsDetailText {
    padding-left: 0px;
    max-width: 100%;
  }
  .group1 .topicsDetail {
    display: block;
   padding: 0 6vw;
  }


  .group1 .topicsDetailText {
    max-width: 100%;
  }

  .group1 .topicsDetail:nth-child(even) .topicsDetailText {
  }
  .group1 .topicsDetail:nth-child(even) .topicsDetailPhoto {
  }
  .topicsDetail:nth-child(even) .topicsDetailText {
  }
  .group2 .topicsDetailText {
    max-width: 100%;
padding : 12px;
  }
  .group3 .topicsDetailText {
    max-width: 100%;
padding : 12px;
  }

  .topicsDetailPhoto {
    width: 100%;
    margin-bottom: 0;
    float: none;
  }
  .group2 .topicsDetail {
  padding: 0px;
  margin-bottom: 12px;
  }
  .group3 .topicsDetail {
    max-width: 100%;
  /*padding: 0px;
  margin-bottom: 12px;*/
  }
}

#contents .topicsDetailPhoto  img{
  width: 100%;
  /*max-width: 600px;*/
  box-sizing: border-box;
  background-color:#FFF;
}
.slick-slide img {
    display: block;
    width: 100%;
}
#contents .topicsDetailPhoto  a:hover{
  opacity:1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -moz-opacity:1;
  -khtml-opacity: 1;
}
@media screen and (max-width: 767px) {
  #contents .topicsDetailPhoto p img{
    border:none;
    padding: 0;
  }
}
#contents p.prefecture {
font-size: 1.2em;
font-family: "YakuHanMP", 'Noto Serif JP', serif;
font-weight: 400;
position: absolute;
top: -4.5em;
left: 0.75em;
background-color: rgba(255,255,255,0.85);
width: 3.6em;
height: 3.6em;
display: flex;
align-items: center;
justify-content: center;
border: 1px solid rgba(0,0,0,0.6);
color: #666;
border-radius: 50%;
}
.location {
font-size: 1.2em;
font-family: "YakuHanMP", 'Noto Serif JP', serif;
font-weight: 400;
display: flex;
width: fit-content;
margin-bottom: 0.5em;
}
.location li {
background-color: rgba(255,255,255,0.85);
color: var(--color1);
border: 1px solid var(--color1);
width: fit-content;
padding: 0.2em 1em;
line-height: 1;
}
.location li.location1 {
background-color: var(--color1);
color: #FFF;
}
@media screen and (max-width: 767px) {
#contents p.prefecture {
font-size: 1.0em;
}
}
#contents p.detailCopy {
  font-size: 1.2em;
  font-feature-settings: "palt";
font-family: "YakuHanMP", 'Noto Serif JP', serif;
  font-weight: 400;
margin-bottom: 0.8em;
color: var(--color1);
}
#contents p.detailCopy:empty {
display: none;
}
.topicsDetail h4 {
  font-size: 2em;
  letter-spacing: normal;
  font-feature-settings: "palt";
font-family: "YakuHanJP", 'Noto Serif JP', serif;
  text-align: left;
  color: var(--color1);
  font-weight: 600;
  line-height: 1.6;
}
.topicsDetail h4 small {
  font-size: 1em;
color: #000;
font-family: "YakuHanMP", "M PLUS 1p";
display: inline-block;
}
.topicsDetail h4 a{
color: inherit;
text-decoration: none;
}
.topicsDetail h4 font[style] {
  margin-right: 6px;
}
@media screen and (max-width: 767px) {
  .topicsDetail h4 {
    font-size: 1.6em;
  }
}

.topicsDetail ul.spec {
margin-bottom: 1.2em;
}
#contents .topicsDetail ul.spec li.date {
font-size: 0.85em;
color:#000;
font-feature-settings: "palt";
font-family: "YakuHanJP", "M PLUS 1p";
display: inline-flex;
align-items: center;
justify-content: center;
padding: 0.25em 0.5em;
border-radius: 0.5em;
background-color: var(--color1);
color:#FFF;
line-height: 1;
}
#contents .topicsDetail ul.spec li.place {
  margin: 0 0 0 0;
  letter-spacing: normal;
  font-size: 1em;
  color:#000;
  font-feature-settings: "palt";
  font-family: "YakuHanJP", "M PLUS 1p";
display: inline-block;
}
#contents .topicsDetail ul.spec li.date:empty,
#contents .topicsDetail ul.spec li.place:empty,
.topicsDetail ul.spec:empty,
.topicsDetail ul.spec li:empty {
display: none;
}
#contents .topicsDetail p.description,
#contents .topicsDetail p.description2 {
  font-size: 1.2em;
  line-height:1.4;
  letter-spacing: normal;
color: var(--color1);
  padding:  0 0;
  font-feature-settings: "palt";
  font-family: "YakuHanJP", "M PLUS 1p";
}
.topicsDetail p.description img[align],
.topicsDetail p.description2 img[align] {
  float:left;
  margin: 0 12px 12px 0;
}

#contents .topicsDetail p.description strong,
#contents .topicsDetail p.description2 strong {
font-weight: 600;
display: inline-block;
font-size: 120%;
}
#contents .topicsDetail p.description strong + br,
#contents .topicsDetail p.description2 strong + br,
#contents .topicsDetail p.description strong + small + br ,
#contents .topicsDetail p.description2 strong + small + br {
content:"";
display: block;
margin-bottom: 0.4em;
}
#contents .topicsDetail p.description em,
#contents .topicsDetail p.description2 em{
font-style: normal;
color: #C00;
}
#contents .topicsDetail p.description b,
#contents .topicsDetail p.description2 b {
font-weight: 600;
}
#contents .topicsDetail p.description small,
#contents .topicsDetail p.description2 small {
font-size: 85%;
}

@media screen and (max-width: 767px) {
  #contents .topicsDetail ul li{
    font-size: 13px;
  }
  #contents .topicsDetail p.description,
  #contents .topicsDetail p.description2 {
    font-size: 14px;
  }
  p.description img,
  p.description2 img{
    max-width: 100%;
    width: inherit;
  }
  p.description img[align="left"],
  p.description2 img[align="left"]{
    float:left;
    margin-right:12px;
    clear:left;
  }
  .topicsDetail ul.spec li.place {
    margin: 0 0 .5em;
  }
  .topicsDetail  table {
    display: block;
  }
  .topicsDetail  table tr {
    display: block;
  }
  .topicsDetail  table tr td {
    display: block;
    width: 100%;
    float:left;
  }
}

.accordion {
}
.blockTitle {
  margin: 0;
  box-sizing:border-box;
position: relative;
cursor:pointer;
}
.accordion .blockTitle {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.accordion .blockTitle:hover {
  opacity:0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity:0.7;
  -khtml-opacity: 0.7;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
#colBtn .blockTitle:hover {
  opacity:0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity:0.7;
  -khtml-opacity: 0.7;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}

.accordion .blockTitle p img {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.accordion .blockTitle:hover p img {
transform: scale(1.1,1.1);
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
width: ih
}
.accordion .blockTitle h2 {
display: flex;
align-items: center;
justify-content: space-between;
max-width: 100%;
position: relative;
}
#col11 .blockTitle h2 {
width: 100%;
background-color: #ad4961;
color: #FFF;
text-align: center;
padding: 1em;
font-size: 2em;
font-family: 'Noto Serif JP', serif;
}
#col11 .blockTitle h2 a{
display:block;
width: 100%;
text-align: center;
text-decoration: none;
color: #FFF;
}

#col0.accordion .blockTitle h2 {
width: 100%;
text-align: center;
background-color: #ad4961;
padding: 0.75em 1em 1.25em 1em;
font-size: 2em;
font-family: 'Noto Serif JP', serif;
text-align: center;
text-decoration: none;
color: #FFF;
justify-content: center;
}


.accordion .blockTitle h2 img,
#col0.accordion .blockTitle h2 img {
width: auto;
max-width: 100%;
height: auto;
}
#col0.accordion .blockTitle h2 img {
margin: 0 auto;
}
.accordion .blockTitle h2::after {
position: absolute;
bottom: 10px;
left: calc(50% - 26px);
content: " ";
background-image: url(/base/shinjuku/img/bimi220325_arrow_white.png);
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
display: block;
width: 52px;
height: 14px;
 box-sizing: border-box;
transform: scale(1, 1);
transition: all 0.2s;
}
.accordion .blockTitle h2.pink:after {
background-image: url(/base/shinjuku/img/bimi220325_arrow_pink.png);
}

.accordion .blockTitle.open h2::after {
transform: scale(1, -1);
}
@media screen and (max-width: 767px) {
  .blockTitle {
  }
  
  .blockTitle img {
width: auto; 
max-width: 100%;
  }
  .accordion .blockTitle h2 img,
  #col0.accordion .blockTitle h2 img {
  }
  .accordion .blockTitle h2::after,
  #col0.accordion .blockTitle h2::after {
bottom: 2px;
left: calc(50% - 13px);
width: 26px;
height: 7px;

  }
#col0 .blockTitle {
}
#colBtn .blockTitle h2 {
padding: 0.5em;
font-size: 1.2em;
}

#col0.accordion .blockTitle h2 {
padding: 0.35em 0.5em 0.7em 0.5em;
font-size: 1.2em;
}

}

.description + [data-readmore-toggle].readMore,
.description + [data-readmore-toggle].readMore,
.description + [data-readmore-toggle].readLess,
.description + [data-readmore-toggle].readLess,
.description + [data-readmore-toggle].readMore,
.description[data-readmore].readMore,
.description + [data-readmore-toggle].readLess,
.description[data-readmore].readLess,
.todetail a {
  padding: 2px 5px;
  text-decoration: none;
  font-size: 1.2em;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
max-width: 300px;
  text-align: center;
  margin: 4px auto 0 ;
  color:rgba(140,42,70,0.9);
  border: rgba(140,42,70,1) 1px solid;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
box-sizing: border-box;
}
.readMore:before,
.readLess:before  {
  vertical-align: middle;
  display:inline-block;
  content:"";
  width: 15px;
  height: 15px;
  background-image: url("/base/shinjuku/img/thumb_brown_plus.png");
  background-repeat: no-repeat;
  background-position: center center;
  box-sizing:border-box;
  margin-right: 4px;
  background-size: contain;
}
.readLess:before  {
  background-image: url("/base/shinjuku/img/thumb_brown_minus.png");
}
@media screen and (max-width: 767px) {
  .description + [data-readmore-toggle].readMore,
  .description + [data-readmore-toggle].readMore,
  .description + [data-readmore-toggle].readLess,
  .description + [data-readmore-toggle].readLess,
  .description + [data-readmore-toggle].readMore,
  .description[data-readmore].readMore,
  .description + [data-readmore-toggle].readLess,
  .description[data-readmore].readLess,
.todetail a  {
    padding: 3px;
    font-size: 12px;
    min-width: 120px;
  }
.readMore:before,
.readLess:before  {
  width: 22px;
  height: 22px;
  margin-right: 4px;
}

}

.topicsDetail p.description  a[href$="http://www.takashimaya.co.jp/store/special/takaapp/index.html"]{
  display: block;
  font-size: 14px !important;
  line-height:130%;
  color:#FFF;
  text-align: center;
  text-decoration: none;
  padding: 12px;
  border-top-color: rgb(160, 0, 0);
  background-color: rgb(160, 0, 0);
  background-image: linear-gradient(to bottom, rgb(224, 105, 105) 0px, rgb(108, 0, 0) 100%);
  background-size: 100% auto;
  border-bottom: 1px solid rgb(108, 108, 108);
  border-radius: 4px 4px 4px 4px;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.topicsDetail p.description a[href$="http://www.takashimaya.co.jp/store/special/takaapp/index.html"]:hover {
  opacity:0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity:0.7;
  -khtml-opacity: 0.7;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

#workshop {
background-color: rgba(206,212,204,0.8);
position: relative;
}
@media screen {
#workshop:before {
content:"";
position: absolute;
width: 100%;
height: 7.2463768115942vw;
top: calc( -7.2463768115942vw / 2);
left: 0;
background-image:url(/base/shinjuku/img/dento230314_bg01.svg?2);
background-repeat: no-repeat;
background-size: cover;
z-index: -1;
mix-blend-mode: multiply;
}
}
.titleWorkshop {
font-feature-settings: "palt";
font-family: "YakuHanJP", 'Noto Serif JP', serif;
font-size: 2.6em;
text-align: center;
color: var(--color1);
margin: 0 auto 2em;
}
.contentWrapperShopList {
position: relative;
mix-blend-mode: multiply;
background-color: rgba(255,255,255,1);
backdrop-filter: blur(12px);
}
@media screen {
.contentWrapperShopList:before {
content:"";
position: absolute;
width: 100%;
height: 7.2463768115942vw;
top: calc( -7.2463768115942vw / 2);
left: 0;
background-image:url(/base/shinjuku/img/dento260331_bg01.svg);
background-repeat: no-repeat;
background-size: cover;
z-index: -1;
mix-blend-mode: multiply;
}
}
.shopListWrapper {
padding: 0;
text-align: center;
}
.shopListWrapper + .shopListWrapper {
margin-top: 6em;
}
.shopList {
width: 100%;
max-width: 980px;
margin: 0 auto 2em;
/*columns: 10em auto;*/
font-feature-settings: "palt";
font-family: "YakuHanJP", "M PLUS 1p";
text-align: left;
color: var(--color1);
display: flex;
flex-wrap: wrap;
gap: 1em 2em;
justify-content: space-between;
}
#contents .shopList li {
font-size: 1.2em;
display: inline-block;
}
@media screen and (min-width: 768px) {
ul.shopList:has(> :nth-child(-n+4):last-child) {
column-count: 4;
text-align: center;
}
}
.shopListWrapper h2 {
position: relative;
display: inline-block;
padding: 0 2em;
font-feature-settings: "palt";
font-family: "YakuHanJP", 'Noto Serif JP', serif;
font-size: 2.5em;
margin-bottom: 2em;
color: var(--color1);
}
@media screen and (max-width: 767px) {
.shopListWrapper h2 {
font-size: 1.3em;
}
}
.shopListWrapper h2:before, .shopListWrapper h2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 1.5em;
  height: 2px;
  border-top: solid 1px var(--color1);
  border-bottom: solid 1px var(--color1);
}

.shopListWrapper h2:before {
  left:0;
}
.shopListWrapper h2:after {
  right: 0;
}
.shopListLocate {
font-family: "YakuHanJP", 'Noto Serif JP', serif;
color: var(--color1);
}
.shopListWrapper h3 {
width: 100%;
max-width: 980px;
margin: 0 auto 1em;
background-color: var(--color1);
color: #FFF;
padding: 0.25em;
line-height: 1;
}
@media screen and (max-width: 767px) {
.titleWorkshop {
font-size: 1.6em;
margin: 0 auto 2em;
}

.shopListWrapper {
padding: 6vw 0;
}
.shopListWrapper + .shopListWrapper {
margin-top: 4vw;
}
.shopList {
columns: auto 2;
padding: 0 12vw;
}

}
.reserve {
width: 100%;
max-width: 1080px;
margin: 2em auto 0;
background-color: rgba(255,255,255,0.3);
}
.reserveInner {
padding: 2em;
}
.reserve h3 {
font-family: "YakuHanJP", "M PLUS 1p";
font-weight: 400;
font-size: 1.6em;
text-align: center;
background-color: rgba(90,119,137,1);
color: #FFF;
padding: 0.5em;
}
#contents .reserve p,
#contents .reserve dl {
margin-bottom: 1em;
font-family: "YakuHanJP", "M PLUS 1p";
font-weight: 400;
}
#contents .reserve p {
font-size: 1.1em;
}
#contents .reserve dl dt {
font-size: 1.1em;
}
#contents .reserve dl dd {
font-size: 0.95em;
}

@media screen and (max-width: 767px) {
.reserveInner {
padding: 1em;
}
.reserve h3 {
font-size: 1em;
padding: 0.25em;
}
#contents .reserve p {
font-size: 0.85em;
}
#contents .reserve dl dt {
font-size: 0.85em;
}
#contents .reserve dl dd {
font-size: 0.8em;
}

}

@media print {
  #header,
  #eigyo,
  .nav-PC,
  #footer {
    display:none;
  }
  #storeWrapper {
    margin: 0 auto;
    padding: 0 0;
  }
#contents .topicsDetail p.description {
height: auto!important;
}

.description + [data-readmore-toggle].readMore,
.description + [data-readmore-toggle].readMore,
.description + [data-readmore-toggle].readLess,
.description + [data-readmore-toggle].readLess,
.description + [data-readmore-toggle].readMore,
.description[data-readmore].readMore,
.description + [data-readmore-toggle].readLess,
.description[data-readmore].readLess {
display:none;
}
.group2 {
margin-top: 2em;
}
.topicsDetail,
#contents li.list_item {
page-break-inside: avoid;
display: block;
}
.group2 .topicsDetail {
page-break-before: always;
}
h2 + .content .group2 .topicsDetail {
page-break-before: avoid;
}
.group3.topicsColumn {
display: block;
}
.group3 .topicsDetail {
display: inline-block;
vertical-align: top;
}
.group3 .topicsDetail:nth-child(odd) {
margin-right: 10px;
}
#workshop {
page-break-before: always;
}
}



.instaWrapper {
width: 100%;
max-width: 900px;
margin: -10em auto 4em;
display: flex;
justify-content: flex-end;
gap: 12px;
position: relative;
    z-index: 102;
}
.tcnMap {
min-width: 30%;
}
#contents .tcnMap p {
display: flex;
height: 100%;
}
.tcnMap p a {
background-color: #e85382;
color: #FFF;
text-decoration: none;
display: flex;
height: 100%;
width: 100%;
align-items: center;
justify-content: center;
padding: 1.5em;
font-family: "YakuHanJP", "M PLUS 1p";
font-weight: 600;
font-size: 1.4em;
position: relative;
border-radius: 6px;
}
.tcnMap p a:after {
content: "";
width: 16px;
height: 16px;
background-image: url(/base/shinjuku/img/bridal220222_arrow_white.png);
backgdouns-size: contain;
background-repeat: no-repat;
background-position: center center;
position: abosolute;
top: calc(50% - 6px);
right: 6px;
}
.tcnInsta {
/*min-width: 30%;*/
text-align: left;
display: inline-flex;
align-items: center;
justify-content: center;
border: 1px solid rgba(206,212,204,1);
padding: 0.5em;
border-radius: 6px;
}
@media screen and (min-width: 768px) {
.tcnInsta {
background-color: #FFF;
}
}
.tcnInsta dl {
display: flex;
align-items: center;
justify-content: center;
}
.tcnInsta dl dt {
display: block;
margin: 0 12px 0 0 ; 
}
.tcnInsta dl dd {
font-family: "YakuHanJP", "M PLUS 1p";
font-weight: 400;
font-size: 1.2em;
color:#000;
line-height: 1.3;
}
.tcnInsta a{
text-decoration: none;
color:#000;
}
@media (min-width: 768px) {
.tcnInsta dl dd {
font-size: 0.85em;
}
}
@media screen and (max-width: 767px) {
  .instaWrapper {
  margin: 1em auto 1em;
text-align: center;
  }

.tcnInsta dl dd {
font-size: 1em;
}
.tcnInsta {
border: none;
padding: 0;
border-radius: 0;
}

}
@media (min-width: 768px) {
.instasvg {
width: 40px;
}
}

@media screen and (max-width: 767px) {
.instaWrapper {
width: 100%;
display: block;
}
.instasvg {
width: 20px;
}
}
.instalogo {
 fill: #000;
 width: 80px;
}


.contentTable {
width: 100%;
max-width: 1088px;
margin: 0 auto;
padding: 0 0;
min-height: 100vh;
}
.searchWrapper {
}
.search-boxWrapper {
position: relative;
z-index: 100;
}
.search-box {
display: flex;
justify-content: center;
gap: 8px;
margin: 0 auto 1em;
align-items: center;
}
.search-box li {
}
.search-box dt {
color: var(--color1);
font-family: "YakuHanJP", "M PLUS 1p";
font-size: 1em;
font-weight: 400;
line-height: 1.2;
padding-right: 24px;
position: relative;
}
.search-box dt:after {
content:"";
width:0;
height:0;
border-style:solid;
border-width: 12px 0 12px 12px;
border-color: transparent transparent transparent var(--color1);
position: absolute;
top: calc(50% - 12px);
right: 2px;
}
.search-box dd {
color: var(--color1);
}
.search-box dd input[type="checkbox"] {
position: absolute;
visibility: hidden;
}
.search-box dd input[type="checkbox"] + label {
position: relative;
display: flex;
justify-content: center;
align-items: center;
height: 50px;
min-width: 140px;
text-align: center;
box-sizing: border-box;
cursor: pointer;
font-family: "YakuHanJP", "M PLUS 1p";
font-size: 1em;
font-weight: 400;
border-radius: 25px;
color: var(--color1);
background-color: rgba(238,237,234,1);
line-height: 1;
}
.search-box dd input[type="checkbox"]:checked + label {
background-color: rgba(90,119,137,1);
color: rgba(255,255,255,1);
}
@media screen and (min-width:768px) {
.contentTable {
}
.search-boxWrapper {
}
}
@media screen and (max-width: 767px) {
.contentTable {
margin: 0 auto;
padding: 0;
}
.search-boxWrapper {
}
.search-box {
gap: 4px;
flex-wrap: wrap;
}
.search-box dt {
font-size: 0.9em;
line-height: 1.2;
padding-right: 24px;
position: relative;
width: 100vw;
text-align: center;
}
.search-box dt:after {
display: none;
}

.search-box dd input[type="checkbox"] + label {
height: auto;
min-width: auto;
font-size: 0.85em;
padding: 1em;
}

}

.search-box input[type="radio"] {
position: absolute;
visibility: hidden;

}
.search-box input[type="radio"] + label {
position: relative;
display: flex;
justify-content: center;
align-items :center;
height: 50px;
min-width: 160px;
text-align: center;
box-sizing: border-box;
cursor: pointer;
font-family: "YakuHanJP", "M PLUS 1p";
font-size: 1em;
font-weight: 400;
border-radius: 25px;
color: rgba(0,0,0,1);
background-color: rgba(238,237,234,1);
line-height: 1;
}

.search-box input[type="radio"]:checked + label {
color: white;
background-color: rgba(90,119,137,1);
color: rgba(255,255,255,1);
}
@media screen and (max-width:767px) {
.search-box input[type="radio"] + label{
border-radius: 0px ;
height: auto;
padding: 0.5em;
min-width: auto;
width: 20vw
font-size: 0.92em;
border-radius: 10px;
}

}


@keyframes show{
    0%{
        opacity: 0;
    }
    1%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
@keyframes hide{
    0%{
        opacity: 1;
    }
    1%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}
.c-radio {
display :none;
}
.btn {
display: flex;
justify-content: center;
margin: 2em auto 2em;
gap: 2em;
}
.btn label {
opacity: 0.5;
cursor: pointer;
}
.btn label.btn__multi span {
width: 22px;
height: 22px;
background-color: var(--color1);
display: block;
position: relative;
}
.btn label.btn__multi span:before {
content: "";
width: 100%;
height: 10px;
top: 6px;
left: 0;
border-top: 2px solid rgba(206,212,204,1);
border-bottom: 2px solid rgba(206,212,204,1);
position: absolute;
box-sizing: border-box;
}
.btn label.btn__multi span:after {
content: "";
width: 10px;
height: 100%;
left: 6px;
top: 0;
border-left: 2px solid rgba(206,212,204,1);
border-right: 2px solid rgba(206,212,204,1);
position: absolute;
box-sizing: border-box;
}
.btn label.btn__single span {
width: 22px;
height: 22px;
background-color: var(--color1);
display: block;
position: relative;
}
.btn label.btn__single span:after {
content: "";
width: 100%;
height: 10px;
top: 6px;
left: 0;
border-top: 2px solid rgba(206,212,204,1);
border-bottom: 2px solid rgba(206,212,204,1);
position: absolute;
box-sizing: border-box;
}

#multi:checked ~ .btn  label.btn__multi,
#single:checked ~ .btn  label.btn__single {
opacity: 1;
cursor: inherit;
pointer-events: none;
}
.list {
display: flex;
flex-wrap: wrap;
transition: opacity 0.5s ease-in 0.1s;
}

.list_item {
width: 100%;
display: flex;
visibility: visible;
height: auto;
border-radius: 12px;
overflow: hidden;
/*background-color: rgba(255,255,255,0.75);*/
background-color: #FFF;
margin: 4px;
opacity: 1;
transition: opacity 0.5s ease-in 0.1s;
}

#multi:checked ~ .list {
}
#multi:checked ~ .list .list_item  {
width: calc((100% - 24px) / 3);
    flex-direction: column;
}
#multi:not(:checked) ~ .list .list_item  .pc-v {
display: contents;
}
#multi:not(:checked) ~ .list .list_item  .pc-v:after {
content: "　";
}
@media screen and (max-width: 767px) {
#multi:checked ~ .list .list_item  {
width: calc((100% - 16px) / 2);
}
#multi:checked ~ .list .list_item:last-child:nth-child(odd)  {
width: 100%;
}
.btn label.btn__multi span:before {
height: calc(50% + 1px);
top: 0;
border-top: none;
border-bottom: 2px solid rgba(206,212,204,1);
}
.btn label.btn__multi span:after {
width: calc(50% + 1px);
left: 0;
border-left: none;
border-right: 2px solid rgba(206,212,204,1);
}

}
#multi:checked  ~ .list .list_item.is-hide,
.is-hide {
transition: opacity 0.5s ease-in 0.1s;
opacity: 0;
line-height: 0;
pointer-events: none;
width: 0;
height: 0;
margin: 0;
padding: 0;
}
.list_item .col1 {
background-color: rgba(90,119,137,1);
color: #FFF;
flex-basis: 18%;
flex-grow: 0;
padding: 1em;
box-sizing: border-box;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
font-family: "YakuHanJP", "M PLUS 1p";
font-weight: 400;
}
#multi:checked ~ .list .list_item .col1 {
flex-basis: auto;
}
.list_item .col1 span {
display: block;
font-size: 1em;
}
.list .list_item .col1 span.list_item--uriba {
font-size: 0.92em;
}
.list_item .col1 a {
color: inherit;
text-decoration: none;
}
#multi:checked  ~ .list .list_item .col1 span {
display: inline-block;
}
#multi:checked  ~ .list .list_item .col1 span.list_item--fllor {
margin-right: 0.5em;
}


.list_item .col1 p {
}
.list_item h3 {
color: var(--color1);
font-feature-settings: "palt";
font-family: "YakuHanJP", 'Noto Serif JP', serif;
font-size: 1.4em;
font-weight: 700;
margin-bottom: 1em;
}
.list_item h3 a {
color: inherit;
text-decoration: none;
}
.list_item h3 .yoyaku {
font-family: "YakuHanJP", "M PLUS 1p";
font-weight: 400;
font-size: 90%;
background-color: #C00;
color: #FFF;
display: inline-flex;
line-height: 1;
padding: 0.25em 0.5em;
border-radius: 4px;
margin-right: 0.5em;
}
.list_item h3 a.test{
text-decoration: none;
color: inherit;
}

.list_item .col2 {
flex-grow: 1;
padding: 1em;
font-family: "YakuHanJP", "M PLUS 1p";
font-weight: 400;
}
.list_item .col2 a.test {
color: inherit;
text-decoration: none;
}
.list_item .col3 {
flex-grow: 0;
font-family: "YakuHanJP", "M PLUS 1p";
font-weight: 400;
display: flex;
justify-content: center;
}
@media screen and (min-width: 768px) {
.list_item .col3 {
width: 20%;
}
}
#multi:checked ~ .list .list_item .col3 {
width: 100%;
}
.list_item .col3 a {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
background-color: rgb(113,204,204);
color: rgb(255, 255, 255);
text-align: center;
font-feature-settings: "palt";
font-family: YakuHanJP, "M PLUS 1p";
font-size: 1.0em;
font-weight: 500;
position: relative;
margin: 0px auto;
padding: 1em 2.5em;
text-decoration: none;
}
.list_item .col3 a::after {
    content: "";
    display: block;
    width: 1em;
    height: 100%;
    background-image: url(/base/shinjuku/img/sm220315_arrow_white.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0px;
    right: 1em;
    background-position: center center;
}
#contents .list_item p {
font-size: 1em;
}
#contents .list_item p b {
display: inline-block;
font-size: 108%;
}
.list_item p strong {
}
.list_item p b {
}
.list_item p em {
color: rgba(214,132,0,1);
font-style: normal;
}
.list_item p.gentei {
font-size: 0.85em;
color: #FFF;
background-color:#F00;
display: inline-block;
line-height: 1;
padding: 0.3em;
}

@media screen and (max-width: 767px) {
.search_item {
padding: 2px 4px;
font-size: 1em;
font-weight: 400;
margin: 0 4px 4px 4px;
border-radius: 5px;
}
.list_item {
flex-direction: column;
}
.list_item.is-hide {
display: none;
}

.list_item .col1 {
padding: 0.5em;
/*margin-right: 2px;*/
flex-basis: 25%;
}

.list_item .col1 span {
font-size: 0.85em;
}

.list_item .col2 {
padding: 0.5em;
}
#contents .list_item p {
font-size: 0.85em;
}

.list_item h3 {
font-size: 1em;
}

.list_item p {
font-size: 0.85em;
}
.list .list_item .col1 span.list_item--uriba {
font-size: 0.72em;
}
.list_item p.gentei {
font-size: 0.72em;
}

}

.btnMail {

}
.btnMail a {
display: block;
max-width: 400px;
margin: 0 auto;
background-color: rgba(90,119,137,1);
color: #FFF;
text-align: center;
padding: 1em 2em;
font-feature-settings: "palt";
font-family: "YakuHanJP", "M PLUS 1p";
font-size: 1em;
text-decoration: none;
position: relative;
}
.btnMail a:after {
content: "";
display: block;
width: 0.7em;
height: 100%;
background-image: url(/base/shinjuku/img/sm220315_arrow_white.png);
background-repeat: no-repeat;
background-size: contain;
background-position: center center;
position: absolute;
top: 0;
right: 1em;
}
@media screen and (min-width: 768px) {
a.telto {
pointer-events: none;
color: inherit;
text-decoration: none;
}
}
#contents i,
.ib {
display: inline-block;
font-style: normal;
}


/* slick
--------------------------------------------------------- */
.slick-loading .slick-list {
	background: url(/base/departmentstore/common/img/loading.gif) center center no-repeat #FFF;
}
.slick-slider {
  position: relative;

}
.slick-arrow {
  cursor: pointer;
  color: transparent;
  font-size: 0;
  line-height: 0;
  padding: 0;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  width: 10%;
  height: 100%;
  z-index: 101;
  position: absolute;
  top: 0; 
}
.slick-arrow:after {
    content: "";
    display: inline-block;
    width: 40px;
    height: 80px;
    background: rgba(0,0,0,0.3);
    clip-path: polygon(90% 0, 100% 0, 10% 50%, 100% 100%, 90% 100%, 0% 50%);
    position: absolute;
    top: calc(50% - 40px);
    text-indent: -50000px;
    text-decoration: none;
    border: none;
    outline: none; 
}
  .slick-arrow.slick-disabled {
    display: none !important; 
}
.slick-prev:after {
    left: 20%;
}
.slick-next {
  right: 0; 
}
  .slick-next:after {
    transform: rotate(180deg); 
  right: 20%; 
}

/* Dots */
.slick-dotted.slick-slider {
}

.slick-dots {
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 2px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li:first-child:last-child {
display:none;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 5px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    content: '';
    text-align: center;
    background-color: #000;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}
.slider.num .slick-slide {
position: relative;
}
.slider.num .slick-slide:after {
content:"1";
position: absolute;
top: 1em;
left: 1em;
font-feature-settings: "palt";
font-family: "YakuHanJP", "M PLUS 1p";
font-size: 1.2em;
width: 1.4em;
height: 1.4em;
box-sizing: border-box;
border-radius: 50%;
border: 1px solid #000;
display: flex;
justify-content: center;
align-items: center;
}
.slider.num .slick-slide.image01:after {
content:"1";
}
.slider.num .slick-slide.image02:after {
content:"2";
}
.slider.num .slick-slide.image03:after {
content:"3";
}
.slider.num .slick-slide.image04:after {
content:"4";
}

@media print {
  .slick-track {
    flex-direction: column !important;
  }
  .slick-list {
    overflow: visible !important;
  }
  .slick-slider .slick-track,
  .slick-slider .slick-list {
    width: auto !important;
    height: auto !important;
    transform: none !important;
    overflow: visible !important;
  }
  .slick-track .slick-slide {
    display: block !important;
    overflow: visible !important;
  }
  .slick-arrow,
  .slick-dots,
  .slick-track .slick-cloned {
    display: none !important;
  }
}
