/*-------------------------------------------------------------------------------------------------------------------------------
* 基本設定
-------------------------------------------------------------------------------------------------------------------------------*/
@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;
	}
}
#pagetop {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px; 
}
#pagetop a {
display: flex;
justify-content: center;
align-items: center;
color: rgba(0,165,230.8);
background-color: rgba(255,255,255,0.5);
width: 5rem;
height: 5rem;
border-radius: 2.5rem;
font-size: 2.6rem;
font-family: 'YakuHanJP', 'M PLUS 1p', sans-serif;
font-weight: 800;
text-decoration: none;
position: relative;
}
#pagetop a:after {
  content: '';
  width: 1rem;
  height: 1rem;
  border-top: solid 2px #00a5e6;
  border-right: solid 2px #00a5e6;
  position: absolute;
  left: 1.8rem;
  top: 0.8rem;
  transform: rotate(-45deg);

}
#pagetop img {
width: 100%;
height: auto;
}
  @media screen and (max-width: 767px) {
    #pagetop {
      width: 15%;
      height: auto; 
}
#pagetop a {
width: 50px;
height: 50px;
font-size: 1.2rem;
}
#pagetop a:after {
  width: 12px;
  height: 12px;
  left: 19px;
  top: 5px;

}

}
  @media print {
    #pagetop {
      display: none !important; 
} 
}

.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 {
}

.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); }

.popupCol {
background-color: #fefbf5;
}
.eventCol {
background-color: #fcf2f2;
}
.infoCol {
background-color: #f7fbfc;
}





.contentWrapper {
width:100%;
text-align: center;
}
@media screen and (min-width: 768px) {
.contentWrapper {
padding: 4rem 0;
}
}
.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 {
background-color: #fcf3e9;
}
.contentHeaderInner {
padding: 0;
}
.contentHeader2 {
padding: 3em 0;
}

.contentNavi {
display: flex;
justify-content: space-between;
width: 100%;
max-width: 690px;
margin: 2rem auto;
}
.contentNaviLi {
width: calc((100% - 84px) / 3);
box-sizing: border-box;
}
.contentNaviLi a {
width: 100%;
box-sizing: border-box;
position: relative;
display: block;
border-radius: 1rem;
overflow: hidden;
}
@media screen and (min-width: 768px) {
.contentHeader {
background-attachment: fixed;
}
}

.header-logo {
width: 100%;
max-width: 750px;
margin: 0 auto ;
text-align: center;
box-sizing: border-box;
text-align:center;
}
.header-logo img {
  width: 100%;
  height: auto;
}

#contents p.bodycopy {
width: 100%;
max-width: 630px;
margin: 0 auto;
}
#contents p.bodycopy img {
width: 100%;
height: auto;
}

.titleCategory {
margin: 0 auto;
width: 100%;
text-align: center;
color:#FFF;
display: block;
position: relative;
line-height: 1;
background-color: #FFF;
}
.eventCol .titleCategory {
background-image: url(/base/shinjuku/img/kidsfes25_01_title_bg.jpg);
background-repeat: repeat-x;
}
.popupCol .titleCategory {
background-image: url(/base/shinjuku/img/kidsfes25_02_title_bg.jpg);
background-repeat: repeat-x;
}
.infoCol .titleCategory {
background-image: url(/base/shinjuku/img/kidsfes25_03_title_bg.jpg);
background-repeat: repeat-x;
}
.titleCategory img {
width: 100%;
heght: auto;
max-width: 750px;
}
.titleCategory:after {
content:"";
}
#contents p.titleUnderCopy {
margin: 0 auto 3rem;
text-align: center;
width: fit-content;
position: relative;
}
#contents .eventCol p.titleUnderCopy:after {
content:"";
position: absolute;
top: -350%;
right: -18%;
width: 134px;
height: 190px;
background-image: url(/base/shinjuku/img/kidsfes25_01_icon01.svg);
background-size: contain;
background-repeat: no-repeat;
}
#contents .popupCol p.titleUnderCopy:after {
content:"";
position: absolute;
top: -600%;
left: -20%;
width: 148px;
height: 190px;
background-image: url(/base/shinjuku/img/kidsfes25_02_icon01.svg);
background-size: contain;
background-repeat: no-repeat;
}
#contents .infoCol p.titleUnderCopy:before {
content:"";
position: absolute;
top: -330%;
left: -10%;
width: 70px;
height: 124px;
background-image: url(/base/shinjuku/img/kidsfes25_03_icon01.svg);
background-size: contain;
background-repeat: no-repeat;
}
#contents .infoCol p.titleUnderCopy:after {
content:"";
position: absolute;
top: -42%;
right: -20%;
width: 80px;
height: 62px;
background-image: url(/base/shinjuku/img/kidsfes25_03_icon02.svg);
background-size: contain;
background-repeat: no-repeat;
}
.titleUnderCategory {
text-align: center;
margin: 0 auto 2em;
}
.contentInner + .titleUnderCategory {
margin-top: 2em;
}
@media screen and (max-width: 768px) {
  .contentHeader {
  padding: 3vw ;
  }
.contentHeader2 {
  padding: 3vw ;
}
  .contentHeaderInner {
  }
  .header-logo {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0 auto 0 auto;
    padding: 0;
    overflow: hidden;
  }
  .header-logo img {
  }
  .contentNavi {
  flex-wrap: wrap;
  margin: 3vw auto;
  gap: 3vw;
  width: 94vw;
  }
  .contentNavi li {
  width: calc((100% - 6vw) / 3);
  }
  #contents p.titleUnderCopy {
  margin: 0 auto 5vw;
  width: 56%;
  }
  .contentBtn--what {
   gap: 4vw;
  margin: 4vw auto 0 auto;
}
#contents p.bodycopy {
width: 86vw;
}

.titleUnderCategory {
width: 31%;
}
#contents .eventCol p.titleUnderCopy:after {
        top: -8vw;
        right: -10vw;

width: 17.8vw;
height: 25.3vw;
}
#contents .popupCol p.titleUnderCopy:after {
top: -17vw;
left: -12vw;
width: 19.7vw;
height: 25.3vw;
}
#contents .infoCol p.titleUnderCopy:before {
top: -3vw;
left: -10vw;
width: 9.3vw;
height: 16.5vw;
}
#contents .infoCol p.titleUnderCopy:after {
top: -4vw;
right: -2vw;
width: 10.7vw;
height: 8.3vw;
}

}

/* ----- conent ----- */
.contentInner {
padding: 0;
width: 100%;
max-width: 1120px;
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: 980px;
box-sizing: border-box;
margin: 0 auto 0 auto;
}
.group2.kidsupcycle {
background-color: rgba(255, 255, 255, 0.2);
padding: 2em 4em 4em 4em;
margin-bottom: 30px;
border-radius: 1em;
}
@media screen and (max-width: 767px) {
.group2.kidsupcycle {
padding: 5vw;
}
}
.event__notice--wrapper {
width: 100%;
max-width: 750px;
margin: 0 auto 2em;
padding: 1.5em;
background-color: #FFF;
border-radius: 1em;
text-align: left;
}
#contents .event__notice li {
font-feature-settings: "palt";
font-family: "YakuHanJP", "M PLUS 1p";
font-weight: 400;
line-height: 1.5;
font-size: 1em;
}
#contents .event__notice li strong {
font-weight: 600;
font-size: 110%;
}
.event__notice .webreserve {
background-color: #5eac48;
display: inline-block;
width: fit-content;
color: #FFF;
line-height: 1;
padding: 0.2em 0.5em;
margin-right : 0.25em;
}
.kidsupcycle__title {
text-align: center;
margin: 0 0 1em;
display: flex;
gap: 1em;
align-items: center;
justify-content: center;

}
.kidsupcycle__title--image {
width: 30%;
}
.kidsupcycle__title--image img {
width: 100%;
height: auto;
}
.kidsupcycle__title--text {
font-size: 2.6em;
letter-spacing: normal;
font-feature-settings: "palt";
font-family: "YakuHanJP", "M PLUS Rounded 1c";
color: #FFF;
font-weight: 600;
line-height: 1.5;
text-align: left;
}
@media screen and (max-width: 767px) {
.kidsupcycle__title--text {
font-size: 1.2em;
}
}
.kidsupcycle__title--text small {
font-size: 70%;
}
.group3 {
max-width: 980px;
margin: 0 auto 0 auto;
}
.footerNotes {
  text-align: left;
  margin: 0 auto ;
  width: 100%;
  padding: 2em ;
}
.footerNotes ul {
margin: 0 auto ;
max-width: 980px;
}
.footerNotes ul li{
display: inline-block;
}

@media screen and (max-width: 768px) {
  .contentInner {
  margin: 0 auto;
  overflow: visible;
  }
  .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: 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: 30px;
}

.topicsDetail {
  width: 100%;
  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;
margin-bottom: 1em;
border-radius: 0.5em;
overflow: hidden;
}
.group2 .topicsDetail:last-child {
margin-bottom: 0;
}
.group3 .topicsDetail {
max-width: calc((100% - 30px) / 2);
padding: 0;
position: relative;
border-radius: 4px;
box-sizing: border-box;
}
.group2 .topicsDetail .topicsDetailInner {
position: relative;
}


@media screen and (min-width:768px) {
.group3.col3 .topicsDetail {
max-width: calc((100% - 60px) / 3);
}

.group3.col2 .topicsDetail {
max-width: calc((100% - 30px) / 2);
}
.group2 .topicsDetail .topicsDetailInner {
display: flex;
align-items: center;
background-color: #FFF;
        flex-direction: row-reverse;
}
.group2 .topicsDetail .topicsDetailInner .topicsDetailPhoto {
width: 35%;
}
.group2 .topicsDetail .topicsDetailInner .topicsDetailText {
width: calc(100% - 545px);
flex-grow: 1;
}
.group2 .topicsDetail .topicsDetailInner .topicsDetailText:only-child {
width: 100%;
}
}

.group3 .topicsDetail .topicsDetailInner{
display: flex;
gap: 0;
}
.group3.col3 .topicsDetail .topicsDetailInner {
display: block;
}
.group3.col2 .topicsDetail .topicsDetailInner {
display: flex;
flex-direction: column;
}
@media screen and (min-width: 768px) {
.eventCol .group3.col2 .topicsDetail .topicsDetailInner {
display: flex;
background-color: rgba(255,255,255,0.5);
align-items: flex-start;
}

}
@media screen and (max-width: 767px) {
.group3 .topicsDetail .topicsDetailInner {
display: block;
}
}
#contents .ItemDescription {
background-color: #f9e5e5;
border-radius: 0 0 0.5em 0.5em;
transition: all 0.3s;
overflow: hidden;
}
#contents .popupCol .ItemDescription {
background-color: #fbedd0;
}
#contents .infoCol .ItemDescription {
background-color: #d8edf0;
}
#contents .ItemDescription p.ItemDescriptionText {
font-feature-settings: "palt";
font-family: "YakuHanJP", "M PLUS 1p";
font-weight: 400;
line-height: 1.5;
font-size: 1.1em;
box-sizing: border-box;
padding: 1.5em 1.5em 1.5em 1.5em;
position: relative;
}
#contents .infoCol  .ItemDescription p.ItemDescriptionText strong {
font-weight: 500;
font-size: 1.2em;
}
#contents .infoCol  .ItemDescription p.ItemDescriptionText b {
color: #5db7c0;
}
#contents .ItemDescription p.ItemDescriptionText.ItemDescriptionTextCopy,
#contents .ItemDescription p.ItemDescriptionText span.ItemDescriptionTextCopy {
}
#contents .ItemDescription p.ItemDescriptionText + p.ItemDescriptionText:not(.ItemDescriptionTextCopy) {
padding-top: 0;
padding-bottom: 3em;
}
@media print {
#contents .ItemDescription p.ItemDescriptionText small {
font-size: 72%;
}
}

.ItemDescription .ItemDescriptionText em {
color: #F00;
font-style: normal;
}
@media screen and (max-width: 767px) {
.ItemDescription .ItemDescriptionText{
padding: 2vw 2vw 2em 2vw;
}
#contents .ItemDescription p.ItemDescriptionText {
padding: 2vw 2vw 1.5em 2vw;
font-size: 0.85em;
}

}
.group3 .topicsDetail:only-child {
max-width: 100%;
}
.topicsDetailText {
box-sizing: border-box;
width: 100%;
background-color: rgba(255,255,255,1);
}
.group1 .topicsDetailText {
box-sizing: border-box;
max-width: 300px;
padding: 1.5em;
background-color: rgba(245,235,211,1);
border-radius: 3px;
position: relative;
}
.group2 .topicsDetailText {
box-sizing: border-box;
padding: 2em;
}
.group3 .topicsDetailText {
box-sizing: border-box;
padding: 1em 1em 0 1em;
position: relative;
}
@media screen and (min-width: 768px) {
.group2 .topicsDetailText {
min-height: 13em;
}
.group3 .topicsDetailText {
width: calc(100% - 220px);
min-height: 9.5em;
padding: 1em;
}
.group3.col3 .topicsDetailText {
width: 100%;
min-height: 12em;
padding-bottom: 2em;
}
.group3.col2 .topicsDetailText {
width: 100%;
}
.group3 .topicsDetailText:only-child {
width: 100%;
}

}
.topicsDetailPhoto {
padding: 0px ;
box-sizing: border-box;
width: 100%;
display: block;
position: relative;
}
.col2 .topicsDetailPhoto {
}

@media screen and (min-width: 768px) {

.col3 .topicsDetailPhoto {
width: 100%;
}
.col2 .topicsDetailPhoto {
width: 100%;
}
.eventCol .col2 .topicsDetailPhoto {
width: 100%;
        overflow: hidden;
}

}

@media screen and (max-width: 767px) {

  .topicsColumn {
    margin: 0 auto ;
    transform: inherit;
  }
  .group3.topicsColumn {
    gap: 4vw;
 }
  .topicsDetail {
    display: block;
  }
  .topicsDetailText {
    padding-left: 0px;
    max-width: 100%;
  }
  .group1 .topicsDetail {
    display: block;
   padding: 0 6vw;
  }


  .group1 .topicsDetailText {
    max-width: 100%;
  }

  .group2 .topicsDetailText {
    max-width: 100%;
    padding : 12px;
  }
  .group3 .topicsDetailText {
    max-width: 100%;
    padding : 2vw 2vw;
  }
  #contents .topicsDetail p {
    font-size: 0.85em;
    line-height: 1.5;
  }

  .topicsDetailPhoto {
    width: 100%;
    margin-bottom: 0;
    float: none;
  }
  .group2 .topicsDetail {
  padding: 0px;
  margin-bottom: 12px;
overflow: visible;

  }
  .group3 .topicsDetail {
  padding: 0;
max-width: calc((100% - 4vw) / 2);
  }
}

#contents .topicsDetailPhoto img{
  width: 100%;
  box-sizing: border-box;
    overflow: hidden;
}
#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,
#contents p.ItemDescriptionText {
font-size: 1.1em;
font-feature-settings: "palt";
font-family: "YakuHanJP", 'Noto Serif JP', serif;
font-weight: 400;
}
#contents .topicsDetail .itemReserve {
font-feature-settings: "palt";
font-family: "YakuHanJP", "M PLUS 1p";
font-weight: 400;
line-height: 1;
font-size: 1.2em;
text-align: left;
background-color: #dd84ac;
color: #FFFF;
margin: 0 0; 
padding: 0.2em 0.5em;
width: fit-content;
}
#contents .topicsDetail.webreserve .itemReserve {
background-color: #5eac48;
}
#contents .topicsDetail p.itemKaijou,
#contents .topicsDetail .itemKaijou ,
#contents .topicsDetail p.itemKaiki,
#contents .topicsDetail .itemKaiki {
font-size: 1em;
letter-spacing: normal;
font-feature-settings: "palt";
font-family: "YakuHanJP", "M PLUS 1p";
font-weight: 400;
line-height: 1.5;
font-size: 1.2em;
text-align: left;
color: #717171;
margin: 0 0; 
vertical-align: sub;
}
#contents .topicsDetail p.itemKaiki span {
display: inline-block;
line-height: 1;
}
#contents .topicsDetail p.itemKaiki em {
font-style: normal;
color: #F00;
}
#contents .topicsDetail p.itemKaiki strong {
font-size: 2.2em;
font-weight: 700;
vertical-align: sub;
}
#contents .topicsDetail .ItemDescription .ItemDescriptionText .itemKaiki {
font-size: 1em;
position: relative;
display: inline-block;
position: relative;
left: 50%;
transform: translateX(-50%);
}
#contents .topicsDetail .ItemDescription .ItemDescriptionText .itemKaiki:before {
content: "";
position: absolute;
top: 50%;
left: -260%;
width: 250%;
border-bottom: 1px dotted rgba(79,64,59,1);
}
#contents .topicsDetail .ItemDescription .ItemDescriptionText .itemKaiki:after {
content: "";
position: absolute;
top: 50%;
right: -260%;
width: 250%;
border-bottom: 1px dotted rgba(79,64,59,1);
}
.topicsDetail .itemTitle {
font-size: 1.4em;
letter-spacing: normal;
font-feature-settings: "palt";
font-family: "YakuHanJP", "M PLUS 1p";
text-align: left;
color: #e17b7e;
font-weight: 500;
line-height: 1.5;
margin: 0 0;
}
.popupCol .topicsDetail .itemTitle {
color: #eeb33b;
}
.infoCol .topicsDetail .itemTitle {
color: #5db7c0;
}
.group2 .topicsDetail .itemTitle {
font-size: 2em;
}
@media screen and (max-width: 767px) {
.group2 .topicsDetail .itemTitle {
font-size: 1.6em;
}
#contents .topicsDetail .itemReserve {
font-size: 1.0em;
}

}




.topicsDetail .itemTitle a {
color: inherit;
text-decoration: none;
}
.topicsDetail .itemTitle {
}
#contents .topicsDetail p.kaijou {
font-feature-settings: "palt";
font-family: "YakuHanJP", "M PLUS 1p";
font-weight: 400;
line-height: 1.5;
font-size: 1em;
}
.topicsDetail .itemTitle small {
font-size: 80%;
font-family: "YakuHanJP", "M PLUS 1p";
display: inline-block;
vertical-align: middle;
}

#contents .topicsDetail .fll {
float: left;
margin: 0 0.5em 0.5em 0;
max-width: 40%;
}
#contents .topicsDetail .flr {
float: right;
margin: 0 0 0.5em 0.5em;
max-width: 40%;
} 
@media screen and (max-width: 767px) {
#contents .topicsDetail p.itemKaiki {
font-size: 1.1em;
line-height: 1.15;
}
#contents .topicsDetail p.itemKaiki strong {
font-size: 1.2em;
}
#contents .topicsDetail p.kaijou {
font-size: 0.85em;
}

  .topicsDetail .itemTitle {
    font-size: 1.2em;
    line-height: 1.4;
  }
}

.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;
}
.topicsDetail ul.spec:empty,
.topicsDetail ul.spec li:empty {
display: none;
}
#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";
}


.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 em,
#contents .topicsDetail p.description2 em{
font-style: normal;
color: #C00;
}
#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;
}


@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;

  }

}

[data-readmore-toggle].readMore,
[data-readmore-toggle].readMore,
[data-readmore-toggle].readLess,
[data-readmore-toggle].readLess,
[data-readmore-toggle].readMore,
[data-readmore].readMore,
[data-readmore-toggle].readLess,
[data-readmore].readLess {
position: relative;
bottom: 0;
left: 0;
padding: 0.5em 1em;
margin: 0 auto 0 auto;
line-height: 1;
text-decoration: none;
font-size: 1em;
cursor: pointer;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
text-align: center;
background-color: #e17b7e;
color: #000;
box-sizing: border-box;
overflow: hidden;
padding: 0.75em 1em;
/*height: 0;*/
}
#popup [data-readmore-toggle].readMore,
#popup [data-readmore-toggle].readMore,
#popup [data-readmore-toggle].readLess,
#popup [data-readmore-toggle].readLess,
#popup [data-readmore-toggle].readMore,
#popup [data-readmore].readMore,
#popup [data-readmore-toggle].readLess,
#popup [data-readmore].readLess {
background-color: #fbedd0;
}
#event [data-readmore-toggle].readMore,
#event [data-readmore-toggle].readMore,
#event [data-readmore-toggle].readLess,
#event [data-readmore-toggle].readLess,
#event [data-readmore-toggle].readMore,
#event [data-readmore].readMore,
#event [data-readmore-toggle].readLess,
#event [data-readmore].readLess {
background-color: #f9e5e5;
}
#info [data-readmore-toggle].readMore,
#info [data-readmore-toggle].readMore,
#info [data-readmore-toggle].readLess,
#info [data-readmore-toggle].readLess,
#info [data-readmore-toggle].readMore,
#info [data-readmore].readMore,
#info [data-readmore-toggle].readLess,
#info [data-readmore].readLess {
background-color: #d8edf0;
}

@media screen and (max-width: 767px) {
  [data-readmore-toggle].readMore,
  [data-readmore-toggle].readMore,
  [data-readmore-toggle].readLess,
  [data-readmore-toggle].readLess,
  [data-readmore-toggle].readMore,
  [data-readmore].readMore,
  [data-readmore-toggle].readLess,
  [data-readmore].readLess,
 .todetail a  {
    padding: 3px;
    font-size: 12px;
    min-width: 120px;
    margin: 0 auto 0 auto;
  }
 .readMore:before,
 .readLess:before  {
  width: 1rem;
  height: 1rem;
  margin-right: 4px;
 }

}

.open [data-readmore-toggle].readMore,
.open [data-readmore-toggle].readMore,
.open [data-readmore-toggle].readLess,
.open [data-readmore-toggle].readLess,
.open [data-readmore-toggle].readMore,
.open [data-readmore].readMore,
.open [data-readmore-toggle].readLess,
.open [data-readmore].readLess,
.open .todetail a {
display: none;
}

@media print {
  #header,
  #eigyo,
  .nav-PC,
  #footer {
    display:none;
  }
  #storeWrapper {
    margin: 0 auto;
    padding: 0 0;
  }
#contents .topicsDetail p.description {
height: auto!important;
}
[data-readmore] {
    overflow: visible;
}
.ItemDescription {
height: auto!important;
max-height: none!important;
}
[data-readmore-toggle].readMore,
[data-readmore-toggle].readMore,
[data-readmore-toggle].readLess,
[data-readmore-toggle].readLess,
[data-readmore-toggle].readMore,
[data-readmore].readMore,
[data-readmore-toggle].readLess,
[data-readmore].readLess {
display:none;
}
.group2 {
margin-top: 2em;
}
.topicsDetail {
display: block;
}
.topicsDetailInner {
page-break-inside: avoid;
}
.group2 .topicsDetail {
}

.group3.topicsColumn {
display: block;
}
.group3 .topicsDetail {
display: inline-block;
vertical-align: top;
margin-bottom: 10px;
}
.group3:not(.col3) .topicsDetail:nth-child(odd) {
margin-right: 10px;
}
.group3.col3 .topicsDetail {
    max-width: calc((100% - 60px) / 3);
}
.group3.col3 .topicsDetail {
    max-width: calc((100% - 30px) / 2);
}
.group3col3 .topicsDetail:nth-child(3n - 2),
.group3col3 .topicsDetail:nth-child(3n - 1)  {
margin-right: 10px;
}
.group3col3 .topicsDetail:nth-child(odd)  {
margin-right: 10px;
}
}
#contents p.ddlBnr {
width: 100%;
max-width: 980px;
margin: 4rem auto;
}
@media screen and (max-width:767px) {
#contents p.ddlBnr {
margin: 5vw auto;
padding: 0 5vw;
}
}

.instaWrapper {
width: 100%;
max-width: 1120px;
/*margin: -2.2rem auto -2.2rem;*/
margin: -2rem auto 2rem;
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.5rem;
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: 1rem 0 ;
text-align: center;
width: 100%;
display: block;
background-color: #FFF;
}
.tcnInsta {
background-color: transparent;
}
.tcnInsta dl dd {
font-size: 1em;
}
.tcnInsta {
border: none;
padding: 0;
border-radius: 0;
}
.instasvg {
width: 20px;
}
}
@media (min-width: 768px) {
.instasvg {
width: 40px;
}
}

.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 1rem;
align-items: center;
}
.search-box li {
}
.search-box dt {
color: rgba(76,62,20,1);
font-family: "YakuHanJP", "M PLUS 1p";
font-size: 1rem;
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: 1rem;
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.9rem;
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.85rem;
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: 1rem;
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.92rem;
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;
    }
}



@media screen and (min-width: 768px) {
a.telto {
pointer-events: none;
color: inherit;
text-decoration: none;
}
}
.ib {
display: inline-block;
}

.open .ItemDescription {
height: auto!important;
max-height: none!important;
}
.kstable {
display:table;
width: auto;
}
.kstr {
display:table-row
}

.ksth,
.kstd {
display:table-cell;
padding: 0.5em 0.5em 0.5em 0;
}
.ksth {
font-weight: bold;
white-space: nowrap;
}

.eventLink--waper {
display: inline-block;
width: 100%;
text-align: center;
}
.eventLink {
text-align: left;
display: inline-flex;
gap: 1rem;
align-items: center;
font-feature-settings: "palt";
font-family: 'YakuHanJP', 'M PLUS 1p', sans-serif;
font-weight: 500;
font-size: 1.2rem;
line-height: 1.4;
margin-bottom: 0;
background-color: rgba(0,165,230,1);
color: #FFF;
padding: 0.5em 1em;
border-radius: 1em;
text-decoration: none;
}
.eventLink:after {
content: "";
display: block;
width: 24px;
height: 24px;
background-image: url(/base/shinjuku/img/eat2033_event_arrow.svg);
background-repeat: no-repeat;
background-size: contain;
}


/* slider */
.slider {
  /*opacity: 0;
  transition: opacity 0.2s linear 0.5s;*/
}
.slider.slick-initialized{
  /*opacity: 1;*/
}
.slider li{
  width: 686px;
	margin: 0 ;
}
.slider li a img{
	width: 100%;
	opacity: 1;
	transition: all 0.2s;
}
.slider li a img:hover{
	opacity: 0.6;
}
.slider li img[usemap] {
    width: 100%;
    opacity: 1;
    transition: all 0.2s;
}



/* slick
--------------------------------------------------------- */
.slick-loading .slick-list {
	background: url(/base/departmentstore/common/img/loading.gif) center center no-repeat #FFF;
}
.slider .slick-prev,
.slider .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	display: block;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	box-sizing: border-box;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;

}

.slider  .slick-prev {
	left: -0.75rem;
	top: 50%;
	width: 2rem;
	height: 2rem;
	background: url(/base/departmentstore/common/img/main_slider_prev3.png);
	background-position: right 0.5rem center;
	background-repeat: no-repeat;
	background-color: rgba(160,160,160.8);

	z-index: 100;
}
.slider  .slick-next {
	right: -0.75rem;
	top: 50%;
	width: 2rem;
	height: 2rem;
	background: url(/base/departmentstore/common/img/main_slider_next3.png);
	background-position: left 0.5rem  center;
	background-repeat: no-repeat;
	background-color: rgba(160,160,160.8);

	z-index: 100;
}

/* Dots */
.slick-dotted.slick-slider {
}

.slick-dots {
    position: absolute;
    bottom: 0px;
    display: block;
    width: 100%;
    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;
}

@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;
  }
}

.btn {
display: inline-block;
position: relative;
line-height: 1;
cursor: pointer;
position: relative;
width: fit-content;
background-color: #dd84ac;
color: #FFF;
text-align: center;
text-decoration: none;
padding: 0.5em ;
}
.webreserve .btn {
background-color: #5eac48;
}
.btn.btn--orange {
background-color: #e17b7e;
}
