/*-------------------------------------------------------------------------------------------------------------------------------
* 基本設定
-------------------------------------------------------------------------------------------------------------------------------*/
@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;600;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;500;600;700&display=swap');

.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 {
}

#contents p.description:before,
#contents p.description:after {
  content: " ";
  display: table;
}
#contents p.description:after {
  clear: both;
}
#contents p.description {
  *zoom: 1;
}

/*-----------------------------
schedule
-----------------------------*/
#schedule{
  display: block;
  position: fixed;
  width: 89px;
  right: 0;
  top: 400px; 
}
#schedule a{
text-decoration: none;
}
#schedule img{
width: 100%;
height: auto;
}
@media screen and (max-width: 767px) {
#schedule{
    width: 11.868vw;
}
}
@media print {
#schedule{
      display: none !important; 
}
}


/*-----------------------------
pagetop
-----------------------------*/
#pagetop {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 70px; 
}
#pagetop a {
display: flex;
justify-content: center;
align-items: center;
color: rgba(234,35,0,1);
background-color: rgba(255,255,255,0.5);
width: 5rem;
height: 5rem;
border-radius: 2.5rem;
font-size: 1.6rem;
font-family: 'YakuHanJP', 'Noto Sans JP', sans-serif;
font-weight: 800;
text-decoration: none;
position: relative;
}
#pagetop a:after {
  content: '';
  width: 1rem;
  height: 1rem;
  border-top: solid 2px #ea2300;
  border-right: solid 2px #ea2300;
  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; 
} 
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}
.container {
}



.contentWrapper {
width:100%;
text-align: center;
}
@media screen and (min-width: 768px) {
.contentWrapper {
padding: 8rem 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: 10vw 3vw;
}
}


/* contents
=================================================================== */
#contents {
  max-width:100%;
  box-sizing:border-box;
}
#contents p img {
  max-width:100%;
}
#contents img {
  width:100%;
  vertical-align:bottom;
}
#contents small {
  font-weight: normal;
}


/* ----- header ----- */
.contentHeader {
    width:750px;
    margin:4rem auto 0;
}
.contentHeader h1 img{
    width:100%;
}
.contentHeaderText{
    margin:0 auto;
}
.contentHeaderText p{
    font-size:25px;
    text-align:center;
    line-height: 1.8em;
    font-family: 'YakuHanJP', 'Noto Sans JP', sans-serif;
    letter-spacing: -0.1em;
}
.contentLink{
    width: 100%;
    max-width: 334px;
    margin: 8rem auto;
}
.contentLink li {
    display: block;
    background-color:#FFFFFF;
    border:4px solid #000;
    border-radius: 7px;
}
.contentLink li p{
    font-size:22px;
    text-align:center;
    font-family: 'YakuHanJP', 'Noto Sans JP', sans-serif;
    font-feature-settings: "palt";
    margin-top:18px;
    margin-bottom:18px;
    line-height: 1.6em;
}

.contentLink .colorG p{
    color:#39b54a;
}
.contentLink li .textTitle{
    font-size:28px;
    font-weight:600;
}
.contentLink li a {
    text-decoration:none;
}

.contentLink li.colorG{
    border-color:#39b54a;
}
.contentLink li.colorG a{
    color:#39b54a;
}
.contentLink .colorR{
    color:#ff0000;
    font-weight:500;
}
.contentLink .colorB{
    color:#231f20;
}
.contentLink li .linkImg{
    width:132px;
    margin:0 auto;    
    margin-bottom:20px;
}


@media screen and (max-width: 768px) {
.contentHeader {
    width:100%;
}
.contentHeaderText{
    width:100%;
    margin:0 auto;
}
.contentHeaderText p{
    font-size:3.26vw;
}
.contentLink{
    max-width: 44.533%;
}
.contentLink li {
    width: 100%;
    border:0.6vw solid #000;
    border-radius: 1.2vw;
}
.contentLink li p{
    font-size:2.85vw;
    margin-top: 2.67vw;
    margin-bottom: 2.67vw;
}
.contentLink li .textTitle{
    font-size:3.8vw;
}
.contentLink li .linkImg{
    margin-bottom: 2.67vw;
    width:17.6vw;
}
}

/* ----- subTitle ----- */
.subTitleWrapper{
    width:695px;
    margin:0 auto;
}
.subTitle h2{
    font-size:32px;
    font-family: 'YakuHanJP', 'Noto Sans JP', sans-serif;
    font-weight:600;
    text-align:center;
    letter-spacing:3px;
    text-decoration-line:underline;
    text-decoration-thickness:3px;
    text-underline-offset:12px;
    margin-top:80px;
    color:#c1272d;
}
.subTitleWrapper .subText{
    font-family: 'YakuHanJP', 'Noto Sans JP', sans-serif;    
}
.subTitleWrapper .subText .subText_p{
    font-size: 26px;
    line-height:1.6em;
}
.subText .subText_p{
    margin-top:25px;
}
.subText .subText_p.mt_50{
    margin-top:50px;
}
.subTitleWrapper .subText .bold{
    font-weight:600;
}
.subTitleWrapper .subText small{
    letter-spacing:-0.06em;
}

@media screen and (max-width: 768px) {
.subTitleWrapper{
    width:93%;
    margin:3em auto 0;
}
.subTitle h2{
    font-size:4.28vw;
    margin-top:2em;
}
.subText .subText_p{
    margin-top:3.33vw;
}    
.subTitleWrapper .subText{
    margin-top:6.66666vw;
}
    .subText .subText_p.mt_50{
    margin-top:6.66666vw;
}
.subTitleWrapper .subText .subText_p{
    font-size: 3.46vw;
} 
}
@media screen and (max-width: 415px) {
.subTitleWrapper{
    width:94%;
}
}
/* ----- floor ----- */
.floorTitle{
    margin-top:50px;
}
.floorTitle p{
    font-size:28px;
    line-height:1em;
    margin-top:4px;
    font-family: 'YakuHanJP', 'Noto Sans JP', sans-serif;
    font-weight:600;
}
.floorTitle p .small{
    font-size:22px;
    vertical-align: top;
}
.floorNote{
    margin-top:11px;
}
.floorNote p{
    font-size:26px;
    line-height:1.7em;
    font-family: 'YakuHanJP', 'Noto Sans JP', sans-serif;
}
.floorMapWrapper{
    width:690px;
}
.floorMap{
    margin-top:10px;
}
@media screen and (max-width: 768px) { 
.floorTitle p{
    font-size:3.72vw;
    margin-top:0.3vw;
}
.floorTitle p .small{
    font-size:2.93333vw;
}
.floorNote{
    margin-top:1.8vw;
}
.floorNote p{
    font-size:3.48vw;
}
.floorMapWrapper{
    width:99%;
}    
.floorMap{
    margin-top:2vw;
}   
}
@media screen and (max-width: 415px) { 
.floorTitle p{
    font-size:3.6vw;
    margin-top:1vw;
}
.floorTitle p .small{
    font-size:2.8vw;
}
}
@media screen and (max-width: 330px) { 
.floorTitle p{
    font-size:3.5vw;
}
}

/* ----- link ----- */
.linkWrapper{
    width:750px;
    margin:0 auto;
    padding-bottom:40px;
    
}
.linkWrapper .subTitle h2{
    margin-top:0px;
    

}
.linkWrapper .subTitle h2{
    font-size:40px;
    text-decoration: none;
}

.linkTitle{
    margin-top:40px;
    margin-bottom:30px;
}

.linkTitle h3{
    font-size: 25px;
    text-align: center;
    font-family: 'YakuHanJP', 'Noto Sans JP', sans-serif;
    font-weight: 600;
    text-decoration-line: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 10px;    
}
.linkFlex{
}
.linkImage{
    margin-top:10px;
}
.linkFlex .linkImage{
    width:91.8%;
    margin-left:auto;
    margin-right:auto;
}
.link02 .linkImage{
    width:91.8%;
    margin-left:auto;
    margin-right:auto;
}
@media screen and (max-width: 768px) {
.linkWrapper{
    width:100%;
    padding-bottom: 5.3333vw;;
}
.linkWrapper .subTitle h2{
    font-size: 5.33333vw;
    padding-top: 10.66666vw;
}    
.linkTitle{
    margin-top:5.33333vw;
    margin-bottom:4vw;
}
.linkTitle h3{
    font-size: 3.33333vw;
}
.linkImage{
    margin-top:1.3333vw;
}

}


/* ----- scheduleNotes ----- */
.scheduleNotes {
    text-align: left;
    width: 91.8%;
    margin-top:15px;
    margin-left:auto;
    margin-right:auto;
}
.scheduleNotes ul {
}
.scheduleNotes ul li{
    font-size:22px;
    letter-spacing:-0.05em;
    font-family: 'YakuHanJP', 'Noto Sans JP', sans-serif;   
}
.scheduleNotes a {
    
    color: #ff0000;
    text-decoration: none;
}



@media screen and (max-width: 768px) {
.scheduleNotes {
  padding-top:0;    
  width: 93.6%;
}

.scheduleNotes ul li{
font-size: 2.93333vw;
}  
}

/* ----- onlineTitle ----- */
.onlineWrapper{
    width:690px;
    margin:85px auto 0;
}
.onlineTitle{
    border:4px solid #b3b3b3;
}
.onlineTitle h3{
    font-size:25px;
    text-align:center;
    font-family: 'YakuHanJP', 'Noto Sans JP', sans-serif;
    font-weight:600;
}
.onlineFlex {
    margin-top:34px;
    display:flex;
    justify-content: space-between;
}
.onlineImg{
    width:268px;
}
.onlineImg p{
    width:100%;
  vertical-align:bottom;
}

.onlineText{
    width:400px;
}
.onlineText p{
    font-size:26px;
    line-height:1.42em;
    font-family: 'YakuHanJP', 'Noto Sans JP', sans-serif;
}

@media screen and (max-width: 768px) {
.onlineWrapper{
    width:92%;
    margin:3em auto 0;
}
.onlineTitle{
    border:0.6vw solid #b3b3b3;
}
.onlineTitle h3{
    font-size:3.338vw;
}
.onlineFlex {
    margin-top:4.45vw;
}
.onlineImg{
    width:38.84%;
}
.onlineText p{
    font-size:3.42vw;
}
.onlineText{
    width:57.9%;
}
    
}


/* ----- category ----- */
.categoryWrapper{
    width:750px;
    margin-left:auto;
    margin-right:auto;
    padding-bottom:50px;
}
.category01{
    background-color:#39b54a;
}
.category02{
    background-color:#f19ec9;
}
.category03{
    background-color:#f6c242;
}
.category04{
    background-color:#6a99d0;
}
.category05{
    background-color:#941844;
}
.category06{
    background-color:#ed7c31;
}

.category05.categoryWrapper{
    padding-bottom:50px;
}
@media screen and (max-width: 768px) {
.categoryWrapper{
}
.category05.categoryWrapper{
    padding-bottom:6.66666vw;
}
}
.categoryWrapper .categoryTitle{
}
.categoryItem{
    width:690px;
    margin-left:auto;
    margin-right:auto;
    background-color: #fff;
    border-radius: 8px;
}
.categoryItem:last-child{
    padding-bottom:10px;
}
.categoryItemInner{
    width:635px;
    margin-left:auto;
    margin-right:auto;
    padding-top:1px;
}

.itemTitle{
    margin-top:50px;
}

.itemTitle.itemTitle01{
    color:#39b54a;
}
.itemTitle.itemTitle02{
    color:#f19ec9;
}
.itemTitle.itemTitle03{
    color:#f6c242;
}
.itemTitle.itemTitle04{
    color:#6a99d0;
}
.itemTitle.itemTitle05{
    color:#941844;
}
.itemTitle.itemTitle06{
    color:#ed7c31;
}
.itemTitle.top{
    margin-top:50px;
}
@media screen and (max-width: 768px) {
.itemTitle.top{
    margin-top:6.66666vw;
}  
}
.itemWrapper{
    display:flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center
}
.itemWrapper.flex2{
    justify-content: space-evenly
}
.itemWrapper.flex1 .item{
    width:260px;
}
.itemWrapper.flex1 .item.wide01{
    width:300px;
}
.itemWrapper.flex2 .item.wide01{
    width:300px;
}
.itemWrapper.flex1 .item.wide02{
    width:330px;
}
.itemWrapper.flex2 .item,.itemWrapper.flex2 p{
    width:260px;
}
.itemWrapper.flex3 .item{
    width:200px;
}
.itemTitle p{
    font-size:25px;
    font-family: 'YakuHanJP', 'Noto Sans JP', sans-serif;
    font-weight:400;
    text-align: center;
    line-height: 1.44em;

}
.item{
    margin-bottom:35px;
}
.item p{
    font-size:18px;
    font-family: 'YakuHanJP', 'Noto Sans JP', sans-serif;
    font-weight:400;
    text-align: center;
    color:#666666;    
    margin-top:20px;
    line-height: 1.38em;
}

.categoryTitle h3{
    font-size:25px;
    text-align:center;
    font-family: 'YakuHanJP', 'Noto Sans JP', sans-serif;
    font-weight:600;
}
.categoryTitle h4{
    font-size:25px;
    text-align:center;
    font-family: 'YakuHanJP', 'Noto Sans JP', sans-serif;
    font-weight:600;
    text-decoration: underline;
    text-decoration-thickness:3px;
    text-underline-offset:12px;
}
@media screen and (max-width: 768px) {
.categoryWrapper{
    width:100%;
    padding-bottom:6.6666vw;     
}
.categoryItemInner{
    width:94%;
    padding-top:0.1vw;
}
.category01{
    
}
.categoryWrapper .categoryTitle{

}
.categoryItem{
    width:92%;
}
.item{
    margin-bottom:4.005334vw;
}
.item p{
    font-size:2.4vw;
    margin-top:1.8vw;
}    
.itemWrapper.flex1 .item{
    width:40.945%;
}
.itemWrapper.flex1 .item.wide01{
    width:47.2%;
}   
.itemWrapper.flex1 .item.wide02{
    width:51.92%;
}    
.itemWrapper.flex2 .item{
    width:40.945%;
}
.itemWrapper.flex2 .item.wide01{
    width:47.2%;
}      
.itemWrapper.flex2 p{
    width:100%;
}
.itemWrapper.flex2 p.sp{
    width:41.116%;
}
.itemWrapper.flex3 .item{
    width:31.63%;
}
.itemTitle{
    margin-top:3.3333vw;
    margin-bottom:3.3333vw;
}
.itemTitle p{
    font-size:3.33333vw;
}

.categoryItem:last-child{
    padding-bottom:9.33333vw;
}
#category05 .categoryItem:last-child{
    padding-bottom:10px;
}  
.categoryTitle h3{
    font-size:3.3333vw;
}
.categoryTitle h4{
    font-size:3.3333vw;
    text-decoration-thickness:0.4vw;
    text-underline-offset:1.6vw;
}

}


/* ----- saleWrapper ----- */
.saleWrapper{
    width:750px;
    margin-top:65px;
    margin-left:auto;
    margin-right:auto;
}


@media screen and (max-width: 768px) {
.saleWrapper{
    width:100%;
}
}

/* ----- footer ----- */
.footerNotes {
  text-align: left;
  margin: 40px auto;
  width: 690px;
}
.footerNotes ul {
}
.footerNotes ul li{
    font-size:22px;
    letter-spacing:-0.05em;
font-family: 'YakuHanJP', 'Noto Sans JP', sans-serif;
}
.footerNotes ul li a{
    text-decoration: none;
}

@media screen and (max-width: 768px) {
.footerNotes {
  margin:3em auto;
  width: 92%;
}
.footerNotes ul li{
    font-size:2.93333vw;
}
  .contentInner {
  margin: 0 auto;
  overflow: visible;
  }
  .content {
    padding: 0 ;
  }
}

.notes {
  text-align: left;
  margin: 15px auto 20px;
}
.notes ul {
}
.notes ul li{
    font-size:22px;
    letter-spacing:-0.05em;
font-family: 'YakuHanJP', 'Noto Sans JP', sans-serif;
}
@media screen and (max-width: 768px) {
.notes {
  margin:0.5em auto 1.5em;
}
.notes ul li{
    font-size:2.93333vw;
}
}

.topicsTitle {
  padding-bottom:20px;
}
.topicsTitle h3{
  padding:12px;
  background-color:#2a2a2a;
  font-size:32px;
  font-weight:bold;
  font-weight: 500;
  line-height:1;
  font-feature-settings: "palt";
  font-family: 'YakuHanJP', 'Noto Sans JP', sans-serif;
  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: 24px;
}
.group3 .topicsDetail {
max-width: calc((100% - 30px) / 2);
padding: 0;
position: relative;
border-radius: 4px;
box-sizing: border-box;
}

@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;
background-color: #FFF;
}
.group2 .topicsDetail .topicsDetailInner .topicsDetailPhoto {
width: 545px;
}
.group2 .topicsDetail .topicsDetailInner  .topicsDetailText {
width: calc(100% - 545px);
}
}

.group3 .topicsDetail .topicsDetailInner{
display: flex;
gap: 0;
}
.group3.col3 .topicsDetail .topicsDetailInner {
display: block;
}
.group3.col2 .topicsDetail .topicsDetailInner {
display: block;
}
@media screen and (max-width: 767px) {
.group3 .topicsDetail .topicsDetailInner {
display: block;
}
}
#contents .ItemDescription {
background-color: rgba(255,255,255,0.7);
}
#contents .ItemDescription p.ItemDescriptionText {
font-feature-settings: "palt";
font-family: "YakuHanJP";
font-weight: 400;
line-height: 1.5;
font-size: 1.2rem;
box-sizing: border-box;
padding: 1.5rem 1.5rem 1.5rem 1.5rem;
position: relative;
}
#contents .ItemDescription p.ItemDescriptionText.ItemDescriptionTextCopy,
#contents .ItemDescription p.ItemDescriptionText span.ItemDescriptionTextCopy {
font-feature-settings: "palt";
font-family: "YakuHanMP", "M PLUS 1p";
font-weight: 400;
font-size: 1.1rem;
}
#contents .ItemDescription p.ItemDescriptionText + p.ItemDescriptionText {
padding-top: 0;
padding-bottom: 3rem;
}
@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 2rem 2vw;
}
#contents .ItemDescription p.ItemDescriptionText {
padding: 2vw 2vw 1.5rem 2vw;
font-size: 0.85rem;
}

}
.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.5rem;
background-color: rgba(245,235,211,1);
border-radius: 3px;
position: relative;
}
.group2 .topicsDetailText {
box-sizing: border-box;
padding: 2rem 1.5rem 0.5rem 1.5rem;
}
.group3 .topicsDetailText {
box-sizing: border-box;
padding: 1.5rem 1.5rem 0 1.5rem;
position: relative;
}
@media screen and (min-width: 768px) {
.group2 .topicsDetailText {
min-height: 13rem;
}
.group3 .topicsDetailText {
width: calc(100% - 220px);
min-height: 13rem;
}
.group3.col3 .topicsDetailText {
width: 100%;
min-height: 12rem;
padding-bottom: 2rem;
}
.group3.col2 .topicsDetailText {
width: 100%;
min-height: 11rem;
padding-bottom: 2rem;
}
.group3 .topicsDetailText:only-child {
width: 100%;
}

}
.topicsDetailPhoto {
padding: 0px ;
box-sizing: border-box;
width: 100%;
display: block;
position: relative;
}
.col2 .topicsDetailPhoto {
aspect-ratio: 1 / 1;
background-color: #FFF;
}

@media screen and (min-width: 768px) {

.col3 .topicsDetailPhoto {
width: 100%;
}
.col2 .topicsDetailPhoto {
width: 100%;
}
}

@media screen and (max-width: 767px) {

  .topicsColumn {
    margin: 0 auto ;
    transform: inherit;
  }
  .group3.topicsColumn {
    gap: 3vw;
  }
  .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 : 4vw 2vw 4vw 2vw;
  }
  #contents .topicsDetail p {
    font-size: 0.85rem;
    line-height: 1.5;
  }

  .topicsDetailPhoto {
    width: 100%;
    margin-bottom: 0;
    float: none;
  }
  .group2 .topicsDetail {
  padding: 0px;
  margin-bottom: 12px;
  }
  .group3 .topicsDetail {
  max-width: 100%;
  padding: 0;
  overflow: visible;
  }
}

#contents .topicsDetailPhoto  img{
  width: 100%;
  box-sizing: border-box;
}
#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.1rem;
font-feature-settings: "palt";
font-family: 'YakuHanJP', 'Noto Sans JP', sans-serif;
font-weight: 400;
margin-bottom: 0.8rem;
}
#contents .topicsDetail p.itemKaijou,
#contents .topicsDetail .itemKaijou ,
#contents .topicsDetail p.itemKaiki,
#contents .topicsDetail .itemKaiki {
font-size: 1rem;
letter-spacing: normal;
font-feature-settings: "palt";
font-family: 'YakuHanJP', 'Noto Sans JP', sans-serif;
text-align: left;
color: rgba(79,64,59,1);
font-weight: 500;
line-height: 1.15;
margin: 0 0 0.5rem; 
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.2rem;
font-weight: 700;
vertical-align: sub;
}
#contents .topicsDetail .ItemDescription .ItemDescriptionText .itemKaiki {
font-size: 1rem;
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.4rem;
letter-spacing: normal;
font-feature-settings: "palt";
font-family: 'YakuHanJP', 'Noto Sans JP', sans-serif;
text-align: left;
color: rgba(207,64,59,1);
font-weight: 500;
line-height: 1.5;
margin: 0 0 0.5rem;
}
#people .topicsDetail .itemTitle {
color:#f39b35;
}
#social .topicsDetail .itemTitle {
color:#7ec04a;
}
#planet .topicsDetail .itemTitle {
color:#00a5e6;
}

.topicsDetail .itemTitle a {
color: inherit;
text-decoration: none;
}
.topicsDetail .itemTitle {
}
#contents .topicsDetail p.kaijou {
font-feature-settings: "palt";
font-family: "YakuHanJP";
font-weight: 400;
line-height: 1.5;
font-size: 1rem;
}
.topicsDetail .itemTitle small {
font-size: 1rem;
font-family: "YakuHanJP";
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: 0.85rem;
line-height: 1.15;
margin-bottom: 1.5rem;
}
#contents .topicsDetail p.itemKaiki strong {
font-size: 1.2rem;
}
#contents .topicsDetail p.kaijou {
font-size: 0.85rem;
}

  .topicsDetail .itemTitle {
    font-size: 1rem;
    line-height: 1.4;
  }
}

.topicsDetail ul.spec {
margin-bottom: 1.2rem;
}
#contents .topicsDetail ul.spec li.date {
font-size: 0.85rem;
color:#000;
font-feature-settings: "palt";
font-family: "YakuHanJP";
display: inline-flex;
align-items: center;
justify-content: center;
padding: 0.25rem 0.5rem;
border-radius: 0.5rem;
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: 1rem;
  color:#000;
  font-feature-settings: "palt";
  font-family: "YakuHanJP";
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";
}


.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.85rem;
  }
  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: 'M PLUS 1p', 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: 'M PLUS 1p', 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;

  }
#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;
}

}

[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: 6px;
left: 0;
padding: 0.5rem 1rem;
margin: -2rem auto 0 auto;
line-height: 1;
text-decoration: none;
font-size: 1rem;
cursor: pointer;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
max-width: 140px;
text-align: center;
background-color: #f39b35;
color: #FFF;
border: none;border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-o-border-radius: 4px;
-ms-border-radius: 4px;
box-sizing: border-box;
}
#people [data-readmore-toggle].readMore,
#people [data-readmore-toggle].readMore,
#people [data-readmore-toggle].readLess,
#people [data-readmore-toggle].readLess,
#people [data-readmore-toggle].readMore,
#people [data-readmore].readMore,
#people [data-readmore-toggle].readLess,
#people [data-readmore].readLess {
background-color: #f39b35;
}
#social [data-readmore-toggle].readMore,
#social [data-readmore-toggle].readMore,
#social [data-readmore-toggle].readLess,
#social [data-readmore-toggle].readLess,
#social [data-readmore-toggle].readMore,
#social [data-readmore].readMore,
#social [data-readmore-toggle].readLess,
#social [data-readmore].readLess {
background-color: #7ec04a;
}
#planet [data-readmore-toggle].readMore,
#planet [data-readmore-toggle].readMore,
#planet [data-readmore-toggle].readLess,
#planet [data-readmore-toggle].readLess,
#planet [data-readmore-toggle].readMore,
#planet [data-readmore].readMore,
#planet [data-readmore-toggle].readLess,
#planet [data-readmore].readLess {
background-color: #00a5e6;
}
.readMore:before,
.readLess:before  {
  vertical-align: middle;
  display:inline-block;
  content:"";
  width: 15px;
  height: 15px;
  background-image: url("/base/shinjuku/img/ta23_arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  box-sizing:border-box;
  margin-right: 6px;
  background-size: contain;
}
.readLess:before  {
  transform: scale(1, -1);
}

@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: -5vw 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 {
}

#conent1,
#conent2,
#conent3 {
/*page-break-before: always;*/
}
.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;
}
}


.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";
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;
}

@media (min-width: 768px) {


.tcnInsta dl dd {
font-size: 0.85em;
}
}
@media screen and (max-width: 767px) {


.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";
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;
    }
}
.c-radio {
display :none;
}
.btn {
display: flex;
justify-content: center;
margin: 2rem auto 2rem;
gap: 2rem;
}
.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: 1rem;
box-sizing: border-box;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
font-family: "YakuHanJP";
font-weight: 400;
}
.list_item .col1 span {
display: block;
font-size: 1rem;
}
.list .list_item .col1 span.list_item--uriba {
font-size: 0.92rem;
}
.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", serif;
font-size: 1.4rem;
font-weight: 700;
margin-bottom: 1rem;
}
.list_item h3 .yoyaku {
font-family: "YakuHanJP";
font-weight: 400;
font-size: 90%;
background-color: #C00;
color: #FFF;
display: inline-flex;
line-height: 1;
padding: 0.25rem 0.5rem;
border-radius: 4px;
margin-right: 0.5rem;
}
.list_item h3 a.test{
text-decoration: none;
color: inherit;
}

.list_item .col2 {
flex-basis: 82%;
flex-grow: 1;
padding: 1em;
font-family: "YakuHanJP";
font-weight: 400;
}
.list_item .col2 a.test {
color: inherit;
text-decoration: none;
}
#contents .list_item p {
font-size: 1rem;
}
#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.85rem;
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: 1rem;
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.5rem;
/*margin-right: 2px;*/
flex-basis: 25%;
}
.list_item .col1 span {
font-size: 0.85rem;
}

.list_item .col2 {
padding: 0.5rem;
}
#contents .list_item p {
font-size: 0.85rem;
}

.list_item h3 {
font-size: 1rem;
}

.list_item p {
font-size: 0.85rem;
}
.list .list_item .col1 span.list_item--uriba {
font-size: 0.72rem;
}
.list_item p.gentei {
font-size: 0.72rem;
}

}


@media screen and (min-width: 768px) {
a.telto {
pointer-events: none;
color: inherit;
text-decoration: none;
}
}
.ib {
display: inline-block;
}

.contentWrapper .ItemDescriptionText a[href*="https://takashimaya-2.resv.jp/"],
.contentWrapper .ItemDescriptionText a[href*="https://www.abc-cooking.co.jp/"],
a.reserve,
.contentWrapper .ItemDescriptionText a.link {
display: block;
width: calc(100% - 2rem);
background-color: #00a5e3;
color: #FFF;
font-weight: bold;
font-size: 92%;
text-align: center;
text-decoration: none;
margin: 0.25rem auto;
padding: 0.5em ;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}
.contentWrapper .reserveCont .ItemDescriptionText a[href*="https://takashimaya-2.resv.jp/"],
.contentWrapper .reserveCont .ItemDescriptionText a[href*="https://www.abc-cooking.co.jp/"],
a.reserve {
background-color: #ed7faf;
}
@media screen and (max-width: 767px) {
.contentWrapper .ItemDescriptionText a[href*="https://takashimaya-2.resv.jp/"],
.contentWrapper .ItemDescriptionText a[href*="https://www.abc-cooking.co.jp/"],
a.reserve {
padding: 0.25em;
font-size: 72%;
width: 100%;
font-weight: normal;
}
}
.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;
}

