/*-------------------------------------------------------------------------------------------------------------------------------
* 基本設定
-------------------------------------------------------------------------------------------------------------------------------*/
@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: #0C417C;
}


.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;
}
.container {
background-image: url(/base/shinjuku/img/td26_content_bg.jpg);
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;

}

.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;
}
.cont1 {
}
.cont2 {
background-color: #FFF;
}
@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: 4em 0;
background-image: url(/base/shinjuku/img/td26_title_bg.jpg);
background-size: cover;
background-position: center bottom;
background-repeat: no-repeat;
mix-blend-mode: multiply;
}

.header-logo {
width: 100%;
max-width: 980px;
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-text {
color: #dec0a0;
text-align: center;
padding: 1em 0;
font-feature-settings: "palt";
font-family: "YakuHanJP", "M PLUS 1p";
font-size: 0.92em;
text-decoration: none;
}
#contents p.header-copy {
margin: 0 auto 0;
text-align :left;
max-width: 540px;
}
#contents p.header-copy img {
width: 100%;
height: auto;
}

#contents p.bodyCopy {
margin: 4em auto 2em;
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(181,153,114,1);*/
background-color: rgba(92,196,230,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-text {
padding: 5vw 0;
font-size: 0.76em;
text-align: left;
}

#contents p.header-copy {
font-size: 0.85em;
padding: 0;
}

.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: 1380px;
  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 {
margin: 0 auto 0 auto;
}
.footerNotes {
  text-align: left;
  margin: 0 auto ;
  width: 100%;
  padding: 2em ;
background-color: #FFF;
}
.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: 40px;
}
.group3.topicsColumn + .group3.topicsColumn {
margin-top: 40px;
}

.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% - 20px);
display: flex;
flex-direction: column;
position: relative;
overflow: hidden;
border-radius: 0.5rem;
}
.group3 .topicsDetail:before {
/*content: "";*/
display: block;
width: 100%;
height: 20px;
background-image: url(/base/shinjuku/img/td25_item_bg2.svg);
background-repeat: repeat-x;
background-size: contain;
position: absolute;
top:0 ;
left: 0;
mix-blend-mode: multiply;
}
.group3 .topicsDetail:after {
/*content: "";*/
display: block;
width: 100%;
height: 20px;
background-image: url(/base/shinjuku/img/td25_item_bg2.svg);
background-repeat: repeat-x;
background-size: contain;
position: absolute;
bottom:0 ;
left: 0;
mix-blend-mode: multiply;
}
@media screen and (min-width: 768px) {
.group3:not(.col3) .topicsDetail:last-child:nth-child(odd) {
display: flex;
flex-direction: inherit;
width: 100%;
max-width: 100%;
gap: 40px;
}
.group3.col3 .topicsDetail {
max-width: calc((100% - 80px) / 3);
}
.group3.col3 .topicsDetail:only-child {
max-width: 100%;
display: flex; 
flex-direction: row;
}
.group3.col3 .topicsDetail:only-child .topicsDetailPhoto {
width: 50%;
}
.group3.col3.col3 .topicsDetail:only-child .topicsDetailText {
width: 50%;

}
}

.topicsDetailText {
box-sizing: border-box;
width: 100%;
}

.group1 .topicsDetailText {
box-sizing: border-box;
max-width: 300px;
padding: 1.5em;
background-color: rgba(245,235,211,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(245,235,211,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(245,235,211,1);
}

}

.group2 .topicsDetailText {
padding: 1.5em 0;
}
.group3 .topicsDetailText {
box-sizing: border-box;
padding: 1.5em;
position: relative;
background-color: rgba(245,235,211,1);
flex-grow: 1;
}
.cont1 .group3 .topicsDetailText {
background-color: #FFF;
}
@media screen and (min-width: 768px) {
.group3:not(.col3) .topicsDetail:last-child:nth-child(odd) .topicsDetailText{
width: calc(50% - 20px);
}
}

#contentWrapper:not(.cont1) .group3 .topicsDetail .topicsDetailText:before {
/*content:"";
width: 0;
height: 0;
border-style: solid;
border-width: 0 30px 20px 30px;
border-color: transparent transparent rgba(245,235,211,1) transparent;
position: absolute;
left: calc(50% - 30px);
top: -20px;*/
}
.group3 .topicsDetail.noimage .topicsDetailText:before {
display: none;
}
#contentWrapper:not(.cont1) .group3 .topicsDetail:last-child:nth-child(odd) /*.topicsDetailText:before {
content:"";
width: 0;
height: 0;
border-style: solid;
border-width: 30px 20px 30px 0;
border-color: transparent rgba(245,235,211,1) transparent transparent;
left: -20px;
top: calc(50% - 15px);*/
}

.topicsDetailPhoto {
  padding: 0px ;
  width: 100%;
  box-sizing: border-box;
  width: 100%;
  display: block;
  background-color: #FFF;
position: relative;
}
@media screen and (min-width: 768px) {
.group3:not(.col3) .topicsDetail:last-child:nth-child(odd)  .topicsDetailPhoto {
width: calc(50% - 20px);
}
}
#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.detailCopy {
  font-size: 1.1em;
  font-feature-settings: "palt";
font-family: "YakuHanMP", 'Noto Serif JP', serif;
  font-weight: 400;
margin-bottom: 0.8em;
}
#contents p.detailCopy:empty {
display: none;
}
.topicsDetail h4 {
  font-size: 2em;
  letter-spacing: normal;
  font-feature-settings: "palt";
font-family: "YakuHanMP", 'Noto Serif JP', serif;
  text-align: left;
  color: rgba(76,62,20,1);
  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 i {
font-style: normal;
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: rgba(76,62,20,1);
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 {
  font-size: 1.2em;
  line-height:1.4;
  letter-spacing: normal;
  color:#000;
  padding:  0 0;
  font-feature-settings: "palt";
  font-family: "YakuHanJP", "M PLUS 1p";
}
#contents .topicsDetail p.description small {
  font-size: 80%;
}
#contents .topicsDetail p.description a[href*="/webadmin"]{
color: inherit;
text-decoration: none;
}
#contents .topicsDetail p.description i {
font-style: normal;
color: #FFF;
background-color: #ad4961;
display: inline-block;
font-size: 85%;
padding: 3px;
margin-right: 3px;
min-width: 1.4em;
text-align: center;
line-height: 1;
}
#contents .topicsDetail p.description strong {
font-weight: 600;
font-size: 110%;
}

.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;
}
#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;
}

@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: 4em auto;
box-sizing:border-box;
position: relative;
cursor:pointer;
}
.blockTitle h2 {
font-size: 2.6em;
letter-spacing: normal;
font-feature-settings: "palt";
font-family: "YakuHanMP", 'Noto Serif JP', serif;
text-align: left;
color: rgba(76, 62, 20, 1);
font-weight: 500;
line-height: 1.6;
text-align: center;
}
.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;
}

.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;
}

.accordion .blockTitle h2 img {
width: auto;
max-width: 100%;
height: 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 h2 {
font-size: 1.6em;
}
  .blockTitle img {
width: auto; 
max-width: 100%;
  }
  .accordion .blockTitle h2 img,
  #col0.accordion .blockTitle h2 img {
  }
  .accordion .blockTitle h2::after {
bottom: 2px;
left: calc(50% - 13px);
width: 26px;
height: 7px;

  }

}

.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;
}

}


.workshop {
background-color: #e8dfd4;
position: relative;
/*mix-blend-mode: multiply;*/
}
.titleWorkshop {
font-feature-settings: "palt";
font-family: "YakuHanMP", 'Noto Serif JP', serif;
font-size: 2.6em;
text-align: center;
color: rgba(76,62,20,1);
margin: 0 auto 2em;
}
.contentWrapperShopList {
position: relative;
background-color: #FFF;
}
.shopListWrapper {
padding: 0;
text-align: center;
}
.shopListWrapper + .shopListWrapper {
margin-top: 6em;
}
.shopList {
width: 100%;
max-width: 1280px;
margin: 0 auto 2em;
columns: 10em auto;
font-feature-settings: "palt";
font-family: "YakuHanJP", "M PLUS 1p";
font-size: 1.2em;
text-align: left;
color: rgba(76,62,20,1);
}

#contents .shopListWrapper .shopList li {
font-family: "YakuHanMP", 'Noto Serif JP', serif;
font-size: 1.2em;
}
@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: "YakuHanMP", 'Noto Serif JP', serif;
font-size: 2em;
margin-bottom: 1em;
color: rgba(76,62,20,1);
}
#contents .shopListWrapper p {
font-family: "YakuHanMP", 'Noto Serif JP', serif;
font-size: 1.2em;
margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
.shopListWrapper {
}
.shopListWrapper h2 {
font-size: 1.3em;
text-align: left;

}
#contents .shopListWrapper p {
font-size: 1.0em;
text-align: left;
}
#contents .shopListWrapper .shopList li {
font-size: 0.82em;
}

}
.shopListWrapper h2:before, .shopListWrapper h2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 1.5em;
  height: 2px;
  border-top: solid 1px rgba(76,62,20,1);
  border-bottom: solid 1px rgba(76,62,20,1);
}

.shopListWrapper h2:before {
  left:0;
}
.shopListWrapper h2:after {
  right: 0;
}
.shopListLocate {
font-family: "YakuHanMP", 'Noto Serif JP', serif;
color: rgba(76,62,20,1);
}
.shopListWrapper h3 {
width: 100%;
margin: 0 auto 1em;
font-feature-settings: "palt";
font-family: "YakuHanMP", 'Noto Serif JP', serif;
font-size: 1.6em;
}
.jitsuen {
color: var(--color1);
}
@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;
}
.shopListWrapper h3 {
margin: 0 auto 2vw;
font-size: 1.0em;
text-align: left;
}

}
.reserve {
width: 100%;
max-width: 1080px;
margin: 2em auto 0;
background-color: rgba(255,255,255,0.3);
}
.reserveInner {
padding: 2em;
}
@media screen and (min-width: 768px) {
.reserveImage {
float: right;
width: 30%;
height: auto;
margin: 0 0 1em 1em;
}
}
@media screen and (max-width: 764px) {
.reserveImage {
margin: 0 0 2vw 0;
}
}

.reserve h3 {
font-family: "YakuHanJP", "M PLUS 1p";
font-weight: 400;
font-size: 1.6em;
text-align: center;
background-color: rgba(181,153,114,1);
color: #FFF;
padding: 0.5em;
}
.reserve h3 a {
color: inherit;
text-decoration: none;
}
#contents .reserve p,
#contents .reserve li {
margin-bottom: 1em;
font-family: "YakuHanJP", "M PLUS 1p";
font-weight: 400;
font-size: 1.1em;
}
#contents .reserve p small,
#contents .reserve li small {
font-size: 80%;
}

#contents .reserve dl.seisakuDate {
display: flex;
gap: 1em;
margin-top: 1em;
padding-top: 1em;
border-top: 1px solid rgba(181,153,114,1);
font-family: "YakuHanJP", "M PLUS 1p";
font-weight: 400;
}
#contents .reserve dl.seisakuDate:last-of-type {
margin-bottom: 1em;
padding-bottom: 1em;
border-bottom: 1px solid rgba(181,153,114,1);
}
#contents .reserve dl.seisakuDate dt {
font-size: 1.1em;
display: flex;
flex-shrink: 0;
align-items: center;
box-sizing: border-box;
background-color: var(--color1);
color: #FFF;
padding: 0.5em;
width: 10%;
justify-content: center;
font-weight: 600;
}
#contents .reserve dl.seisakuDate dd {
font-size: 1em;
}
#contents .reserve dl.seisakuDate dt + dd {
flex-grow: 1;
}
#contents .reserve dl.seisakuDate dd em {
color: #F00;
font-style: normal;
}

#contents .reserve dl.seisakuDate dd.seisakuImage {
text-align: center;
}
@media screen and (min-width: 768px) {
#contents .reserve dl.seisakuDate dd.seisakuImage {
width: 16%;
aspect-ratio: 16 / 9;
}
}
#contents .reserve dl.seisakuDate dd.seisakuImage img {
object-fit: contain;
width: 100%;
height: 100%;
}
.seisakuLast {
font-size: 92%;
padding: 0.2em;
border: 1px solid #000;
display: inline-block;
margin-left: 0.5em;
line-height: 1;
}

@media screen and (max-width: 767px) {
.reserveInner {
padding: 1em;
}
.reserve h3 {
font-size: 1em;
padding: 0.25em;
}
#contents .reserve dl.seisakuDate {
flex-direction: column;
}
#contents .reserve p {
font-size: 0.85em;
}
#contents .reserve dl.seisakuDate dt {
font-size: 0.85em;
width: 100%;
}
#contents .reserve dl dd {
font-size: 0.8em;
}
#contents .reserve dl.seisakuDate dd.seisakuImage {
width: 100%;
}
}
.seisakuDate--cw {
display: flex;
gap: 1em;
}

.seisakuDate--cw + .seisakuDate--cw {
margin-top: 0.5em;
}
.seisakuDate--ci1 {
display: flex;
width: 10em;
flex-shrink: 0;
align-items: center;
border: 1px solid var(--color1);
border-radius: 0.25em;
font-size: 92%;
color: var(--color1);
justify-content: center;
}

.seisakuDate--ci2 {
display: block;
flex-grow: 1;
height: min-content;
margin: auto;
}
.seisakuDate--image {
display: flex;
width: 10%;
}
.seisakuDate--image img {
width: 100%;
height: auto;
}
@media screen and (max-width: 767px) {
.seisakuDate--cw {
flex-direction: column;
}
.seisakuDate--ci1 {
width: 100%;
}
.seisakuDate--ci2 {
width: 100%;
margin: 0;
}
.seisakuDate--image {
width: 30%;
margin: 0 auto;
}

}

@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: -2.2em auto 4em;
display: flex;
justify-content: flex-end;
gap: 12px;
position: relative;
}
.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;
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: rgba(76,62,20,1);
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 rgba(76,62,20,0.5);
position: absolute;
top: calc(50% - 12px);
right: 2px;
}
.search-box dd {
color: rgba(76,62,20,1);
}
.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: rgba(76,62,20,1);
background-color: rgba(238,237,234,1);
line-height: 1;
}
.search-box dd input[type="checkbox"]:checked + label {
background-color: rgba(92,196,230,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(181,153,114,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: rgba(76,62,20,1);
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: rgba(76,62,20,1);
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(245,235,211,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);
display: block;
}
#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(181,153,114,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;
}
.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: rgba(76,62,20,1);
font-feature-settings: "palt";
font-family: "YakuHanMP", '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-basis: 82%;
flex-grow: 1;
padding: 1em;
font-family: "YakuHanJP", "M PLUS 1p";
font-weight: 400;
}
.list_item .col2 a.test {
color: inherit;
text-decoration: none;
}
#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(92,196,230,1);
color: #FFF;
text-align: center;
padding: 1em 2em;
font-feature-settings: "palt";
font-family: "YakuHanJP", "M PLUS 1p";
font-size: 1.2em;
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;
}
}
.ib {
display: inline-block;
}
