@media print, screen and (min-width: 767px) {
  .detail {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto 60px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative; }
    .detail .shop_name {
      width: 100%;
      margin-bottom: 45px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      -o-justify-content: flex-start;
      justify-content: flex-start; }
      .detail .shop_name figure {
        margin-right: 30px;
        width: 12.5%;
        position: relative; }
        .detail .shop_name figure img {
          max-width: 200px;
          width: 100%; }
      .detail .shop_name div p {
        font-size: 1.2em;
        font-family: 'Noto Sans Japanese', sans-serif;
        margin-bottom: 10px; }
      .detail .shop_name div h2 {
        font-size: 2.25em;
        font-weight: bold;
        font-family: 'Noto Sans Japanese', sans-serif; }
    .detail .profile {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      -webkit-align-items: baseline;
      -moz-align-items: flex-start;
      -ms-align-items: flex-start;
      -o-align-items: flex-start;
      align-items: flex-start;
      position: relative;
      width: 100%; }
      .detail .profile figure {
        width: 40%;
        position: relative;
        display: block; }
        .detail .profile figure img {
          width: 100%; }
      .detail .profile > div {
        width: 55%;
        display: block; }
        .detail .profile > div p {
          font-size: 1.2em;
          font-family: 'Noto Sans Japanese', sans-serif;
          line-height: 1.75em;
          margin-bottom: 30px; }
        .detail .profile > div > dl {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-justify-content: space-between;
          -moz-justify-content: space-between;
          -ms-justify-content: space-between;
          -o-justify-content: space-between;
          justify-content: space-between;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          -o-flex-wrap: wrap;
          flex-wrap: wrap;
          margin-bottom: 45px; }
          .detail .profile > div > dl dt {
            padding: 10px;
            line-height: 1em;
            border-bottom: 1px dotted #3e2a24;
            width: 40%;
            font-size: 1.2em;
            position: relative;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-align-items: center;
            -moz-align-items: center;
            -ms-align-items: center;
            -o-align-items: center;
            align-items: center; }
            .detail .profile > div > dl dt img {
              margin-right: 10px; }
          .detail .profile > div > dl dt:nth-of-type(2) img {
            padding: 0 6px 0 7px; }
          .detail .profile > div > dl dd {
            padding: 10px;
            line-height: 1em;
            border-bottom: 1px dotted #3e2a24;
            width: 60%; }
            .detail .profile > div > dl dd p {
              margin: 0; }
          .detail .profile > div > dl dt:nth-last-of-type(1),
          .detail .profile > div > dl dd:nth-last-of-type(1) {
            padding-bottom: 0;
            border-bottom: 0; }
        .detail .profile > div > dl + a {
          display: block;
          max-width: 400px;
          width: 90%;
          height: 45px;
          background: #ffa91e;
          font-size: 1.2em;
          border-radius: 5px;
          font-family: 'Noto Sans Japanese', sans-serif;
          font-weight: bold;
          color: #fff;
          margin: 0 auto 15px;
          cursor: pointer;
          box-shadow: 0px 5px 1px 0px #e49d27;
          position: relative;
          text-align: center;
          line-height: 45px;
          text-decoration: none; }
        .detail .profile > div > dl + a:hover {
          top: 4px;
          box-shadow: 0px 1px 1px 0px #e49d27; }
        .detail .profile > div > dl + a:before {
          content: url(../../image/charactor/img02.png);
          position: absolute;
          left: 5px;
          top: -25px; }
        .detail .profile > div > dl + a:after {
          content: url(../../image/charactor/img07.png);
          position: absolute;
          right: 5px;
          top: -25px; }

  .info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    width: 90%;
    max-width: 1100px;
    margin: 0 auto 90px; }
    .info > div {
      position: relative;
      width: 47.5%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap; }
      .info > div h3 {
        margin-right: 15px;
        margin-bottom: 15px; }
        .info > div h3 span {
          font-family: 'Contrail One', cursive;
          line-height: 1em;
          font-size: 2em; }
        .info > div h3 span:nth-of-type(1),
        .info > div h3 span:nth-of-type(5) {
          color: #86f293; }
        .info > div h3 span:nth-of-type(2),
        .info > div h3 span:nth-of-type(6) {
          color: #fdb722; }
        .info > div h3 span:nth-of-type(3),
        .info > div h3 span:nth-of-type(7) {
          color: #ff8467; }
        .info > div h3 span:nth-of-type(4),
        .info > div h3 span:nth-of-type(8) {
          color: #44a4f6; }
      .info > div h3 + p + p {
        padding: 10px 0;
        width: 100%; }
      .info > div ul {
        width: 100%;
        margin-bottom: 30px; }
        .info > div ul li {
          margin-bottom: 15px;
          padding-bottom: 15px;
          border-bottom: 1px solid #ddd; }
          .info > div ul li a {
            font-size: 1.1em; }
        .info > div ul li:before {
          content: attr(data-text);
          display: block;
          margin-bottom: 5px;
          color: #999; }
        .info > div ul li:last-child {
          margin-bottom: 0;
          padding-bottom: 0;
          border-bottom: 0; }
      .info > div > a {
        display: block;
        max-width: 300px;
        width: 80%;
        height: 45px;
        background: #9ccc1d;
        font-size: 1.2em;
        border-radius: 5px;
        font-family: 'Noto Sans Japanese', sans-serif;
        font-weight: bold;
        color: #fff;
        margin: 0 auto 15px;
        cursor: pointer;
        box-shadow: 0px 5px 1px 0px #8eb42a;
        position: relative;
        text-align: center;
        line-height: 45px;
        text-decoration: none; }
      .info > div > a:hover {
        top: 4px;
        box-shadow: 0px 1px 1px 0px #8eb42a; } }
