@charset "UTF-8";
/* 変数定義 */
.pc {
  display: block; }

.sp {
  display: none; }

/* header */
header {
  height: 800px;
  position: relative; }
  header .logo {
    display: none; }
  header .hero {
    width: 600px;
    height: 800px;
    background-image: url("../img/news/newsHero.jpg");
    background-size: cover;
    background-position: top left;
    position: relative; }
    header .hero .illust {
      width: 250px;
      position: absolute;
      top: 300px;
      left: 180px; }
    header .hero .text {
      width: 110px;
      position: absolute;
      top: 50px;
      left: 180px; }
  header .title {
    position: absolute;
    right: 200px;
    top: 500px; }
    header .title h1 {
      font-family: "din-2014-narrow", sans-serif;
      font-weight: 300;
      font-style: normal;
      font-size: 60px;
      margin: 0;
      line-height: 1;
      color: #a37b51;
      text-align: right; }
    header .title .h1Sub {
      font-size: 16px;
      color: #808080;
      margin-bottom: 50px;
      width: 100%;
      text-align: right; }

h1 {
  font-size: 35px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  color: #666;
  margin-bottom: 30px;
  margin-top: 100px; }

h2 {
  font-size: 21px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  color: #666; }

.contactTitle {
  width: 750px;
  margin: 150px auto 50px auto; }

#article {
  display: table;
  margin: 70px auto 0 auto;
  padding: 100px 0; }
  #article dd {
    font-size: 20px;
    color: #ed838a;
    font-family: "Sawarabi Gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-weight: normal; }
  #article dt {
    font-size: 25px;
    color: #1a1a1a;
    font-family: "Sawarabi Gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-weight: normal; }
  #article img {
    width: 700px;
    margin: 40px auto; }
  #article p {
    font-size: 20px;
    font-family: "Sawarabi Gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: justify;
    width: 700px;
    color: #000; }

@media (max-width: 768px) {
  .pc {
    display: none; }

  .sp {
    display: block; }

  /* header */
  header {
    height: 800px;
    position: relative; }
    header .logo {
      display: none; }
    header .hero {
      width: 100%;
      height: 800px;
      background-image: url("../img/news/newsHero.jpg");
      background-size: cover;
      background-position: top 0px left -200px;
      position: relative;
      z-index: 0; }
      header .hero .illust {
        width: 200px;
        position: relative;
        top: auto;
        left: auto;
        display: block;
        padding-top: 200px;
        margin: 0 auto;
        padding-left: 10px; }
      header .hero .text {
        width: 80px;
        position: absolute;
        top: 30px;
        left: 30px; }
    header .title {
      position: absolute;
      right: 50px;
      top: 500px; }
      header .title h1 {
        font-family: "din-2014-narrow", sans-serif;
        font-weight: 300;
        font-style: normal;
        font-size: 60px;
        margin: 0;
        line-height: 1;
        color: header .title h1 gold;
        text-align: right; }
      header .title .h1Sub {
        font-size: 16px;
        color: #808080;
        margin-bottom: 50px;
        width: 100%;
        text-align: right; }

  h1 {
    font-size: 30px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 500;
    text-align: center;
    color: #666;
    margin-bottom: 30px; }

  h2 {
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 500;
    text-align: center;
    color: #666; }

  .contactTitle {
    width: 85%;
    margin: 150px auto 50px auto; }

  .deco04 {
    position: absolute;
    top: 100px;
    right: -30px;
    width: 210px;
    display: none; }

  .deco03 {
    position: absolute;
    bottom: 100px;
    left: 0;
    width: 125px;
    display: none; }

  #article {
    display: table;
    margin: 50px auto 0 auto;
    padding: 0 0 70px 0;
    width: 80%; }
    #article dd {
      font-size: 16px;
      color: #ed838a;
      font-family: "Sawarabi Gothic", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-weight: normal; }
    #article dt {
      font-size: 20px;
      color: #1a1a1a;
      font-family: "Sawarabi Gothic", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-weight: normal; }
    #article img {
      width: 100%;
      margin: 40px auto; }
    #article p {
      font-size: 16px;
      font-family: "Sawarabi Gothic", sans-serif;
      font-weight: 400;
      font-style: normal;
      text-align: justify;
      width: 100%;
      color: #000;
      margin: 0 auto; } }
