@media screen and (max-width: 766px) {
  .detail {
    width: 90%;
    margin: 0 auto 30px;
    position: relative; }
    .detail .shop_name {
      width: 100%;
      margin-bottom: 30px;
      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: 10px;
        width: 15%;
        position: relative; }
        .detail .shop_name figure img {
          width: 100%; }
      .detail .shop_name div p {
        font-size: 1em;
        font-family: 'Noto Sans Japanese', sans-serif;
        margin-bottom: 10px; }
      .detail .shop_name div h2 {
        font-size: 2em;
        font-weight: bold;
        font-family: 'Noto Sans Japanese', sans-serif; }
    .detail .profile {
      margin-bottom: 60px; }
      .detail .profile figure {
        width: 100%;
        position: relative;
        margin-bottom: 30px; }
        .detail .profile figure img {
          width: 100%; }
      .detail .profile > div p {
        font-size: 1.2em;
        font-family: 'Noto Sans Japanese', sans-serif;
        line-height: 1.75em;
        margin-bottom: 15px; }
      .detail .profile > div > dl {
        margin-bottom: 30px; }
        .detail .profile > div > dl dt {
          padding: 10px 10px 0;
          line-height: 1em;
          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: 0 10px 10px;
          line-height: 1em;
          border-bottom: 1px dotted #3e2a24; }
          .detail .profile > div > dl dd p {
            margin: 0; }
        .detail .profile > div > dl dd:nth-last-of-type(1) {
          padding-bottom: 0;
          border-bottom: 0; }
      .detail .profile > div > dl + a {
        display: block;
        width: 80%;
        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; }

  .info {
    width: 90%;
    margin: 0 auto 60px; }
    .info > div {
      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;
      margin-bottom: 45px; }
      .info > div h3 {
        margin-right: 10px;
        margin-bottom: 10px; }
        .info > div h3 span {
          font-family: 'Contrail One', cursive;
          line-height: 1em;
          font-size: 2.5em; }
        .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: 10px;
          padding-bottom: 10px;
          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;
        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; } }
