@media screen and (max-width: 766px) {
  .detail {
    width: 90%;
    margin: 0 auto 30px;
    position: relative; }
    .detail .shop_name {
      width: 100%;
      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; }

  .recruit > div {
    background: #fff;
    padding: 15px;
    width: 90%;
    margin: 0 auto 30px;
    -webkit-box-shadow: 0px 0px 3px 3px rgba(106, 91, 86, 0.1);
    -moz-box-shadow: 0px 0px 3px 3px rgba(106, 91, 86, 0.1);
    -ms-box-shadow: 0px 0px 3px 3px rgba(106, 91, 86, 0.1);
    -o-box-shadow: 0px 0px 3px 3px rgba(106, 91, 86, 0.1);
    box-shadow: 0px 0px 3px 3px rgba(106, 91, 86, 0.1); }
    .recruit > div > div:first-child {
      margin-bottom: 30px;
      padding-bottom: 30px;
      border-bottom: 5px solid #f5f1eb; }
  .recruit h2 {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 5px solid #f5f1eb;
    position: relative;
    line-height: 1.5em;
    font-size: 1.75em;
    font-weight: bold;
    font-family: 'Noto Sans Japanese', sans-serif; }
    .recruit h2 p {
      font-size: 0.7em;
      font-weight: normal;
      line-height: 1.25em;
      margin-bottom: 10px; }
  .recruit h2 + div {
    width: 90%;
    margin: 0 auto;
    position: relative; }
    .recruit h2 + div figure {
      margin-bottom: 45px; }
      .recruit h2 + div figure img {
        width: 100%; }
    .recruit h2 + div > div:nth-of-type(1) {
      width: 100%;
      margin: 0 auto 30px; }
      .recruit h2 + div > div:nth-of-type(1) h3 {
        font-size: 1.5em;
        font-weight: bold;
        font-family: 'Noto Sans Japanese', sans-serif;
        margin-bottom: 15px; }
    .recruit h2 + div dl {
      width: 100%;
      margin-bottom: 45px; }
      .recruit h2 + div dl dt {
        width: 100%;
        background: #f5f1eb;
        border-left: 1px solid #43312d;
        border-right: 1px solid #43312d;
        border-top: 1px solid #43312d;
        padding: 10px;
        font-size: 1.1em; }
      .recruit h2 + div dl dd {
        width: 100%;
        border-right: 1px solid #43312d;
        border-left: 1px solid #43312d;
        padding: 10px;
        font-size: 1.1em; }
      .recruit h2 + div dl dd:nth-last-of-type(1) {
        border-bottom: 1px solid #43312d; }
    .recruit h2 + div dl + div h4 {
      font-size: 1.25em;
      font-weight: bold;
      font-family: 'Noto Sans Japanese', sans-serif;
      text-align: center;
      margin-bottom: 15px; }
    .recruit h2 + div dl + div p {
      font-size: 2em;
      font-family: 'Noto Sans Japanese', sans-serif;
      text-align: center;
      line-height: 1.25em; }
      .recruit h2 + div dl + div p span {
        font-size: 0.6em;
        display: block; }

  .recommended h3 {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    -o-align-content: center;
    align-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center; }
    .recommended h3 span {
      font-family: 'Contrail One', cursive;
      line-height: 1em;
      font-size: 2.5em; }
    .recommended h3 span:nth-of-type(1),
    .recommended h3 span:nth-of-type(5) {
      color: #86f293; }
    .recommended h3 span:nth-of-type(2),
    .recommended h3 span:nth-of-type(6) {
      color: #fdb722; }
    .recommended h3 span:nth-of-type(3),
    .recommended h3 span:nth-of-type(7) {
      color: #ff8467; }
    .recommended h3 span:nth-of-type(4),
    .recommended h3 span:nth-of-type(8) {
      color: #44a4f6; }
  .recommended h3 + p {
    text-align: center;
    margin-bottom: 10px;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-size: 1.2em;
    position: relative; }
  .recommended ul:nth-of-type(1) {
    width: 100%;
    margin-bottom: 30px;
    border-top: 1px solid #ddd; }
    .recommended ul:nth-of-type(1) li {
      padding: 15px;
      border-bottom: 1px solid #ddd; }
      .recommended ul:nth-of-type(1) li a {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-content: center;
        -moz-align-content: center;
        -ms-align-content: center;
        -o-align-content: center;
        align-content: center;
        font-size: 1.1em;
        letter-spacing: 0.1em; }
        .recommended ul:nth-of-type(1) li a br {
          display: none; }
    .recommended ul:nth-of-type(1) li:nth-of-type(odd) {
      background: #fafafa; }
    .recommended ul:nth-of-type(1) li:before {
      content: attr(data-text);
      display: block;
      margin-bottom: 5px;
      color: #999; }
  .recommended > 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; }
  .recommended > a:hover {
    top: 4px;
    box-shadow: 0px 1px 1px 0px #8eb42a; } }
