/*-------------------------------------------------------------------------------------------------------------------------------
* 基本設定
-------------------------------------------------------------------------------------------------------------------------------*/
@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@500;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;
}

.topicsDetailText:before,
.topicsDetailText:after {
  content: " ";
  display: table;
}
.topicsDetailText:after {
  clear: both;
}
.topicsDetailText {
  *zoom: 1;
}
.container {
  background-color: #f3f1ee;
}


.textS {
  font-size: 85%;
}

#contents p.description:before,
#contents p.description:after {
  content: " ";
  display: table;
}
#contents p.description:after {
  clear: both;
}
#contents p.description {
  *zoom: 1;
}


.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);
}


#wrapper {
  width:100%;

}
#wrapper 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;
}
#wrapper a:hover {
  opacity:0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity:0.7;
  -khtml-opacity: 0.7;
}
#wrapper a.test {
  text-decoration: none;
  color: inherit!important;
}
@media screen and (max-width:767px) {
  #wrapper {
    padding: 0 1vw;
  }
}

/* contents
=================================================================== */
#contents {
  max-width:100%;
  box-sizing:border-box;
  overflow: hidden;
}
#contents p img {
  max-width:100%;
}
#contents p img.imsmall {
  max-width:40%;
}
#contents p img.fll,
.topicsDetail h4 img.fll  {
  float: left;
  margin: 0 1em 1em 0;
  max-width:40%;
}
#contents p img.flr,
.topicsDetail h4 img.flr {
  float: right;
  margin: 0 0 1em 1em;
  max-width:40%;
}
#contents p img.sml {
  max-width:20%;
}

#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: 18vw 0 0;
  padding: 0 0 0;
  position: relative;
  background-image: url(/base/shinjuku/img/bimi250905_header_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
@media screen and (min-width: 768px) {
  .contentHeader {
  }
}
.contentHeaderImage {
  display: flex;
  height: 24vw;
  position: relative;
}
.contentHeaderImage:after {
  content:"";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(20,20,20,1) 0%, rgba(20,20,20,0) 50%);
}
.contentHeaderImage li {
  height: 100%;
}
.contentHeaderImage li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.header-logo__wrapper {
  width: 100%;
  margin: 0 auto ;
  text-align: center;
  box-sizing: border-box;
  padding: 3em 0;
  text-align:center;
  position: relative;
}
.header-logo {
}
.header-logo img {
  width: 100%;
  max-width: 980px;
  height: auto;
}
.header-kaikikaijou {
  width: 100%;
  max-width: 650px;
  margin: 1em auto ;
}
.header-kaiki {
margin-bottom: 1em;
}
.header-kaiki img {
  width: 100%;
  height: auto;
}
.header-kaijou img {
  width: 100%;
  height: auto;
}
.header-copy {
  background-color: #333;
  padding: 1em 0;
}
.header-copy-inner {
  display: block;
  margin: 0 auto 0;
  max-width: 980px;
  text-align :left;
}
#contents .header-copy-inner li {
  display: inline-block;
  font-feature-settings: "palt";
  font-family: "YakuHanJP", "M PLUS 1p";
  font-size: 0.86em;
  color: #FFF;
}
#contents p.header-notes {
  font-feature-settings: "palt";
  font-family: "YakuHanJP", "M PLUS 1p";
  font-size: 1em;
  text-align: left;
  margin: 1em 0 0 0;
  margin: 0 auto 0;
  max-width: 980px;
}
#contents p.header-notes2 {
  font-feature-settings: "palt";
  font-family: "YakuHanJP", "M PLUS 1p";
  font-size: 1.2em;
  text-align: center;
  margin: 2em auto -1em;
  padding: 1em;
  border: 1px solid #F00;
  color: #F00;
  width: 100%;
  max-width: 980px;
}

.footerNavi {
  width: 100%;
  max-width: 738px;
  margin: 0 auto 80px;
  display: flex;
  justify-content: space-between;
}
#contents .footerNavi li {
  width: 100%;
  font-family: "YakuHanJP", "M PLUS 1p";
  font-size: 1.8em;
  font-weight: 600;
  -moz-box-shadow: 3px 4px 12px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 3px 4px 12px 1px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 3px 4px 12px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 3px 4px 12px 1px rgba(0, 0, 0, 0.5);
  background-color: rgb(245,220,218);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#contents .footerNavi li a {
  padding: 12px 18px 12px 1em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  color:#ad4961;
  width: 100%;
}
#contents .footerNavi li a .footerNaviText {
  width: 100%;
  text-align: center;
}
.footerNavi li a:after {
  display: block;
  content:"";
  background-size: contain;
  width: 54px;
  height: 54px;
  background-image: url(/base/shinjuku/img/am_arrow01.png);
  background-repeat: no-repeat;
}


@media screen and (max-width: 768px) {
  .contentHeader {
  }
  .header-logo__wrapper {
    padding: 3vw;
    margin: 0 auto 0 auto;
  }
  .header-logo img {
  }
  #contents .header-copy {
    font-size: 0.6em;
    padding: 3vw;
    line-height: 1.3;
  }
  #contents .header-copy-inner li {
    font-size: 1em;
  }
  .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;
  }
  #contents p.header-notes2 {
    font-size: 1.0em;
    margin: 1vw auto 1vw;
    padding: 5vw;
    width: 98vw;
  }

}

/* ----- conent ----- */
.contentWrapp {
  padding: 0;
  width: 100%;
  max-width: 980px;
  box-sizing:border-box;
  position: relative;
  background-color: #FFF;
  margin: 0 auto 4px;
  border-radius: 6px;
}
.contentWrapp:last-child {
  margin: 0 auto 0;
}
.coupon {
  border: 1px solid #F00;
  padding: 1em;
}
.coupon h2 {
  font-feature-settings: "palt";
  font-family: "YakuHanJP", "M PLUS 1p";
  font-weight: 800;
  font-size: 2em;
  color: #eb6d8e;
  text-align: center;
}
@media screen and (max-width:767px) {
  .coupon {
    border: 1px solid #F00;
    padding: 0;
  }
  .coupon p {
    padding: 0 1em;
  }
  .coupon h2 {
    font-size: 1.6em;
    line-height: 1.3;
    padding: 4vw;
  }
  .coupon h2 img.show-PCx {
    display: none;
  }
}
.couponTistleText {
  display: inline-block;
  margin: 0 0.5em;
}
#wrapper .couponTistleText a {
  color: inherit;
  text-decoration: none;
}
.content {
  display:block;
  width:100%;
  margin:0 auto;
  text-align:left;
  box-sizing:border-box;
}
.accordion .content {
  display:none;
  display:;
  border-left: 1px solid #DDD;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
}
.group1 {
  max-width:980px;
}
.group2 {
  box-sizing: border-box;
  margin: 0 auto 0 auto;
}
.accordion .content > h3 {
  margin: 0 auto;
  text-align: center;
  color: #FFF;
  font-size: 1.2em;
  padding: 0.5em;
}
.accordion .content > h3.jikangentei {
  background-color: #e59700;
}
.accordion .content > h3.kyoto {
  background-color: #77b323;
}
#contents .accordion .content > h3 + p {
  text-align: center;

}
.accordion .content > h3:first-child {
}

@media screen and (min-width: 768px) {
  .topicsColumn.group3 {
    padding: 40px 40px 0 40px;
  }

  .topicsColumn.group3 + .topicsColumn.group2,
  .topicsColumn.group2 + .topicsColumn.group3 {
    padding-top: 0;
  }

}


.footerNotes {
  text-align: left;
  margin: 0 auto ;
  width: 100%;
  padding: 2em ;
}
.footerNotes ul {
  margin: 0 auto ;
  max-width: 980px;
}
#contents .footerNotes ul li{
  font-size: 1.2em;
  line-height: 1.6;
  letter-spacing: normal;
  color: #000;
  padding: 0 0;
  font-feature-settings: "palt";
  font-family: "YakuHanJP", "M PLUS 1p";
}


@media screen and (max-width: 768px) {
  .contentWrapp {
    margin: 0 auto 1vw;
  }
  .content {
    padding: 0 ;
  }
  .group2 {
  }

  .footerNotes {
    padding: 0;
  }
  #contents .footerNotes ul li{
    font-size: 0.86em;
  }

}

.topicsTitle {
  padding-bottom:20px;
}
.topicsTitle h3{
  padding:12px;
  background-color:#2a2a2a;
  font-size:32px;
  font-weight:bold;
  line-height:1;
  font-feature-settings: "palt";
  font-family: "YakuHanJP", "M PLUS 1p";
  font-weight: 600;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
}
.topicsTitle h3 a{
}
.topicsColumn {
  width: 100%;
  padding: 0px;
}
.group3.topicsColumn {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 2px dotted #DDD;
}

.topicsDetail {
  margin-bottom: 60px;
  width: 100%;
  max-width: 980px;
  box-sizing: border-box;
}
.date_sub3 {
  display: block;
  font-feature-settings: "palt";
  font-family: "YakuHanMP", "Noto Serif JP";
  font-size: 1.6em;
  margin-bottom: 0.25em;
  line-height: 1.4;
}
.date_sub3 small {
  font-size: 80%;
}
.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: 0 auto 0 auto;
  padding: 40px 40px 40px 40px;
  box-sizing: border-box;
  border-bottom: 2px dotted #DDD;
}
.group2 .topicsDetail:last-child {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .group2 .topicsDetail:not(:last-child) {
  }
  .date_sub3 {
    font-size: 0.92em;
  }
}
.group2 .topicsDetail {
}
.group3.topicsColumn {
  border-bottom: 1px dotted #DDD;
}
.topicsColumn + .group2 {
  padding-bottom: 0;
}
.group3 .topicsDetail {
  max-width: calc(50% - 20px);
  padding: 0 0 20px 0;
  margin-bottom: 20px;
  border-bottom: 2px dotted #DDD;
}
.group3 .topicsDetail:only-child {
  margin-bottom: 0;
  border-bottom: none;
}
.group3.bdbtm-none .topicsDetail {
}
@media screen and (min-width: 768px) {
  .group3 .topicsDetail:nth-last-child(2):nth-child(odd),
  .group3 .topicsDetail:last-child:nth-child(even) {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 40px;
  }
  .group3 .topicsDetail:only-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .group3 .topicsDetail:nth-child(odd) {
    position: relative;
  }
  .group3 .topicsDetail:nth-child(odd):after {
    /*position: absolute;
    content:"";
    width: 1px;
    height: 100%;
    border-right: dotted 2px #DDD;
    top: 0;
    right: -20px;*/
  }
  .group3.group3min .topicsDetail,
  .group3 .topicsDetail:last-child:nth-child(odd) {
    width: 100%;
    max-width: 100%;
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 40px;

  }
  .group3:last-child .topicsDetail:last-child:nth-child(odd) {
    padding: 0 0 0;
    margin-bottom:  40px;
    border-bottom: none;
  }

  .group3.group3min .topicsDetail .topicsDetailPhoto,
  .group3 .topicsDetail:last-child:nth-child(odd) .topicsDetailPhoto {
    width: 429px;
  }
  .group3.group3min .topicsDetail .topicsDetailPhoto.noImage,
  .group3 .topicsDetail:last-child:nth-child(odd) .topicsDetailPhoto.noImage {
    display: none;
  }

  .group3.group3min .topicsDetail .topicsDetailText,
  .group3 .topicsDetail:last-child:nth-child(odd) .topicsDetailText {
    width: calc(100% - 441px);
    padding: 0 0 0 1em;
  }
  .group3.group3min .topicsDetail .topicsDetailPhoto.noImage + .topicsDetailText,
  .group3 .topicsDetail:last-child:nth-child(odd) .topicsDetailPhoto.noImage + .topicsDetailText {
    width: 100%;
    max-width: 100%;
    padding: 0 0 0;
  }

  .group3.group3min .topicsDetail:after,
  .group3 .topicsDetail:last-child:nth-child(odd):after {
    display: none;
  }
}

.topicsDetailText {
  box-sizing: border-box;
  width: 100%;
}
.group1 .topicsDetailText {
  max-width: 376px;
  padding-left: 20px;
}
.group2 .topicsDetailText {
  padding: 0;
}
.group3 .topicsDetailText {
  max-width: 600px;
  padding: 0.5em 0 0;
}

.topicsDetailPhoto {
  margin-bottom: 6px;
  padding: 0px ;
  width: 100%;
  box-sizing: border-box;
  display: block;
  background-color: #FFF;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .group2 .topicsDetailPhoto {
  }
}
.topicsDetailPhoto:empty {
  display: none;
}
.topicsDetailPhoto.noImage {
  display: none;
}
#contents p.limited {
  position: absolute;
  left: 0;
  bottom:0 ;
  display: flex;
}
#contents .noImage p.limited {
  position: inherit;
}
#contents .noImage p.limited:empty {
  display: none;
}
.limited span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.4em;
  height: 3.4em;
  background-color: #F00;
  color: #FFF;
  text-align: center;
  font-size: 0.92em;
  line-height: 1.15;
}
.limited span.widthauto {
  width: auto;
  height: auto;
  padding: 0.25em 0.5em;
}
.limited span.limited {
  background-color: #fad9e7;
  color: #d0398f;
}
@media screen and (max-width: 767px) {
  .limited span {
    font-size: 0.79em;
  }
  .limited span.widthauto {
    width: auto;
  }
}
#contents .topicsDetail p.description span.eatin,
#contents .topicsDetail p.description span.debut,
#contents .topicsDetail p.description span.reserve,
#contents .topicsDetail p.description span.play,
#contents .topicsDetail p.description span.new,
#contents .topicsDetail p.description span.seiri,
#contents .topicsDetail p.description span.limited-t ,
#contents .topicsDetail p.description span.limited-s,
#contents .topicsDetail p.description  span.dgs,
#contents .topicsDetail p.description  span.cafe,
#contents .topicsDetail p.description  span.bar  {
  display: inline-flex;
  justify-content: center;
  padding: 0.1em 0.25em;
  color: #FFF;
  margin: 0 0;
  font-size: 0.92em;
}
#contents .topicsDetail span.eatin {
  background-color: #7b961c;
  text-align: center;
}
#contents .topicsDetail span.debut {
  background-color: #ea6188;
}
#contents .topicsDetail span.reserve {
  background-color: #e60012;
}
#contents .topicsDetail span.play {
  background-color: #f18d00;
}
#contents .topicsDetail span.new {
  background-color: #e6002d;
}
#contents .topicsDetail span.seiri {
  background-color: #1d2088;
}
#contents .topicsDetail span.limited-t {
  background-color: #e50049;
}
#contents .topicsDetail span.limited-s {
  background-color: #e60012;
}
#contents .topicsDetail span.dgs {
  background-color: #c1c0ab;
  color: #316038;
}
#contents .topicsDetail span.cafe {
  background-color: #ae7620;
}
#contents .topicsDetail span.bar {
  background-color: #8f7098;
}
#contents .topicsDetail span.new-aji {
  background-color: #a08224;
}

#contents .topicsDetail p.description .iconWrapper {
  display: block;
  position: relative;
  max-width: 30%;
}

#contents .topicsDetail p.description .iconWrapper span.eatin,
#contents .topicsDetail p.description .iconWrapper span.debut,
#contents .topicsDetail p.description .iconWrapper span.reserve,
#contents .topicsDetail p.description .iconWrapper span.play,
#contents .topicsDetail p.description .iconWrapper span.new,
#contents .topicsDetail p.description .iconWrapper span.seiri,
#contents .topicsDetail p.description .iconWrapper span.limited-t ,
#contents .topicsDetail p.description .iconWrapper span.limited-s {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 0;
}
.dish__kinds {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5em;
  height: 5em;
  background-color: #e6dcb7;
  color: #000;
  text-align: center;
  font-size: 1em;
  line-height: 1.15;
  border-radius: 50%;
}
#contents .topicsDetail  {
}
.hkbrand{
  color: #00a73c;
  font-weight: 600;
  font-size: 108%;
}
.group1 .topicsDetail:nth-child(even) {
  flex-direction: row-reverse;
}
.group1 .topicsDetail:nth-child(even) .topicsDetailText {
  padding-left: 0;
  padding-right: 20px;
}

.group3 .topicsDetailPhoto {
  margin-bottom: 0;

}

@media screen and (max-width: 767px) {

  .topicsColumn {
    margin: 0 auto ;
    transform: inherit;
  }
  .topicsDetail {
    margin-bottom: 20px;
    display: block;
  }
  .topicsDetailText {
    padding-left: 0px;
    max-width: 100%;
  }
  .group1 .topicsDetail {
    display: block;
  }

  .group1 .topicsDetailText {
    max-width: 100%;
    padding-left: 0;
  }

  .group1 .topicsDetail:nth-child(even) .topicsDetailText {
  }
  .group1 .topicsDetail:nth-child(even) .topicsDetailPhoto {
  }
  .topicsDetail:nth-child(even) .topicsDetailText {
  }
  .group2 .topicsDetailPhoto {
    margin: 0 auto;
    padding : 0 0 0;
    border-radius: 0;
  }
}
.group2 .topicsDetailText {
  max-width: 100%;
  padding : 1.5em;
}
.group3 .topicsDetailText {
  max-width: 100%;
  padding : 1.5em;
}

.topicsDetailPhoto {
  width: 100%;
  margin-bottom: 0;
  float: none;
}
.group2 .topicsDetail {
  padding: 0px;
  margin-bottom: 0;
}
.group3 .topicsDetail {
  max-width: 50%;
  margin-bottom: 0;
  border-bottom: 1px dotted #DDD;
  border-right: 1px dotted #DDD;
}
.group3 .topicsDetail:first-child:last-child {
  max-width: 100%;
  display: flex;
  display: block;
  padding: 12px;
}
.group3 .topicsDetail:first-child:last-child .topicsDetailText {
  max-width: 100%;
  width: 100%;
  padding: 0;
}
}

.topicsDetailPhoto img{
  width: 100%;
height: auto;
  box-sizing: border-box;
  background-color:#FFF;
}
@media screen and (min-width: 768px) {
  .topicsDetailPhoto img {
  width: 100%;
height: auto;
  }
}

.slick-slide img {
  display: block;
  width: 100%;
}
.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) {
  .topicsDetailPhoto p img{
    border:none;
    padding: 0;
  }
}

.topicsColumn__title,
.topicsDetail h4 {
  font-size: 1.6em;
  letter-spacing: normal;
  font-feature-settings: "palt";
  font-family: "YakuHanJP", "M PLUS 1p";
  margin:0 0 0;
  text-align: left;
  color: #000000;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .topicsColumn__title {
    font-size: 2.4em;
    padding: 40px 40px 0 40px;
    margin-bottom: -20px;
  }
}
@media screen and (max-width: 767px) {
  .topicsColumn__title {
    padding: 12px 12px 0 12px;
  }
}

.topicsColumn__title small,
.topicsDetail h4 small {
  font-size: 70%;
  color: #000;
  font-family: "YakuHanJP", "M PLUS 1p";
  display: inline-block;
  line-height: 1;
}
.topicsDetail h4 a{
  color: #e95383;
}
#contents .topicsDetail p.description i {
  font-style: normal;
  color: #FFF;
  background-color: #ad4961;
  display: inline-block;
  font-size: 85%;
  padding: 3px;
  margin-right: 3px;
  min-width: 1.4em;
  text-align: center;
  line-height: 1;
}

.topicsDetail h4 font[style] {
  margin-right: 6px;
}
@media screen and (max-width: 767px) {
  .topicsColumn__title,
  .topicsDetail h4 {
    font-size: 1.4em;
    line-height: 1.4;
    margin-bottom: 0.5em;
  }
}

.topicsDetail ul.spec:not(:empty) {
  margin-bottom: 0.5em;
}
.topicsDetail ul.spec li.date {
  letter-spacing: normal;
  font-size: 15px;
  color:#000;
  font-feature-settings: "palt";
  font-family: "YakuHanJP", "M PLUS 1p";
}
.topicsDetail ul.spec li.place {
  margin: 0 0 0 0;
  letter-spacing: normal;
  font-size: 15px;
  color:#000;
  font-feature-settings: "palt";
  font-family: "YakuHanJP", "M PLUS 1p";
}
.topicsDetail ul.spec:empty,
.topicsDetail ul.spec li:empty {
  display: none;
}
#contents .topicsDetail p.description {
  font-size: 1.2em;
  line-height:1.4;
  letter-spacing: normal;
  color:#000;
  padding:  0 0;
  font-feature-settings: "palt";
  font-family: "YakuHanJP", "M PLUS 1p";
}
.topicsDetail p.description img[align] {
  float:left;
  margin: 0 12px 12px 0;
}
#contents .topicsDetail p.description strong {
  font-weight: 600;
  display: inline-block;
}
#contents .topicsDetail p.description small {
  font-size: 80%;
}

#contents .topicsDetail p.description strong + br,
#contents .topicsDetail p.description strong + small + br {
  content:"";
  display: block;
  margin-bottom: 0.4em;
}
.topicsDetail ul.spec li em,
#contents .topicsDetail p.description em{
  font-style: normal;
  color: #C00;
}
#contents .topicsDetail p.description b {
  font-weight: 600;
}
.price {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  #contents .topicsDetail ul li{
    font-size: 0.92em;
  }
  #contents .topicsDetail p.description {
    font-size: 1.0em;
  }
  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;
}
.accordion .blockTitle h2 img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.accordion .blockTitle h2::after {
  position: absolute;
  bottom: 10px;
  left: calc(50% - 26px);
  content: " ";
  background-image: url(/base/shinjuku/img/bimi220325_arrow_white.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  width: 52px;
  height: 14px;
  box-sizing: border-box;
  transform: scale(1, 1);
  transition: all 0.2s;
}
.accordion .blockTitle h2.pink:after {
  background-image: url(/base/shinjuku/img/bimi220325_arrow_pink.png);
}

.accordion .blockTitle.open h2::after {
  transform: scale(1, -1);
}
.blockTitle h2.blockTitle--text {
  font-size: 2em;
  line-height:1.4;
  letter-spacing: normal;
  color:#000;
  padding:  0 0;
  font-feature-settings: "palt";
  font-family: "YakuHanMP", "Noto Serif JP";
  text-align: center;
  background-color: #f1ece7;
  aspect-ratio: 980 / 200;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .blockTitle {
  }

  .blockTitle img {
    width: auto;
    max-width: 100%;
  }
  .accordion .blockTitle h2 img {
  }
  .accordion .blockTitle h2::after {
    bottom: 2px;
    left: calc(50% - 13px);
    width: 26px;
    height: 7px;

  }
  #colBtn .blockTitle h2 {
    padding: 0.5em;
    font-size: 1.2em;
  }
}

p + [data-readmore-toggle].readMore,
p + [data-readmore-toggle].readMore,
p + [data-readmore-toggle].readLess,
p + [data-readmore-toggle].readLess,
p + [data-readmore-toggle].readMore,
p[data-readmore].readMore,
p + [data-readmore-toggle].readLess,
p[data-readmore].readLess {
  padding: 2px 5px;
  text-decoration: none;
  font-size: 1.2em;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
  margin: 4px auto 0 ;
  color:#000;
  background-color:#DDD;
  box-sizing: border-box;
}
.readMore:before,
.readLess:before  {
  vertical-align: middle;
  display:inline-block;
  content:"";
  width: 15px;
  height: 15px;
  background-image: url("/base/shinjuku/img/thumb_brown_plus.png");
  background-repeat: no-repeat;
  background-position: center center;
  box-sizing:border-box;
  margin-right: 4px;
  background-size: contain;
}
.readLess:before  {
  background-image: url("/base/shinjuku/img/thumb_brown_minus.png");
}
@media screen and (max-width: 767px) {
  p + [data-readmore-toggle].readMore,
  p + [data-readmore-toggle].readMore,
  p + [data-readmore-toggle].readLess,
  p + [data-readmore-toggle].readLess,
  p + [data-readmore-toggle].readMore,
  p[data-readmore].readMore,
  p + [data-readmore-toggle].readLess,
  p[data-readmore].readLess  {
    padding: 3vw;
    font-size: 1em;
    min-width: 120px;
  }
  .readMore:before,
  .readLess:before  {
    width: 1em;
    height: 1em;
    margin-right: 4px;
  }

}



/* main_slide
===================================================================== */
.main_slide-PC{
  margin: 5px 0 0 0;
}

.slider-PC li{
  width: 686px;
  margin: 0 ;
}
.slider-PC li a img{
  width: 100%;
  opacity: 1;
  transition: all 0.2s;
}
.slider-PC li a img:hover{
  opacity: 0.6;
}
.slider-PC 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-PC .slick-prev,
.slider-PC .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-PC  .slick-prev {
  left: -8px;
  top: 50%;
  width: 22px;
  height: 22px;
  background: url(/base/departmentstore/common/img/main_slider_prev3.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #ad4961;

  z-index: 100;
}
.slider-PC  .slick-next {
  right: -8px;
  top: 50%;
  width: 22px;
  height: 22px;
  background: url(/base/departmentstore/common/img/main_slider_next3.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #ad4961;

  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;
  background-color: rgba(255,255,255,0.5);
}
.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;
}


.modal-content {
  box-sizing: border-box;
  position: fixed;
  display: none;
  z-index: 2;
  margin: 0;
  padding: 20px 34px 20px 20px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .modal-content {
    padding: 12px;
  }
}

.modal-overlay {
  z-index: 1;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
}

.modal-open:hover {
  cursor: pointer;
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 35px;
  height: 34px;
  background-image: url("/base/shinjuku/wellbe_field/img/wellbe_brandibox_close.png");
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.modal-close:hover {
  cursor: pointer;
  color: #f00;
}


.modal-content .topicsDetail {
  margin: auto;
  width: 100%;
  max-width: 600px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.modal-content .topicsDetailText {
  box-sizing: border-box;
  width: 100%;
  max-width: 600px;
}

.modal-content .topicsDetailPhoto {
  padding: 0px ;
  width: 100%;
  box-sizing: border-box;
  width: 100%;
  max-width: 166px;
  display: block;
  background-color: #FFF;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .modal-content .topicsDetail {
  }
  .modal-content .topicsDetailText {
  }
  .modal-content .topicsDetailPhoto {
  }

}

.modal-content .topicsDetail h4 {
  font-size: 2.6em;
  letter-spacing: normal;
  font-feature-settings: "palt";
  font-family: "YakuHanJP", "M PLUS 1p";
  margin:0 0 12px 0;
  text-align: left;
  color: rgba(0,0,0,1);
  font-weight: normal;
  line-height: 1.4;
}
.modal-content .topicsDetail h4 a{
  color: rgba(0,0,0,1);
  text-decoration:none;
}

@media screen and (max-width: 767px) {
  .modal-content .topicsDetail h4 {
    font-size: 1.5em;
  }
}
.modal-content .topicsDetail ul.spec li.date {
  letter-spacing: normal;
  font-size: 1.2em;
  color:#000;
}
.modal-content  .topicsDetail ul.spec li.place {
  margin: 0 0 2em;
  letter-spacing: normal;
  font-size: 1.2em;
  color:#000;
}
#contents .modal-content .topicsDetail p.description2 {
  font-size: 1.3em;
  line-height:160%;
  letter-spacing: normal;
  color:#000;
}
#contents .modal-content .topicsDetail p.description2 small {
  line-height:1.4;
}
@media screen and (max-width: 767px) {
  #contents .modal-content  .topicsDetail p.description2 {
    font-size: 1.2em;
    line-height: 1.4;
  }
  .modal-content p.description2 img{
  }
}


.ib {
  display: inline-block;
}
@media print {
  #header,
  #eigyo,
  .nav-PC,
  #footer {
    display:none;
  }
  #storeWrapper {
    margin: 0 auto;
    padding: 0 0;
  }
  #contents .topicsDetail p.description {
    height: auto!important;
  }

  .description + [data-readmore-toggle].readMore,
  .description + [data-readmore-toggle].readMore,
  .description + [data-readmore-toggle].readLess,
  .description + [data-readmore-toggle].readLess,
  .description + [data-readmore-toggle].readMore,
  .description[data-readmore].readMore,
  .description + [data-readmore-toggle].readLess,
  .description[data-readmore].readLess {
    display:none;
  }
  .slick-slider .slick-track,
  .slick-slider .slick-list {
    max-width: 90%;
    transform: translate3d(0px, 0px, 0px)!important;
  }
  .slick-list {
    overflow: visible;
  }
  .slick-initialized .slick-slide.slick-cloned {
    display:none;
  }
  .slider-PC .slick-prev,
  .slider-PC .slick-next,
  .slick-dots {
    display:none!important;
  }
  .group2 {
    margin-top: 2em;
  }
  .topicsDetail {
    page-break-inside: avoid;
    display: block;
  }
  .group2 .topicsDetail {
    page-break-before: always;
  }
  h2 + .content .group2 .topicsDetail {
    page-break-before: avoid;
  }
  .group3.topicsColumn {
    align-items: flex-start;
    display: block;
  }
  .group3 .topicsDetail {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
  }
  .group3 .topicsDetail:nth-child(odd) {
    margin-right: 0;
  }
}



.instaWrapper {
  width: 100%;
  max-width: 980px;
  margin: 2em auto 4px;
  display: flex;
  justify-content: center;
  gap: 4px;
}
.tcnMap {
  width: 100%;
  max-width: 488px;
}
#contents .tcnMap p {
  display: flex;
  height: 100%;
}
.tcnMap p a {
  background-color: #dd5289;
  color: #FFF;
  text-decoration: none;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 1.5em;
  font-family: "YakuHanJP", "M PLUS 1p";
  font-weight: 600;
  font-size: 1.4em;
  position: relative;
  border-radius: 6px;
}
.tcnMap p a:after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(/base/shinjuku/img/bridal220222_arrow_white.png);
  backgdouns-size: contain;
  background-repeat: no-repat;
  background-position: center center;
  position: abosolute;
  top: calc(50% - 6px);
  right: 6px;
}
.tcnInsta {
  width: 100%;
  max-width: 488px;
  text-align: left;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #DDD;
  padding: 0.5em;
  border-radius: 6px;
  background-color: #FFF;
}
.tcnInsta:only-child {
  max-width: 100%;
}
.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: 4px auto 4px;

    padding: 0 1vw;
  }
  .tcnInsta dl dd {
    font-size: 1em;
  }
  .tcnInsta {
    width: 100%;
    margin-top: 0.5em;
  }
  .tcnMap p a {
    padding: 1em;
  }
}
@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;
}

.week1 {
  background-color: #45b035;
  color: #FFF;
  display: inline-block;
  font-feature-settings: "palt";
  font-family: "YakuHanJP", "M PLUS 1p";
  padding: 0.25em 1.25em;
  border-radius: 1em;
}
.week1b {
  background-color: #45b035;
  color: #FFF;
  display: inline-block;
  font-feature-settings: "palt";
  font-family: "YakuHanJP", "M PLUS 1p";
  padding: 0.25em 1.25em;
}

.week2 {
  background-color: #e9537d;
  color: #FFF;
  display: inline-block;
  font-feature-settings: "palt";
  font-family: "YakuHanJP", "M PLUS 1p";
  padding: 0.25em 1.25em;
  border-radius: 1em;
}
.week3 {
  background-color: #e94e73;
  color: #FFF;
  display: inline-block;
  font-feature-settings: "palt";
  font-family: "YakuHanJP", "M PLUS 1p";
  padding: 0.25em 0.5em;
  border-radius: 1em;
}
.blockTitle--text2 {
display: block;
font-size: 2em;
width: 100%;
margin: 0 auto;
  border-radius: 0;
text-align: center;
}
.week1__wrapper {
background-color: rgba(150,181,145,0.5);
}
.week2__wrapper {
background-color: rgba(233,163,185,0.5);
}
@media screen and (max-width: 767px) {
  .week1 {
    padding: 0.25em 0.5em;
  }
  .week1b {
    padding: 0.25em 0.5em;
  }
  .week2 {
    padding: 0.25em 0.5em;
  }
  .week3 {
    padding: 0.25em 0.5em;
  }

}
#contents p.contentNotes {
  max-width: 720px;
  box-sizing: border-box;
  margin: 0 auto 0 auto;
  padding: 1em 0;
  font-feature-settings: "palt";
  font-family: "YakuHanJP", "M PLUS 1p";
  font-size: 0.92em;
}
.craft {
  box-sizing: border-box;
  background-color: rgb(255,255,255,1);
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-top: 5px dotted #DDD;
  box-sizing: border-box;
  margin: 0 auto 0 auto;
}

.footBnr {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 2em 0;
  display: flex;
  gap: 12px;
  align-items: center;
}
.footBnr li {
  width: calc(100% - 24px / 3);
}
.footBnr li img {
  width: 100%;
  height: auto;
}


.pontaBnr {
  width: 100%;
  max-width: 980px;
  box-sizing: border-box;
  margin: 0 auto 4em;
}
.pontaBnr img {
  width: 100%;
  height: auto;
}
.linkBtnWrapper {
  text-align: center;
  margin-top: 1em;
}

.linkBtn {
  text-align: left;
  display: inline-flex;
  gap: 1em;
  align-items: center;
  font-feature-settings: "palt";
  font-family: 'YakuHanJP', 'M PLUS 1p', sans-serif;
  font-weight: 500;
  font-size: 1.2em;
  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;
}
.linkBtn:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(/base/shinjuku/img/eat230622_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.restaurantspark {
  background-color: #fffde4;
  padding-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .linkBtn {
    gap: 0.85em;
    font-size: 0.86em;
    padding: 0.5em 1em;
    border-radius: 1em;
  }
  .linkBtn:after {
    width: 1em;
    height: 1em;
  }
}
.imgBlock {
  display: flex;
  width: 100%;
  margin: 1em 0;
}
.imgBlock li {
  display: block;
}
.imgBlock li img {
  width: 100%;
  height: auto;
}
#pagetop {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
}
#pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  background-color: rgba(228,92,38,0.9);
  width: 3em;
  height: 3em;
  border-radius: 2.5em;
  font-size: 1.6em;
  font-family: 'YakuHanJP', 'M PLUS 1p', sans-serif;
  font-weight: 800;
  text-decoration: none;
  position: relative;
}
#pagetop a:after {
  content: '';
  width: 0.6em;
  height: 0.6em;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  position: absolute;
  left: 1.15em;
  top: 0.4em;
  transform: rotate(-45deg);

}
#pagetop img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  #pagetop {
    width: 15%;
    height: auto;
    bottom: 20vw;
  }
  #pagetop a {
    width: 50px;
    height: 50px;
    font-size: 1.2em;
  }
  #pagetop a:after {
    width: 12px;
    height: 12px;
    left: 19px;
    top: 5px;

  }
}
@media print {
  #pagetop {
    display: none !important;
  }
}


.item__link--wapper {
  padding: 2em 0 ;
  display: block;
}
.item__link--wapper:last-child {
  padding-bottom: 0 ;
}


.item__link {
  display: block;
}
.item__link a {
  display: block;
  width: fit-content;
  margin: 0 auto;
  background-color: #dd5289;
  color: #FFF;
  text-align: center;
  padding: 0.5em 2em;
  text-decoration: none;
  align-items: center;
  font-family: "YakuHanJP", "M PLUS 1p";
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  position: relative;
  border-radius: 6px;
}
.item__link a small {
  font-weight: 400;
  font-size: 80%;
}
.item__link a:after {
  content: "";
  width: 1em;
  height: 1em;
  background-image: url(/base/shinjuku/img/bridal220222_arrow_white.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: calc(50% - 6px);
  right: 6px;
}
.item__notice--wapper {
  margin:  0 0;
  padding: 2em;
  background-color: #d8d2ca;
}
.item__notice--wapper {
}
.item__notice--title {
  font-family: "YakuHanJP", "M PLUS 1p";
  font-weight: 500;
  font-size: 1.2em;
  margin-bottom: 0.5em;
}
.item__notice--title:not(:first-child) {
  margin-top: 1em;
}

.item__notice {
  list-style: disc;
  list-style-position: outside;
  padding-inline: 1em;
}

@media screen and (max-width: 767px) {
  .item__notice--wapper {
    margin: 1em 0 0;
    padding: 1em;
  }
  #contents .topicsDetail ul.item__notice li {
    font-size: 10px;
  }
  #contents p.item__notice {
    font-size: 10px;
  }
  .item__link--wapper {
    padding: 1em 0 0;
  }
  .item__link a {
    font-size: 12px;
    padding: 0.25em 1.5em 0.25em 0.5em;
    text-align: left;
  }
  .item__notice--title {
    font-size: 1.0em;
  }

}

#contents p .chef__wrapper {
  display: flex;
  justify-content: center;
  gap: 60px;
  width: 100%;
  margin: 0.5em auto 0;
}
#contents p .chef {
  display: flex;
  gap: 10px;
  align-items: end;
  width: fit-content;
}
#contents p .chef__text {
  display: block;
}
#contents p .chef__image {
  display: block;
  max-width: 180px;
}
#contents p .chef__image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
