@charset "UTF-8";

#NextTohoku.NextTohokuCategory .detailALLWrap .profileWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto 30px;
  padding: 0 10px;
}

#NextTohoku.NextTohokuCategory .detailALLWrap .profileWrap .profilePhoto,
#NextTohoku.NextTohokuCategory .detailALLWrap .profileTextWrap {
  width: auto;
}

#NextTohoku.NextTohokuCategory .detailALLWrap .profileTextWrap {
  text-align: left;
}

#NextTohoku.NextTohokuCategory .detailALLWrap .detailWrap .photoWrapBox .photoWrapInner .photoWrap,
#NextTohoku.NextTohokuCategory .detailALLWrap .detailWrap .photoWrapBox .textWrap {
  box-sizing: border-box;
  width: 100%;
}

#NextTohoku.NextTohokuCategory .detailALLWrap .detailWrap .photoWrapBox .photoWrapInner .photoWrap {
  max-width: calc(100% - 80px);
}

#NextTohoku.NextTohokuCategory .detailALLWrap .detailWrap .photoWrapBox .textWrap {
  max-width: calc(100% - 44px);
  text-align: left;
}

#NextTohoku.NextTohokuCategory .detailALLWrap .detailWrap .photoWrapBox .photoWrapInner {
  display: block;
}

#NextTohoku.NextTohokuCategory .detailALLWrap .detailWrap .photoWrapBox .textWrap {
  border: none;
  left: auto;
  margin-top: -40px;
  margin-left: auto;
  padding: 60px 40px 40px;
  position: relative;
  right: auto;
  top: auto;
}

#NextTohoku.NextTohokuCategory .detailALLWrap .detailWrap .photoWrapBox {
  margin-bottom: 30px;
}

#NextTohoku..NextTohokuCategory .notes {
  font-size: 12px;
  margin-top: 4px;
}

#NextTohoku.NextTohokuCategory .text .textSmall {
  p
}

#NextTohoku.NextTohokuCategory .text .textSmall span {
  font-size: 11px;
  line-height: 1;
  position: relative;
  top: -4px;
}

#NextTohoku.NextTohokuCategory .textWrapInner .notes {
  font-size: 12px;
  line-height: 1.66;
  margin-top: 5px;
}

#NextTohoku.NextTohokuCategory .photoWrapBox:nth-child(2n) .photoWrap {
  margin-left: auto;
}

#NextTohoku.NextTohokuCategory .detailALLWrap .detailWrap .photoWrapBox:nth-child(2n) .textWrap {
  margin-left: 0;
}

#NextTohoku.NextTohokuCategory .blandTtl .location {
  font-size: 30px;
}

@media screen and (max-width: 801px) and (min-width: 768px) {
  #NextTohoku .detailALLWrap .detailWrap .photoWrapBox .photoWrapInner:before {
    content: none;
  }
}

@media screen and (max-width:767px) {
  #NextTohoku.NextTohokuCategory .detailALLWrap .detailWrap .photoWrapBox .photoWrapInner .photoWrap,
  #NextTohoku.NextTohokuCategory .detailALLWrap .detailWrap .photoWrapBox .textWrap {
    max-width: none;
    width: 95%;
  }

  #NextTohoku.NextTohokuCategory .detailALLWrap .detailWrap .photoWrapBox .textWrap {
    padding: 50px 30px 30px;
  }

  #NextTohoku.NextTohokuCategory .detailALLWrap .detailWrap .photoWrapBox:nth-child(2n) .textWrap {
    margin-left: 0;
  }

  #NextTohoku.NextTohokuCategory .detailALLWrap .detailWrap .photoWrapBox.right .photoWrapInner .photoWrap {
  right: 0;
  }

  #NextTohoku.NextTohokuCategory .blandTtl .location {
    font-size: 20px;
  }
}

#NextTohoku .detailALLWrap .detailWrap .photoWrapBox .textWrap .text .bold_nittashoten{
  font-size: 18px;
  font-weight: bold;
}
#NextTohoku .detailALLWrap .detailWrap .photoWrapBox .textWrap .text .bold{
  font-weight: bold;
}

