@charset "utf-8";

/* == reset == */
* {
  list-style: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
}

html {
  font-size: 62.5%;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;

}

a {
  text-decoration: none;
}

.contentWrap {
  width: 100%;
  max-width: 750px;
  margin: auto;
}

body {
  margin-bottom: 22%;
  font-size: 10px;
}

.section {
  margin-top: 20px;
}

/*common*/
.fb600 {
  font-weight: 600 !important;
}
.fb700 {
  font-weight: 700 !important;
}
.fb800 {
  font-weight: 800 !important;
}

/*==.topBtn ==*/
.topBtn {
  display: flex;
  opacity: 1;
  position: fixed;
  right: 5%;
  bottom: 5%;
  transition: opacity .5s cubic-bezier(.39, .575, .565, 1);
}

.topBtn.nofixed {
  opacity: 0;
}

.topBtn a {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  width: 63px;
  height: 63px;
  padding-bottom: 13px;
  border-radius: 1000px;
  font-weight: bold;
  font-size: 1.5rem;
  text-decoration: none;
  text-align: center;
}

.topBtn a:before {
  content: "";
  display: block;
  position: absolute;
  top: 14.7px;
  width: 21px;
  height: 11px;
}

/* == mvtop section == */
.mainSection .mainTtl {
  position: absolute;
  top: 0;
  width: 100%;
  /* max-width: 750px; */
  line-height: 0;
}

.mainSection h1.mv {
  line-height: 0;
}


.mainSection h1.sp_only {
  display: none;
}

@media screen and (max-width: 767.5px) {
  .mainSection h1.pc_only {
    display: none;
  }
  .mainSection h1.sp_only {
    display: block;
  }
}


.mainSection {
  position: relative;
}

.mvFloatName {
  display: flex;
  position: absolute;
  bottom: 18px;
  left: 20px;
}

.mvFloatName img {
  display: inline-block;
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  margin-right: 16px;
  border-radius: 100%;
}

.mvFloatName p {
  display: flex;
  align-items: center;
  color: var(--base-color);
  font-size: 1.2rem;
}


/* == #section01 == */
.section .sectionInner {
  padding: 0 20px;
}

#section01 .subttl {
  font-size: 1.5rem;
}

#section01 .sectionInner>.ttl {
  padding-top: 1px;
  font-size: 2.5rem;
  line-height: 1.28;
  letter-spacing: -.1rem;
}

#section01 .hashList {
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
}

#section01 .hashList .hash {
  margin-right: 11px;
  font-size: 1.1rem;
  letter-spacing: -.03rem;
}

#section01 .date {
  margin-top: 7px;
  font-size: 1.1rem;
  letter-spacing: .015rem;
  text-align: right;
}

#section01 .date p {}

#section01 .date+.infotxt {
  margin-top: 13px;
  font-size: 1.5rem;
  line-height: 1.8;
}

#section01 .interviewBox {
  margin-top: 19px;
  padding: 20px;
  border-radius: 10px;
}

#section01 .interviewBox .photoBox {
  display: flex;
  align-items: center;
  width: 100%;
}

#section01 .interviewBox .photoBox .imgBox {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

#section01 .interviewBox .photoBox .imgBox img {
  object-fit: cover;
  border-radius: 50%;
}

#section01 .interviewBox .photoBox .imgCap {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
}

#section01 .interviewBox .interview {
  width: 100%;
}

#section01 .interviewBox .interview {
  margin-top: 8px;
}

#section01 .interviewBox .interview .txt {
  font-size: 1.5rem;
  line-height: 1.8;
}

#section01 .anchorBox {
  margin-top: 29px;
}

#section01 .anchorBox .ttl {
  font-size: 1.95rem;
}

#section01 .anchorBox .anchorTxt a {
  display: flex;
  margin-top: 16px;
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: -.009em;
  text-decoration: underline;
  line-height: 1.8;
}

#section01 .anchorBox .anchorTxt a:before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  margin-right: 10px;
}

#section01 .pickUpBox {
  position: relative;
  margin-top: 29px;
}

#section01 .pickUpBox::after {
  content: "";
  position: absolute;
  top: 143px;
  z-index: 0;
  width: 100%;
  height: 150%;
}

#section01 .pickUpBox .ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
}

.section .pickUpBox .ttl::before,
.section .pickUpBox .ttl::after {
  content: "";
  display: block;
  width: 12px;
  height: 16px;
}

.section .pickUpBox .ttl::before {
  margin-right: 10px;
}

.section .pickUpBox .ttl::after {
  margin-left: 10px;
}

#section01 .pickUpBox .pickUpBoxInner {
  position: relative;
  z-index: 100;
  max-width: 400px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
}



#section01 .pickUpBox .pickUpBoxInner div {
  margin: 8px;
}

#section01 .pickUpBox figure {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#section01 .pickUpBox figure img {
  width: 150px;
  margin: auto;
  margin-top: 20px;
  border-radius: 100%;
}

#section01 .pickUpBox figure figcaption {
  margin-top: 19px;
  font-weight: 600;
  font-size: 1.5rem;
  text-align: center;
}

#section01 .pickUpBox .txt {
  padding: 20px 25px 24px;
  font-size: 1.5rem;
  line-height: 1.8;
}

/* == .section.contents == */
.section.contents {
  margin-top: 36px;
}

.section.contents+.section.contents {
  margin-top: 40px;
}

.section.contents .sectionTtl {
  display: flex;
  justify-content: left;
  align-items: center;
  padding: 18px 20px 17px;
  font-size: 20px;
  line-height: 1.8;
}

.section.contents .sectionTtl::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  margin-right: 16px;
}

.thumbScrollBox {
  overflow-x: scroll;
  overflow-y: hidden;
}

.thumbList .thumb {
  flex-grow: 1;
  flex-shrink: 0;
  width: 90px;
  line-height: 0;
}

.thumbList .thumb+.thumb {
  margin-left: 10px;
}

.thumb.selected {
  border: solid #000 3px;
  line-height: 0;
}

.thumbScrollBox::-webkit-scrollbar {
  height: 5px;
}

.photoSection .itemPhotoBox .thumbScrollBox::-webkit-scrollbar {
  display: none;
}

.thumbScrollBox::-webkit-scrollbar-thumb,
.thumbScrollBox::-webkit-scrollbar-thumb {
  border-radius: 10px;
}

.section.contents .imgBox {
  line-height: 0;
}

/* .section.contents figure .imgBox img {
  aspect-ratio: 13 / 9;
} */

.section.contents .imgBox+.imgCap {
  margin-top: 15px;
  margin-right: 20px;
  margin-left: 20px;
  font-size: 1.12rem;
  line-height: 1.8;
}

.section.contents .imgList {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.section.contents .infotxt {
  margin-top: 15px;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: .2px;
}

.section.contents .infotxt:last-child {
  padding-bottom: 30px;
}

.section.contents .infotxt p+p {
  margin-top: 1em;
}

.section.contents .infotxt .tAlignR {
  text-align: right;
}

.section.contents .txtLink01 {
  display: flex;
  justify-content: right;
  align-items: center;
  margin-top: 11px;
  margin-left: auto;
  font-size: 1.5rem;
}

.section.contents .txtLink01::after {
  content: "";
  display: block;
  width: 7px;
  height: 13px;
  margin-right: 0;
  margin-left: 6px;
}

.section.contents .menuBox {
  margin-top: 30px;
}

.section.contents .menuBox .ttl {
  display: flex;
  justify-content: left;
  align-items: center;
  font-family: Zen Old Mincho, serif;
  font-weight: 600;
  font-size: 1.8rem;
}

.section.contents .menuList {
  display: flex;
  flex-wrap: wrap;
  margin-top: 13px;
}

.section.contents .menuList li {
  width: 50%;
}

.section.contents .menuList figure {
  line-height: 0;
}

.section.contents .menuList li:nth-child(n+3) figure {
  margin-top: 17px;
}

.section.contents .menuList li:nth-child(2n+1) figure {
  padding-right: 10px;
}

.section.contents .menuList li:nth-child(2n) figure {
  padding-left: 10px;
}

.section.contents figcaption {
  margin-top: 10px;
  line-height: initial;
}

.section.contents figcaption p {}

.section.contents .menuTtl {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.8;
}

.section.contents .menuPrice {
  margin-top: 4px;
  font-weight: 600;
  font-size: 1.1rem;
  text-align: right;
}

.section.contents .accSwitch a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 14px;
  font-size: 1.5rem;
}

.section.contents .accSwitch a:before {
  content: "";
  display: block;
  transform: rotate(0deg);
  width: 28px;
  height: 28px;
  margin-right: 10px;
}

.section.contents .accSwitch a.close:before {
  transform: rotate(180deg);
}

.section.contents .interviewBox {
  max-width: 440px;
  margin: 26px auto 0;
  margin-top: 26px;
  padding: 0;
  background: none;
}

.section.contents .interviewBox .interviewBoxWrap {
  width: 100%;
}

.section.contents .interviewBox .ttl,
.shareSection .ttl {
  display: flex;
  align-items: center;
  font-size: 2.1rem;
}

.shareSection .ttl {
  justify-content: center;
  margin-bottom: 20px;
  font-size: 1.5rem;
}

.section.contents .interviewBox .ttl::before,
.section.contents .interviewBox .ttl::after,
.shareSection .ttl::before,
.shareSection .ttl::after {
  content: "";
  display: block;
  width: 30px;
  height: 22px;
}

.section.contents .interviewBox .ttl::before,
.shareSection .ttl::before {
  margin-right: 9px;
}

.section.contents .interviewBox .ttl::after,
.shareSection .ttl::after {
  margin-left: 9px;
}

.section.contents .interviewBox .fukidashiBox {
  display: flex;
  max-height: 400px;
  margin-top: 11px;
  border-radius: 10px;
}

.section.contents .interviewBox .fukidashiBox .txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 21px;
  font-size: 1.3rem;
  line-height: 1.8;
}

.section.contents .interviewBox .fukidashiBox.andImage .txt {
  width: 50%;
}

.section.contents .interviewBox .fukidashiBox.andImage .img {
  aspect-ratio: 7/8;
}

.section.contents .interviewBox .fukidashiBox .img {
  width: 50%;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-position: center;
  background-size: cover;
}

.section.contents .infoBox h3+div {
  margin-top: 16px;
}

.section.contents .infoBox>.ttl {
  display: flex;
  align-items: center;
  font-family: Zen Old Mincho, serif;
  font-size: 1.93rem;
}

.section.contents .infoBox .imgBox {
  width: 100%;
}

.section.contents .infoBox {
  margin-top: 30px;
}

.section.contents .infoBox .infoItem {
  padding: 20px;
}

.section.contents .infoBox .infoItem .ttl {
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: .5px;
}

.section.contents .infoBox .infoItem>*:not(h4, a)::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-right: 6px;
}

.section.contents .infoBox .infoItem .time {
  display: flex;
  margin-top: 13px;
}

.section.contents .infoBox .infoItem .time a {
  text-decoration: underline;
}

.section.contents .infoBox .infoItem .time::before {
  margin-right: 4px;
}

.section.contents .infoBox .infoItem .time table {
  margin-top: -2px;
  font-size: 1.3rem;
}

.section.contents .infoBox .infoItem .time table tr {
  height: 10px;
}

.section.contents .infoBox .infoItem .time table td:nth-child(1) {
  text-align: left;
  white-space: nowrap;
  vertical-align: top;
}

.section.contents .infoBox .infoItem .time table td:nth-child(2) {
  letter-spacing: .7px;
}

.section.contents .infoBox .infoItem .tel {
  display: flex;
  align-items: center;
  margin-top: 14px;
}

.section.contents .infoBox .infoItem .tel a {
  font-size: 1.3rem;
  text-decoration: underline;
}

.section.contents .infoBox .infoItem .address {
  display: flex;
  margin-top: 16px;
  font-style: inherit;
  font-size: 1.3rem;
}

.section.contents .infoBox .infoItem .payment,
.section.contents .infoBox .infoItem .seats,
.section.contents .infoBox .infoItem .etc {
  display: flex;
  margin-top: 13px;
  font-size: 1.3rem;
}

section.contents .infoBox .storeLink {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 11px;
  margin-left: auto;
  font-size: 10px;
}

section.contents .infoBox .storeLink::after {
  content: "";
  display: block;
  width: 7px;
  height: 13px;
  margin-right: 0;
  margin-left: 6px;
}
  section.contents .fukidashiBox .storeLink {
    display: flex;
    justify-content: right;
    align-items: center;
    margin-top: 11px;
    margin-left: auto;
    font-size: 1.5rem;
  }

  section.contents .fukidashiBox .storeLink::after {
    content: "";
    display: block;
    width: 7px;
    height: 13px;
    margin-right: 0;
    margin-left: 6px;
  }


/*--- サービスマップ改修での変更点 ---*/
#tenant_link_new,
#tenant_link_new1,
#tenant_link_new2,
#tenant_link_new3 {
  display: none;
  text-align: right;
  position: relative;
margin-right: 13px;
}

.section.contents .infoBox .storeLink#tenant_link_new::after,
.section.contents .infoBox .storeLink#tenant_link_new1::after,
.section.contents .infoBox .storeLink#tenant_link_new2::after,
.section.contents .infoBox .storeLink#tenant_link_new3::after {
  position: absolute;
  top: 2.2rem;
  right: -13px;
}

/*#tenant_link_old {
  display: block;
}*/
section.contents .infoBox .storeLink a {
  padding-bottom: 0.2rem;
}
.caution {
  margin: 39px 20px 40px;
  font-size: 1.1rem;
}

/* == album == */
.itemScrollPhotoBox {
  width: 100%;
  margin-bottom: 77px;
  padding-bottom: 40px;
  overflow-x: scroll;
  overflow-y: hidden;
}

.itemScrollPhotoBox .scrollBox {
  display: flex;
  flex-wrap: wrap;
  width: 870px;
}

.itemScrollPhotoBox .imgBox {
  width: 205px;
  height: 205px;
  font-size: 0;
}

.itemScrollPhotoBox .scrollBox .col {
  display: flex;
  ;
}

.itemScrollPhotoBox .scrollBox .col .mainImg {
  width: 426px;
  height: 426px;
  margin-right: 15px;
  margin-bottom: 15px;
  font-size: 0;
}

.itemScrollPhotoBox .scrollBox .col .imgBoxList {
  display: flex;
  flex-wrap: wrap;
  width: 426px;
  height: 426px;
}

/* .itemScrollPhotoBox .scrollBox .col .imgBox {
} */
.itemScrollPhotoBox .imgBox+.imgBox {
  margin-left: 15px;
}

.itemScrollPhotoBox .scrollBox .col .imgBox:nth-child(n+3) {
  margin-top: 15px;
}

.itemScrollPhotoBox .scrollBox .col .imgBox:nth-child(3) {
  margin-left: 0;
}

.itemScrollPhotoBox::-webkit-scrollbar {
  height: 5px;
}

.photoSection .itemPhotoBox .thumbScrollBox::-webkit-scrollbar {
  display: none;
}

.itemScrollPhotoBox::-webkit-scrollbar-thumb,
.thumbScrollBox::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: var(--font-color);
}

@media screen and (max-width: 750px) {
  .itemScrollPhotoBox {
    margin-bottom: 10.25641025vw;
    padding-bottom: 5.3333333vw;
  }

  .itemScrollPhotoBox .scrollBox {
    width: 116vw;
  }

  .itemScrollPhotoBox .imgBox {
    width: 27.3vw;
    height: 27.3vw;
  }

  .itemScrollPhotoBox .scrollBox .col .mainImg {
    width: 56.92307vw;
    height: 56.92307vw;
    margin-right: 2.05128vw;
    margin-bottom: 2.05128vw;
  }

  .itemScrollPhotoBox .scrollBox .col .imgBoxList {
    width: 56.92307vw;
    height: 56.92307vw;
  }

  .itemScrollPhotoBox .imgBox+.imgBox {
    margin-left: 2.05128vw;
  }

  .itemScrollPhotoBox .scrollBox .col .imgBox:nth-child(n+3) {
    margin-top: 2.05128vw;
  }

  .itemScrollPhotoBox::-webkit-scrollbar,
  .photoSection .itemPhotoBox .thumbScrollBox::-webkit-scrollbar {
    height: .666666vw;
  }
}

/* == shareSection == */
.shareSection {
  padding: 20px 0;
}

.shareSection .shareList {
  display: flex;
  justify-content: space-between;
  width: 72%;
  margin: 0 auto;
}

.shareSection .shareList li {
  width: 40px;
  line-height: 0;
}

/* == section.author == */
.section.author {
  margin-top: 0;
  padding-top: 40px;
}

.section.author .sectionTtl {
  display: flex;
  align-items: center;
  margin: 0 20px 0;
  color: var(--font-color);
  font-family: Zen Old Mincho, serif;
  font-weight: 600;
  font-size: 2rem;
}

.section.author .sectionTtl:nth-of-type(2) {
  margin-top: 41px;
}

.section.author .sectionTtl:first-of-type::before,
.section.author .sectionTtl:nth-of-type(2)::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
}

.section.author .sectionTtl:first-of-type::before {
  margin-right: 10px;
}

.section.author .sectionTtl:nth-of-type(2)::before {
  margin-right: 15px;
}

.section.author .sectionInner {
  margin-top: 24px;
}

.section.author .sectionInner:last-child .txt:last-child {
  padding-bottom: 40px;
}

.section.author .txt {
  margin-top: 20px;
  font-size: 1.5rem;
  line-height: 1.8;
}

.section.author .listMemo {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 20px;
}

/* == featurelist == */
.featureList {
  /* margin: 20px auto 77px; */
  margin: 20px auto 30px;
}

.featureList>li {
  border-top: 1px solid rgba(0, 0, 0, .2);
}

.featureList>li:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.featureList .info {
  padding-bottom: 48px;
}

.featureList .info .ttl {
  margin-top: 0;
}

.featureList .info .txt {
  margin-top: 19px;
  font-size: 1.1rem;
}

.featureList .col2 {
  display: flex;
  justify-content: space-between;
  margin: 24px 0 21px;
}

.featureList .col2 .imgBox {
  flex-shrink: 0;
  width: 140px;
  margin-right: 12px;
}

.featureList .col2 .txtBox {
  width: 100%;
}

.featureList .col2 .txtBox .date p {
  color: #a8a8a8;
  font-size: 1.15rem;
}

.featureList .col2 .txtBox .hashList {
  display: flex;
  flex-direction: row;
  margin-top: 5px;
}

.featureList .col2 .txtBox .hash {
  margin-right: 11px;
  font-size: 1.12rem;
}

li.hash{
  /* text-align: left; */
  display: contents;
}

.featureList .col2 .txtBox .ttl {
  margin-top: 9px;
  color: #333;
  font-weight: 300;
  font-size: 1.3rem;
  text-decoration: underline;
}

.featureListBnr {
  margin-bottom: 105px;
}
@media (min-width: 767.5px) {
  .featureListBnr {
    margin-bottom: 30px;
  }
}

@media (min-width: 555px) {
  .featureList .col2 .imgBox {
    flex-shrink: 0;
    width: 100%;
  }
}

/* == components == */
.listMemo>li>* {
  text-indent: 0;
}

.listMemo ul {
  margin-bottom: 0;
  padding-left: 1.5em;
}

.listMemo>li {
  padding-left: 1em;
  text-indent: -1em;
}

.lightbox {
  position: fixed;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
}

.lightbox .lb-image {
  /* height: auto!important; */
  min-width: 300px;
}

.linkIconIG span {
  position: relative;
  padding-left: 45px;
  line-height: 45px;
  text-decoration: underline;
}

.storeLink.linkIconIG span {
  position: relative;
  padding-left: 38px;
  line-height: normal;
  text-decoration: underline;
}

.linkIconIG>span::before {
  content: "";
  display: block;
  position: absolute;
  top: -.175em;
  left: 0;
  width: 29px;
  height: 29px;
  background: url(../images/common_ico_instagram_01.png) 0 0 no-repeat;
  background-size: auto 100%;
}

@media screen and (max-width: 767.5px) {
  .lightbox .lb-image {
    min-width: 70vw;
    max-width: 70vw;
    min-height: 70vw;
    max-height: 70vw;
  }
}

.infotxt a {
  text-decoration: underline;
  word-wrap: break-word;
}

/* TCID Edited */

.countainerWarp {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}

.flexWarp {
  display: flex;
  /* flex-direction: column; */
  flex-wrap: wrap;
  /* height: 100vh; */
  gap: 30px;
  margin-top: 2px;
}

@media screen and (min-width: 767.5px) {
  .flexWarp {
    display: flex;
    flex-wrap: wrap;
    height: 100vh;
    flex-direction: column;
  }
}

.backNumber {
  max-width: 220px;
}

.backNumber .sectionBn {
  margin-top: 22px;
}

.wd100 {
  max-width: 100% !important;
}

.wd5 {
  margin-bottom: -5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb9 {
  margin-bottom: 9px;
}

.mt {
  margin-top: 30px;
}

.mainTtlPC2{
width: 100%;
min-width: 1023px;
height:auto;
}

/* .imgBox img{
  width: 100%;
  height: 100%;
} */


@media screen and (max-width: 767.5px) {
  .mainTtl {
    margin-bottom: -6px;
  }

  .flexWarp {
    display: block;
  }

  .backNumber {
    max-width: 750px;
    padding: 0 20px;
  }

  .section.author .pcsectionTtl {
    display: none;
  }

  .mainTtlPC {
    display: none;
  }

  .featureList .col2 {
    display: flex;
    justify-content: space-between;
    margin: 24px 0 21px;
  }

  .featureList .col2 .imgBox {
    flex-shrink: 0;
    width: 140px;
  }
  section.contents .infoBox .storeLink {
    font-size: 13px!important;
  }

}

@media (min-width: 767.5px) {

  .mainSection {
    position: relative;
    margin-top: -5.1px;
  }

  .mainTtl {
    display: none;
  }

  .mainTtlPC {
    display: none;
  }


  .shareSection .ttl {
    justify-content: center;
    margin-bottom: 20px;
    font-size: 2.8rem;
  }

  .shareSection .shareList li {
    width: 76px;
    line-height: 0;
  }


  .mainTtl {
    display: none;
  }

  .featureList .col2 {
    display: flex;
    justify-content: space-between;
    margin: 10px 0 10px;
    flex-direction: column;
  }

  .featureList {
    /* margin: 10px auto 77px; */
    margin: 10px auto 30px;
  }

  .section.author .sectionInner {
    margin-top: 24px;
    display: flex;
    gap: 30px;
    margin-bottom: 40px;
  }

  .section.author .sectionTtl {
    display: none !important;
  }

  .section.contents .infoBox h3+div {
    margin-top: 16px;
    display: flex;
    padding: 16px;
  }

  .section.contents .infoBox .imgBox {
    width: 70%;
  }


  .section.contents .infoBox .infoItem {
    padding: 0 5px 5px 5px;
    width: 100%;

  }

  .section.contents .infoBox .infoItem .ttl {
    font-weight: 600;
    font-size: 1.5rem;
    letter-spacing: .5px;
  }

  .section.contents .infoBox .infoItem>*:not(h4, a)::before {
    content: "";
    display: block;
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    margin-right: 6px;
  }

  .section.contents .infoBox .infoItem .time {
    display: flex;
    margin-top: 13px;
  }

  .section.contents .infoBox .infoItem .time a {
    text-decoration: underline;
  }

  .section.contents .infoBox .infoItem .time::before {
    margin-right: 4px;
  }

  .section.contents .infoBox .infoItem .time table {
    margin-top: -2px;
    font-size: 10px;
  }

  .section.contents .infoBox .infoItem .time table tr {
    height: 10px;
  }

  .section.contents .infoBox .infoItem .time table td:nth-child(1) {
    text-align: left;
    white-space: nowrap;
    vertical-align: top;
  }

  .section.contents .infoBox .infoItem .time table td:nth-child(2) {
    letter-spacing: .7px;
  }

  .section.contents .infoBox .infoItem .tel {
    display: flex;
    align-items: center;
    margin-top: 5px;
  }

  .section.contents .infoBox .infoItem .tel a {
    font-size: 1.3rem;
    text-decoration: underline;
  }

  .section.contents .infoBox .infoItem .address {
    display: flex;
    margin-top: 5px;
    font-style: inherit;
    font-size: 10px;
  }

  .section.contents .infoBox .infoItem .payment,
  .section.contents .infoBox .infoItem .seats,
  .section.contents .infoBox .infoItem .etc {
    display: flex;
    margin-top: 5px;
    font-size: 10px;
  }

  /* section.contents .fukidashiBox .storeLink {
    display: flex;
    justify-content: right;
    align-items: center;
    margin-top: 11px;
    margin-left: auto;
    font-size: 10px;
  }

  section.contents .fukidashiBox .storeLink::after {
    content: "";
    display: block;
    width: 7px;
    height: 13px;
    margin-right: 0;
    margin-left: 6px;
  }

  .caution {
    margin: 39px 20px 40px;
    font-size: 1.1rem;
  } */

}

.pcOnly,.pcDisplay,.isPc{display:none!important}
@media (min-width: 767.5px) {
  .spOnly,.spDisplay,.isSp{display:none!important}
  .pcOnly,.pcDisplay,.isPc{display:block!important}
}
