/*-------------------------------------------------------------------------------------------------------------------------------
* 基本設定
-------------------------------------------------------------------------------------------------------------------------------*/
@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;500;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;600&display=swap');
@media print {
	#menu .menu_cont {
		display: none;
	}
}
.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/bk25at_bg.jpg);
background-repeat: no-repeat;
background-position: center top;
background-size: 100%;
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%;
text-align: center;
background-color: rgba(253,222,143,0.9);
position: relative;
}
.contentWrapper:nth-child(2),
.contentWrapper:nth-child(7)  {
background-color: rgba(230,240,211,0.9);
}
.contentWrapper:nth-child(3),
.contentWrapper:nth-child(8) {
background-color: rgba(252,231,214,0.9);
}
.contentWrapper:nth-child(4),
.contentWrapper:nth-child(9) {
background-color: rgba(243,239,224,0.9);
}
.contentWrapper:nth-child(5),
.contentWrapper:nth-child(10) {
background-color: rgba(255,246,204,0.9);
}

.contentWrapper:nth-child(6),
.contentWrapper:nth-child(11) {
background-color: rgba(245,247,232,0.8);
}
@media screen and (min-width: 768px) {
.contentWrapper {
padding: 6em 2em ;
}
}
.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;
}
.contentWrapper.contentWrapperBrand {
padding: 0;
}
}

/* 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: 6em 0 ;
background-color: rgba(255,246,204,0.9);
}

.header-logo {
width: 100%;
max-width: 1280px;
margin: 0 auto 2em;
text-align: center;
box-sizing: border-box;
padding: 0;
text-align:center;
position: relative;
}
.header-logo img {
  width: 100%;
  height: auto;
position: relative;
}

#contents p.header-copy {
margin: 1em auto ;
text-align :center;
max-width: 1280px;
font-feature-settings: "palt";
font-family: "YakuHanJP", "M PLUS 1p";
font-size: 2.6em;
line-height: 1.6;
color: #e50012;
position: relative;
}
#contents p.bodyCopy {
margin: 4em auto 2em;
width: 80%;
max-width: 746px;
}
#contents p.bodyCopy img {
width: 100%;
height: auto;
}
.header-navi {
display: flex;
gap: 3em;
justify-content: center;
}
.header-navi li a {
color: #FFF;
text-decoration: none;
display: flex;
flex-direction: column;
justify-content: center;
}
.header-navi li a:after {
content: "";
width: 26px;
height: 7px;
background-image: url(/base/shinjuku/img/gs23_arrow.svg);
background-repeat: no-repeat;
background-size: contain;
margin: 0 auto;
}
.header-navi-icon {
width: 64px;
height: 64px;
margin: 0 auto;
}
@media screen and (max-width: 767px) {
#contents .header-navi li {
font-size: 0.76em;
}
.header-navi-icon {
width: 12vw;
height: 12vw;
}
}
.titleCategory {
margin: 0 auto 2em;
text-align: center;
width: 100%;
z-index: 1000;
position: relative;
}
.titleCategory img {
width: 100%;
height: auto;
}

.titleEvent {
text-align: center;
display: inline-flex;
margin: 0 auto 2em;
font-size: 2.2em;
font-feature-settings: "palt";
font-family: "YakuHanJP", "M PLUS 1p";
text-align: center;
color: rgba(230,0,18,1);
font-weight: 500;
line-height: 1.5;
border-bottom: 1px solid rgba(230,0,18,1);
padding: 0;
}
.contentInner + .titleEvent {
margin-top: 4em;
}
#contents p.presentNote {
font-size: 0.85em;
font-feature-settings: "palt";
font-family: "YakuHanJP", "M PLUS 1p";
text-align: center;
font-weight: 400;
line-height: 1.5;
margin: 0 auto 2em auto;
}
@media screen and (max-width: 767px) {
.titleEvent {
display: flex;
margin: 0 auto 1em;
font-size: 1.4em;
line-height: 1.4;
padding: 0;
}
}

.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: 500;
-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: 8vw 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: 1380px;
box-sizing:border-box;
position: relative;
overflow: hidden;
margin: 0 auto;
}

.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;
}
#contents p.group3Notes {
max-width: 914px;
margin: 1em auto 0;
text-align: right;
font-size: 0.9em;
line-height: 1.6;
letter-spacing: normal;
color: #000;
padding: 0 0;
font-feature-settings: "palt";
font-family: "YakuHanJP", "M PLUS 1p";
}
.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 {
  }
  #contents p.group3Notes {
  max-width: auto;
  font-size: 0.8em;
  }

  .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: 500;
  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;
flex-wrap: wrap;
gap: 20px;
margin-left: auto;
margin-right: auto;
}

.group3.topicsColumn:has(> :nth-child(3):last-child) + .group3.topicsColumn {
margin-top: 20px;
max-width: 1380px;
}
@media screen and (max-width: 767px) {
.group3.topicsColumn {
gap: 4vw;
}
.group3.topicsColumn:has(> :nth-child(3):last-child) + .group3.topicsColumn {
margin-top: 4vw;
}

}
@media screen and (min-width: 768px) {
.group3.topicsColumn {
max-width: 920px;
}
.group3.topicsColumn.brand {
max-width: 1380px;
gap: 0;
background-color: #FFF;
padding: 24px;
}
.group3.topicsColumn:not(.group3Wide):has(> :nth-child(3):last-child) {
max-width: 1380px;
}
}
@media screen and (max-width: 767px) {
.group3.topicsColumn.brand {
padding: 4vw;
}
}
.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((100% - 20px) / 2);
padding: 0;
background-color: rgba(255,255,255,0.9);
border-radius: 1em;
overflow: hidden;
}

#contents .group3.brand .topicsDetail .brand--size {
font-size: 1em;
text-align: center;
margin-top: -5px;
font-feature-settings: "palt";
font-family: "YakuHanJP", "M PLUS 1p";
}
#contents .group3.brand .topicsDetail .brand--size.brand--size-nomgn {
margin-top: 2px;
}
.brand--notes {
width: 100%;
padding: 1em 0 0 0;
font-feature-settings: "palt";
font-family: "YakuHanJP", "M PLUS 1p";
font-size: 1em;
}
@media screen and (min-width:768px) {
  .group3.brand .topicsDetail {
  max-width: calc(100% / 6);
  border-radius: 0;
  padding: 12px 12px 6px 12px;
  }
  .group3:not(.group3Wide):has(> :nth-child(3):last-child) .topicsDetail {
  max-width: calc((100% - 40px) / 3);
  }
  .group3 .topicsDetail:nth-child(n+5):last-child:nth-child(odd) {
  display: flex;
    max-width: 100%;

  }
}
.group3 .topicsDetail:only-child {
max-width: 914px;
display: flex;
}
.group3.topicsColumn:has(> :nth-child(3):last-child) + .group3 .topicsDetail:only-child {
max-width: 1380px;
}
.group3.group3Wide .topicsDetail {
max-width: 914px;
display: flex;
}

.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;
}
.group3:not(.group3Wide) .topicsDetailText:only-child {
    /*display: flex;
    height: 100%;
    align-items: center;
    justify-content: flex-start;*/
}

@media screen and (min-width: 768px) {
.group3.brand .topicsDetailText {
padding: 1em;
}
}

.topicsDetailPhoto {
padding: 0px ;
width: 100%;
box-sizing: border-box;
width: 100%;
display: block;
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 {
}
@media screen and (min-width: 768px) {
  .group3 .topicsDetail:only-child .topicsDetailPhoto,
  .group3.group3Wide .topicsDetailPhoto {
  flex-basis: 446px;
  }
  .group3 .topicsDetail:only-child  .topicsDetailText,
  .group3.group3Wide .topicsDetailText {
  flex-basis: calc(100% - 446px - 20px);
  display: flex;
  flex-direction: column;
  justify-content: center;
    }
  }
  .group3.group3Wide .topicsDetailText:only-child  {
  flex-basis: 100%;
  }
}
@media screen and (max-width: 767px) {
  .topicsColumn {
    margin: 0 auto ;
    transform: inherit;
  }
  .group3.topicsColumn {
    gap: 3vw;
  }
  .group3.topicsColumn.brand {
    gap: 0;
    padding: 2vw;
  }
  .topicsDetail {
    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 : 4vw 2vw;
  }
  .group3:not(.group3Wide) .topicsDetailText:only-child {
    max-width: auto;
    padding : auto;
  }
  .topicsDetailPhoto {
    width: 100%;
    margin-bottom: 0;
    float: none;
  }
  .group2 .topicsDetail {
  padding: 0px;
  margin-bottom: 12px;
  }
  .group3 .topicsDetail {
  max-width: calc((100% - 3vw) / 2);
  padding: 0;
  }
  .group3.brand {
  background-color: #FFF;
  }
  .group3.brand .topicsDetail {
  max-width: calc(100% / 4);
  border-radius: 0;
  padding: 2vw 1vw;
  }
  #contents .group3.brand .topicsDetail .brand--size {
  font-size: 0.4em;
  line-height: 1.2;
  margin-top: -0.25vw;
  }
  #contents .group3.brand .topicsDetail .brand--size.brand--size-nomgn {
  margin-top: 2px;
  }
}

#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;
    margin: 0;
  }
  #contents .brand .topicsDetailPhoto p img{
    border:none;
    padding: 5%;
    margin: -8% 0;
  }

}
#contents p.detailCopy {
  font-size: 1.1em;
  font-feature-settings: "palt";
font-family: "YakuHanJP", 'Noto Serif JP', serif;
  font-weight: 400;
margin-bottom: 0.8em;
}
.topicsDetail h4 {
font-size: 1.3em;
letter-spacing: normal;
font-feature-settings: "palt";
font-family: "YakuHanJP", "M PLUS 1p";
text-align: left;
color: rgba(0,0,0,1);
font-weight: 500;
margin-bottom: 0.5em;
line-height: 1.3;
}
.topicsDetail h4 i {
font-style: normal;
display: inline-block;
}
.topicsDetail h4:empty {
display: none;
}
  .group3Wide .topicsDetail h4 {
  color: rgba(231,73,132,1);
  }

@media screen and (min-width: 768px) {
  .brand .topicsDetail h4 {
  font-size: 1em;
  }
  .group3Wide .topicsDetail h4 {
  font-size: 1.8em;
  }
}

#contents .topicsDetail p.description + h4 {
margin-top: 2em;
}
.topicsDetail h4:not(:first-child) {
}
#contents .topicsDetail p.description + h4:not(:first-child) {
margin-top: 1em;
}
.topicsDetail h4 small {
font-size: 80%;
font-weight: 400;
}
.topicsDetail h4 a{
color: inherit;
text-decoration: none;
}
.colorRed {
color: #F00;
display: inline-block;
}
#contents .topicsDetail p.description strong,
#contents .topicsDetail p.description2 strong {
font-weight: 500;
font-size: 110%;
}
#contents .topicsDetail p.description strong.titlesub,
#contents .topicsDetail p.description2 strong.titlesub {
font-size: 135%;
color: rgba(231,73,132,1);
}
#contents .topicsDetail p.description em,
#contents .topicsDetail p.description2 em {
color: #F00;
display: inline-block;
font-style: normal;
}
.topicsDetail h4 font[style] {
  margin-right: 6px;
}
#contents .topicsDetail p.description .fll {
float: left;
margin: 0 0.5em 0.5em 0;
max-width: 40%;
}
#contents .topicsDetail p.description .flr {
float: right;
margin: 0 0 0.5em 0.5em;
max-width: 40%;
}
#contents .topicsDetail p.description a.test {
color: inherit;
text-decoration: none;
} 
@media screen and (max-width: 767px) {
  .topicsDetail h4 {
    font-size: 1em;
    line-height: 1.4;
  }
}

.topicsDetail ul.spec:empty {
display: none;
}
#contents .topicsDetail ul.spec li.date {
  margin: 0 0 0 0;
  letter-spacing: normal;
  font-size: 1em;
  color:#000;
  font-feature-settings: "palt";
  font-family: "YakuHanJP", "M PLUS 1p";
}
#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";
}
#contents .topicsDetail ul.spec li:first-child {
margin-top: 1em;
}
#contents .topicsDetail ul.spec li:last-child {
margin-bottom: 1em;
}
.topicsDetail ul.spec:empty,
.topicsDetail ul.spec li:empty {
display: none;
margin-top: 0;
margin-bottom: 0;
}
#contents .topicsDetail p.description,
#contents .topicsDetail p.description2 {
font-size: 1.1em;
line-height:1.6;
letter-spacing: normal;
color:#000;
padding: 0 0;
font-feature-settings: "palt";
font-family: "YakuHanJP", "M PLUS 1p";
}
#contents .topicsDetail p.description:empty,
#contents .topicsDetail p.description2:empty {
display: none;
}
#contents .topicsDetail p.description small,
#contents .topicsDetail p.description2 small {
font-size: 80%;
line-height: 1.4;
display: inline-block;
}
.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: 500;
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 b,
#contents .topicsDetail p.description2 b {
font-weight: 500;
}

@media screen and (max-width: 767px) {
  #contents .topicsDetail ul li{
    font-size: 13px;
  }
  #contents .topicsDetail p.description,
  #contents .topicsDetail p.description2 {
    font-size: 0.85em;
  }
  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: 1px 5px;
line-height: 1;
text-decoration: none;
font-size: 0.85em;
cursor: pointer;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
max-width: 300px;
text-align: center;
margin: 4px auto 1em ;
  color:rgba(231,73,132,0.9);
  border: rgba(231,73,132,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/gs23_plus.svg");
  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/gs23_minus.svg");
}
@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: 1em;
  height: 1em;
  margin-right: 4px;
}

}



@media print {
  #header,
  #eigyo,
  .nav-PC,
  #footer {
    display:none;
  }
  #storeWrapper {
    margin: 0 auto;
    padding: 0 0;
  }
#contents .topicsDetail p.description {
height: auto!important;
}
.event__item--text + [data-readmore-toggle].readMore,
.event__item--text + [data-readmore-toggle].readMore,
.event__item--text + [data-readmore-toggle].readLess,
.event__item--text + [data-readmore-toggle].readLess,
.event__item--text + [data-readmore-toggle].readMore,
.event__item--text[data-readmore].readMore,
.event__item--text + [data-readmore-toggle].readLess,
.event__item--text[data-readmore].readLess {
display:none;
}
#contents p.event__item--text  {
page-break-inside: avoid;
display: block!important;
max-height: auto!important;
height: auto!important;
}

.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 -2.2em;
display: flex;
justify-content: flex-end;
gap: 12px;
position: relative;
z-index: 10;
}
.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: 500;
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;
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: 0 auto ;
padding: 1em 0;
text-align: center;
background-color: rgba(243,211,212.1);
}
.tcnInsta {
background-color: transparent;
}
.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(95,114,86,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(95,114,86,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: "YakuHanJP", 'Noto Serif JP', serif;
font-size: 1.4em;
font-weight: 700;
margin-bottom: 1em;
}
.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: 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;
}
}
.ib {
display: inline-block;
}
a.lb {
display: block;
position: relative;
}
.lb:after {
content: "";
box-sizing: border-box;
display: block;
width: 20px;
height: 20px;
background-color: rgba(255,255,255,0.85);
background-image: url(/base/shinjuku/images/lbbtn.svg);
background-repeat: no-repeat;
background-size: 90%;
background-position: center;
position: absolute;
z-index: 101;
bottom: 2px;
right: 2px;
}
.topicsDetailPhoto .lb:after {
left: 2px;
right: inherit;
}

.cd--table {
display: table
}
.cd--tr {
display: table-row;
}
.cd--tr.vt .cd--td {
vertical-align: middle;
}
.cd--td {
display: table-cell;
padding: 0.2em 0.5em;
font-size: 110%;
}
.cd-td-line {
border: 1px solid #CCC;
padding: 1em;
}
