@charset "utf-8";

/* --------------------------------------------
  contents1
-------------------------------------------- */

@media print, screen and (min-width: 768px){
  #contents1 {
    margin-top: 98px;
  }
  #contents1 .pic {
    padding: 60px 0 0;
    position: relative;
  }
  #contents1 .pic::before {
    width: calc(1117 / 1220 * 100%);
    height: 100%;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
    background: #fcf1e4;
  }
  #contents1 .pic img {
    width: 100%;
    position: relative;
    z-index: 10;
  }
  #contents1 .desc {
    padding: 1.8em 0;
    margin-left: calc(102 / 1220 * 100%);
    color: #666;
    position: relative;
    z-index: 10;
    background: #fcf1e4;
  }
  #contents1 .desc .inner {
    display: block;
    margin: 0 3.5%;
  }
  #contents1 .desc .inner .item + .item {
    padding-left: calc(1em - 5px);
  }
}

@media print, screen and (max-width: 767px){
  #contents1 {
    margin-top: 55px;
  }
  #contents1 .pic {
    padding-top: 19px;
    margin: 0 -5.1%;
    background: #fcf1e4;
  }
  #contents1 .pic img {
    width: 100%;
  }
  #contents1 .pic-caption,
  #contents1 .desc {
    margin: 0 -5.1%;
    padding: 0 4.7%;
    background: #fcf1e4;
    font-size: 1.5rem;
  }
  #contents1 .pic-caption {
    padding-top: 1.4em;
    padding-bottom: 1em;
  }
  #contents1 .pic-caption span {
    white-space: nowrap;
  }
  #contents1 .desc {
    padding-bottom: 2em;
  }
  #contents1 .desc .inner .item {
    display: block;
  }
  #contents1 .desc .inner .item + .item {
    margin-top: 0.5em;
  }
}

/* --------------------------------------------
  contents1 > needle
-------------------------------------------- */

@media print, screen and (min-width: 768px){
  #needle {
    padding-bottom: 55px;
    margin-left: calc(102 / 1220 * 100%);
    background: #fcf1e4;
  }
  #needle .two-col {
    display: flex;
    justify-content: flex-end;
  }
  #needle .two-col .pic-n {
    width: calc(450 / 1118 * 100%);
  }
  #needle .two-col .pic-n img {
    width: 100%;
    max-width: 450px;
  }
  #needle .two-col .text-area {
    width: calc(570 / 1118 * 100%);
    margin-left: calc(53 / 1118 * 100%);
  }
  #needle .two-col .text-area dt {
    padding: 0.3em 0 0.7em;
    margin-bottom: 25px;
    border-bottom: solid 9px #f6b9b4;
    font-size: 2rem;
  }
  #needle .two-col .text-area dd {
    margin-right: 2em;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  #needle .two-col .text-area dd + dd {
    margin-top: 1em;
  }
  #needle .two-col .text-area dd strong .kigou {
    color: #cb5353;
  }
  #needle .two-col .text-area .shop {
    margin-top: 27px;
    display: flex;
    align-items: center;
  }
  #needle .two-col .text-area .shop .pic-s {
    width: calc(174 / 570 * 100%);
    margin-right: calc(30 / 570 * 100%);
  }
  #needle .two-col .text-area .shop .pic-s img {
    width: 100%;
  }
  #needle .two-col .text-area .shop p {
    width: calc(366 / 570 * 100%);
    padding-right: 2em;
    font-size: 1.6rem;
    box-sizing: border-box;
  }
}

@media print, screen and (max-width: 767px){
  #needle {
    margin: 0 -5.1%;
    padding: 0 4.7% 32px;
    background: #fcf1e4;
  }
  #needle .two-col .text-area dl {
    margin-top: 30px;
  }
  #needle .two-col .text-area dt {
    padding: 0 0 0.7em;
    margin-bottom: 25px;
    border-bottom: solid 9px #f6b9b4;
  }
  #needle .two-col .text-area dd {
    line-height: 1.7;
  }
  #needle .two-col .text-area dd + dd {
    margin-top: 0.6em;
  }
  #needle .two-col .text-area dd strong .kigou {
    color: #cb5353;
  }
  #needle .two-col .text-area .shop {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #needle .two-col .text-area .shop .pic-s {
    width: calc(137 / 767 * 100vw);
  }
  #needle .two-col .text-area .shop .pic-s img {
    width: 100%;
  }
  #needle .two-col .text-area .shop p {
    width: calc(538 / 767 * 100vw);
    font-size: 1.5rem;
    line-height: 1.7;
  }
}