@charset "UTF-8";
@import url("base.css");
/*共通設定-------------------------------------------------------------------------------------------------------------------------------------*/
/*基本設定*/
/*メイン*/
#m_top {
  width: 100%;
  position: relative; }
  #m_top #main_text {
    width: 470px;
    position: absolute;
    top: 20em;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background-color: #fff;
    padding: 2em 35px;
    border: 1px solid #000;
    text-align: center;
    line-height: 2; }
  #m_top ul {
    width: 540px;
    margin: 18em auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #m_top ul li {
      width: 31.333%;
      text-align: center; }
      #m_top ul li a {
        font-weight: bold;
        text-decoration: none;
        color: #000;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all  0.3s ease;
        border-bottom: 1px dotted #000; }
        #m_top ul li a:hover, #m_top ul li a:active {
          color: #000;
          text-decoration: none;
          color: #666; }
  #m_top .top_img img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    /* この一行を追加するだけ！ */ }

.g_back {
  background-color: #f9f9f9;
  padding: 3em 0;
  margin: 6em 0 0;
  width: 100%; }

#list {
  margin: 2em auto; }
  #list h2 {
    font-size: 200%;
    text-align: center; }
    #list h2 span {
      font-size: 50%;
      font-weight: normal !important;
      display: block; }
  #list a {
    display: block;
    color: #000;
    text-decoration: none;
    margin: 0; }
    #list a:hover, #list a:active {
      color: #000;
      text-decoration: underline; }
  #list dl {
    width: 540px;
    margin: 2em auto 0;
    text-align: center; }
    #list dl dt {
      font-weight: bold;
      margin: 0 0 1em; }
  #list #jewelry {
    margin: 3em 0 0;
    padding: 2em 2%;
    width: 100%;
    border: 1px solid #000;
    box-sizing: border-box;
    background-color: #fff; }
    #list #jewelry ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      #list #jewelry ul li {
        width: 31.333%;
        text-align: center; }
        #list #jewelry ul li:nth-child(n+4) {
          margin: 2em 0 0; }
        #list #jewelry ul li a {
          display: block;
          color: #000;
          text-decoration: none;
          margin: 1em 0 0; }
          #list #jewelry ul li a:hover, #list #jewelry ul li a:active {
            color: #000;
            text-decoration: underline; }
    #list #jewelry #new {
      border-top: 1px solid #d8d8d8;
      padding: 2em 0 0;
      margin: 2em 0 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      #list #jewelry #new dl {
        width: 48%;
        margin: 0; }
        #list #jewelry #new dl dt {
          margin: 0 0 0.5em; }
      #list #jewelry #new #new_inner {
        width: 48%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        #list #jewelry #new #new_inner .rss_list {
          width: 31.333%; }
          #list #jewelry #new #new_inner .rss_list img {
            height: 9em;
            object-fit: cover; }
        #list #jewelry #new #new_inner a {
          margin: 0; }
  #list #appeal {
    margin: 6em 0 0; }
    #list #appeal ul {
      width: 540px;
      margin: 3em auto 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      #list #appeal ul li {
        width: 31.333%;
        text-align: center; }
        #list #appeal ul li a {
          display: inline-block;
          text-align: center;
          color: #000;
          font-weight: bold;
          text-decoration: none;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all  0.3s ease;
          border-bottom: 1px dotted #000; }
          #list #appeal ul li a:hover, #list #appeal ul li a:active {
            color: #666;
            text-decoration: none; }
    #list #appeal figure {
      margin: 4em 0 0; }

#reform {
  margin: 6em auto 0; }
  #reform h2 {
    font-size: 200%;
    text-align: center; }
    #reform h2 span {
      font-size: 50%;
      font-weight: normal !important;
      display: block; }
  #reform #reform_list {
    width: 540px;
    margin: 3em auto; }
    #reform #reform_list li:nth-child(n+2) {
      margin: 2em 0 0;
      border-top: 1px solid #000;
      padding: 2em 0 0; }
    #reform #reform_list li a {
      display: block;
      text-align: center;
      font-weight: bold;
      text-decoration: none;
      color: #000;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all  0.3s ease; }
      #reform #reform_list li a:hover, #reform #reform_list li a:active {
        color: #666;
        text-decoration: none; }
  #reform #reform_case li {
    border: 1px solid #000;
    padding: 2em 2%;
    box-sizing: border-box;
    width: 100%; }
    #reform #reform_case li:nth-child(n+2) {
      margin: 4em 0 0; }
    #reform #reform_case li h3 {
      text-align: center;
      margin: 0 0 2em; }
    #reform #reform_case li .column {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      #reform #reform_case li .column table {
        width: 48%; }
        #reform #reform_case li .column table th {
          width: 26%;
          vertical-align: top;
          padding: 1em 2%; }
        #reform #reform_case li .column table td {
          width: 66%;
          vertical-align: top;
          padding: 1em 2%; }
        #reform #reform_case li .column table tr:nth-child(n+2) {
          border-top: 1px solid #000; }
      #reform #reform_case li .column .images1 {
        width: 48%; }
        #reform #reform_case li .column .images1 figure {
          width: 100%; }
      #reform #reform_case li .column .images2 {
        width: 48%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        #reform #reform_case li .column .images2 figure {
          width: 48%; }

#contact {
  margin: 6em auto 0; }
  #contact h2 {
    font-size: 200%;
    text-align: center; }
    #contact h2 span {
      font-size: 50%;
      font-weight: normal !important;
      display: block; }
  #contact p {
    margin: 2em auto 0;
    width: 540px;
    text-align: center; }
  #contact ul {
    width: 100%;
    margin: 4em auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #contact ul li {
      padding: 4em 4%;
      width: 46%;
      border: 1px solid #000;
      box-sizing: border-box; }
      #contact ul li dl dt {
        text-align: center;
        border-bottom: 1px dotted #000; }
      #contact ul li dl dd a {
        display: block;
        width: 80%;
        margin: 2em auto 0; }
      #contact ul li:nth-child(2) dl dd a {
        display: block;
        padding: 1em 2%;
        margin: 2em auto 0;
        background-color: #000;
        color: #fff;
        text-decoration: none;
        text-align: center;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all  0.3s ease; }
        #contact ul li:nth-child(2) dl dd a:hover, #contact ul li:nth-child(2) dl dd a:active {
          background-color: #333;
          color: #fff;
          text-decoration: none; }

/*共通設定ここまで-------------------------------------------------------------------------------------------------------------------------------------*/
/* pc */
@media screen and (min-width: 1000px) {
  /*メイン*/
  #list, #contact {
    width: 980px; }

  .reform_contact {
    width: calc(980px - 4%); } }
/* tablet以下共通 ------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 999px) {
  /*メイン*/
  #list, #contact {
    width: 96%; }

  .reform_contact {
    width: 88%; } }
/* tablet以下共通ここまで ------------------------------------------------------------------------------------------*/
/* tablet1  */
@media only screen and (min-width: 768px) and (max-width: 999px) {
  #m_top #main_text {
    top: 24em; }
  #m_top ul {
    margin: 20em auto 0; } }
/* tablet2  */
@media only screen and (max-width: 767px) {
  /*メイン*/
  #m_top {
    width: 100%;
    position: relative; }
    #m_top #main_text {
      width: 82%;
      position: absolute;
      top: 22em;
      padding: 2em 4%; }
    #m_top ul {
      width: 96%;
      margin: 16em auto 0;
      flex-direction: column; }
      #m_top ul li {
        width: 100%;
        text-align: center; }
        #m_top ul li:nth-child(n+2) {
          margin: 2em 0 0; }

  #list h2 {
    font-size: 180%; }
  #list #jewelry {
    width: 80%;
    margin: 2em auto 0; }
    #list #jewelry ul {
      flex-direction: column; }
      #list #jewelry ul li {
        width: 80%;
        margin: 0 auto;
        text-align: center; }
        #list #jewelry ul li:nth-child(n+2) {
          margin: 2em auto 0; }
    #list #jewelry #new {
      flex-direction: column; }
      #list #jewelry #new dl {
        width: 100%;
        margin: 0; }
      #list #jewelry #new #new_inner {
        width: 100%;
        flex-direction: column; }
        #list #jewelry #new #new_inner .rss_list {
          width: 80%;
          margin: 0 auto; }
          #list #jewelry #new #new_inner .rss_list:nth-child(n+2) {
            margin: 2em auto 0; }
          #list #jewelry #new #new_inner .rss_list img {
            height: 14em;
            object-fit: cover; }
        #list #jewelry #new #new_inner a {
          margin: 0; }
  #list #appeal {
    margin: 6em 0 0; }
    #list #appeal ul {
      flex-direction: column; }
      #list #appeal ul li {
        margin: 0 auto; }
        #list #appeal ul li:nth-child(n+2) {
          margin: 2em auto 0; }
    #list #appeal figure {
      margin: 2em 0 0; }

  #contact h2 {
    font-size: 180%; }
  #contact p {
    width: 80%;
    margin: 2em auto 0;
    text-align: center; }
  #contact ul {
    flex-direction: column;
    margin: 2em auto 0; }
    #contact ul li {
      padding: 4em 4%;
      width: 80%;
      margin: 0 auto; }
      #contact ul li:nth-child(n+2) {
        margin: 2em auto 0; } }
/* tablet3  */
@media only screen and (max-width: 550px) {
  /*メイン*/
  #m_top {
    width: 100%;
    position: relative; }
    #m_top #main_text {
      width: 82%;
      position: absolute;
      top: 22em;
      padding: 2em 4%; }
    #m_top ul {
      width: 96%;
      margin: 20em auto 0;
      flex-direction: column; }
      #m_top ul li {
        width: 100%;
        text-align: center; }
        #m_top ul li:nth-child(n+2) {
          margin: 2em 0 0; }

  .g_back {
    background-color: #f9f9f9;
    padding: 2em 0; }

  #list {
    margin: 2em auto; }
    #list dl {
      width: 96%; }
    #list #appeal {
      margin: 6em 0 0; }
      #list #appeal ul {
        width: 96%; }
        #list #appeal ul li {
          width: 80%; }

  #reform {
    margin: 6em auto 0; }
    #reform #reform_list {
      width: 96%; } }
/* smartPhone1 */
@media only screen and (max-width: 499px) {
  /*メイン*/
  #m_top #main_text {
    top: 20em; }
  #m_top ul {
    margin: 22em auto 0; } }
