/* Scss Document */
/*
Detail
*/
@media (max-width: 414px) {
  section#top h1 br {
    display: block; } }
section.detail {
  max-width: 1100px;
  margin: 100px auto 0;
  padding: 0 20px; }
  @media (max-width: 640px) {
    section.detail {
      margin-top: 50px; } }
  section.detail dl {
    display: flex;
    max-width: 1100px;
    margin: 60px auto; }
    @media (max-width: 640px) {
      section.detail dl {
        width: 100%;
        flex-direction: column;
        margin-bottom: 0; } }
    section.detail dl dt {
      width: 50%;
      margin-right: 20px; }
      section.detail dl dt img {
        border-radius: 20px; }
      @media (max-width: 640px) {
        section.detail dl dt {
          width: 100%;
          margin-bottom: 30px; } }
    section.detail dl dd {
      width: calc(50% - 20px); }
      section.detail dl dd .ttl {
        width: 60%;
        max-width: 249px;
        margin: 0 auto; }
        section.detail dl dd .ttl span {
          display: block;
          margin-top: 10px;
          font-size: 16px; }
      section.detail dl dd .line.small {
        max-width: 302px; }
      section.detail dl dd .txt {
        margin-top: 0;
        padding: 0;
        font-size: 1.4rem; }
        @media (max-width: 740px) {
          section.detail dl dd .txt {
            text-align: left; } }
      section.detail dl dd a {
        color: #6e9bc5; }
      @media (max-width: 640px) {
        section.detail dl dd {
          width: 100%;
          /*margin-bottom: 20px;
          padding-left:1em;*/ } }
  section.detail .image {
    margin-top: 0; }
    section.detail .image li {
      width: 25%; }
      section.detail .image li img {
        border-radius: 0; }
      @media (max-width: 640px) {
        section.detail .image li {
          width: 50%;
          margin-bottom: 0; } }
  section.detail ul {
    width: 100%;
    max-width: inherit;
    margin: 0 auto 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    section.detail ul li {
      width: 32%; }
      section.detail ul li img {
        border-radius: 20px; }
      @media (max-width: 640px) {
        section.detail ul li {
          width: 100%;
          margin-bottom: 30px; } }
      section.detail ul li .txt {
        text-align: left;
        font-size: 1.4rem; }
        @media (max-width: 640px) {
          section.detail ul li .txt {
            padding: 0; }
            section.detail ul li .txt br {
              display: none; } }
  section.detail .tableWrap {
    overflow: auto; }
  section.detail table {
    width: 100%;
    min-width: 960px;
    margin: 30px auto 0; }
    section.detail table th {
      background: #6f95bb;
      color: #FFF;
      text-align: center; }
    section.detail table th, section.detail table td {
      padding: 8px 12px;
      border: 1px solid #a9bfd6; }
    section.detail table td.photo {
      padding: 0;
      width: 150px; }
  section.detail .priceChanger {
    font-weight: bold;
    color: #FF0004; }
  section.detail ul.sp {
    flex-wrap: wrap;
    border: 1px solid #a9bfd6;
    display: none; }
    @media (max-width: 480px) {
      section.detail ul.sp {
        display: flex; } }
    section.detail ul.sp li {
      width: 100%;
      margin-bottom: 0;
      padding: 8px 0;
      border-bottom: 1px solid #a9bfd6; }
      section.detail ul.sp li.photo {
        padding: 0; }
      section.detail ul.sp li.ttl {
        background: #6f95bb;
        color: #FFF; }
      section.detail ul.sp li.th {
        background: #ccdef1; }
        section.detail ul.sp li.th br {
          display: none; }
          @media (max-width: 480px) {
            section.detail ul.sp li.th br {
              display: block;
              font-size: 3vw; } }
      section.detail ul.sp li.half {
        width: 50%; }
        section.detail ul.sp li.half.left {
          width: calc(50% - 1px);
          border-right: 1px solid #a9bfd6; }
      section.detail ul.sp li.last {
        border-bottom: none; }
  section.detail .notice {
    margin-top: 20px;
    text-align: left; }
  @media (max-width: 480px) {
    section.detail div.pc {
      display: none; } }
  section.detail .price_txt {
    font-weight: bold;
    color: #FF0004; }

section.detail table.item1 td.photo {
  background: url(../../shr/img/moomin/moominwr/table_bg1.jpg) center center no-repeat;
  background-size: cover; }
section.detail table.item2 td.photo {
  background: url(../../shr/img/moomin/moominwr/table_bg2.jpg) center center no-repeat;
  background-size: cover; }
