* {
  margin: 0;
  padding: 0;
  list-style-type: none;
  box-sizing: border-box;
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1;
  text-decoration: none; }

header {
  padding: 50px 0 0 0;
  position: relative; }
  header .headerLogo {
    width: 220px;
    display: block;
    margin: 0 auto; }
  header .sns {
    position: absolute;
    top: 50px;
    left: 80px; }
    header .sns a {
      transition: .3s;
      display: inline-block; }
      header .sns a:hover {
        transform: translateY(-8px); }
    header .sns img {
      width: 25px;
      margin-right: 25px; }
  header nav {
    display: block;
    width: 100%;
    border-top: solid thin gray;
    border-bottom: solid thin gray;
    padding: 20px 0;
    margin: 50px 0 0 0; }
    header nav ul {
      width: 900px;
      display: flex;
      margin: 0 auto;
      justify-content: space-between; }
      header nav ul li a {
        color: #4d4d4d; }
      header nav ul li a.line {
        width: 100%;
        height: 100%;
        position: relative; }
        header nav ul li a.line::before, header nav ul li a.line::after {
          border-bottom: solid 1px #4d4d4d;
          bottom: -5px;
          content: "";
          display: block;
          position: absolute;
          transition: all .3s ease;
          -webkit-transition: all .3s ease;
          width: 0; }
        header nav ul li a.line::before {
          left: 50%; }
        header nav ul li a.line::after {
          right: 50%; }
        header nav ul li a.line:hover::before, header nav ul li a.line:hover::after {
          width: 50%; }

h2 {
  font-size: 30px;
  color: #4d4d4d;
  text-align: center;
  margin-bottom: 75px; }

footer {
  padding: 80px 0;
  background-color: #685B56;
  position: relative; }
  footer .footerLogo {
    margin-left: 180px;
    transition: .3s; }
    footer .footerLogo img {
      width: 165px; }
    footer .footerLogo:hover {
      opacity: 0.5; }
  footer nav {
    position: absolute;
    top: 80px;
    right: 180px; }
    footer nav ul {
      width: 650px;
      display: flex;
      justify-content: space-between; }
      footer nav ul li {
        display: inline-block; }
        footer nav ul li a {
          color: white; }
        footer nav ul li a.line {
          width: 100%;
          height: 100%;
          position: relative; }
          footer nav ul li a.line::before, footer nav ul li a.line::after {
            border-bottom: solid 1px white;
            bottom: -5px;
            content: "";
            display: block;
            position: absolute;
            transition: all .3s ease;
            -webkit-transition: all .3s ease;
            width: 0; }
          footer nav ul li a.line::before {
            left: 50%; }
          footer nav ul li a.line::after {
            right: 50%; }
          footer nav ul li a.line:hover::before, footer nav ul li a.line:hover::after {
            width: 50%; }
  footer .sns {
    position: absolute;
    bottom: 80px;
    right: 180px; }
    footer .sns a {
      width: 25px;
      display: inline-block;
      margin-left: 20px;
      transition: .3s; }
      footer .sns a:hover {
        transform: translateY(-8px); }
    footer .sns img {
      width: 25px; }

@media (max-width: 768px) {
  header, nav {
    display: none; }

  footer {
    display: none; } }
#hero {
  background-image: url("../img/herbHero.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 500px; }

.pc {
  display: block; }

.sp {
  display: none; }

#herbSchool {
  padding: 90px 0 200px 0;
  width: 1000px;
  margin: 0 auto;
  position: relative; }
  #herbSchool .titleEn {
    width: 147px;
    display: block;
    margin: 0 auto 15px auto; }
  #herbSchool .flower01 {
    width: 150px;
    position: absolute;
    top: 530px;
    right: 0; }
  #herbSchool .flower02 {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 170px; }
  #herbSchool p {
    font-size: 21px;
    margin-top: 90px;
    text-align: center;
    line-height: 1.8;
    color: #4d4d4d;
    margin-bottom: 160px; }
  #herbSchool .tea {
    padding-left: 200px; }
  #herbSchool .craft {
    margin-left: 500px; }
    #herbSchool .craft p {
      text-align: left;
      margin: 10px 0 0 0; }
  #herbSchool .cooking {
    padding-left: 200px; }
  #herbSchool dl {
    margin-bottom: 150px;
    position: relative; }
  #herbSchool dt {
    color: #478250;
    font-size: 30px;
    margin-bottom: 35px; }
    #herbSchool dt:before {
      content: url("../img/circleHerb.svg");
      width: 250px;
      position: absolute;
      top: -80px;
      left: 130px; }
  #herbSchool dd {
    font-size: 22px;
    line-height: 1.5;
    color: #4d4d4d; }
  #herbSchool .craft dt:before {
    left: -70px; }
  #herbSchool ul {
    width: 1000px;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    margin-top: 40px; }
    #herbSchool ul li img {
      width: 320px; }
  #herbSchool .note {
    font-size: 18px;
    width: 410px;
    margin: 10px 0 0 auto;
    display: block;
    text-align: left; }
  #herbSchool .corona {
    display: block;
    margin: 70px auto 0 auto;
    background-image: url("../img/coronaBg.jpg");
    width: 575px;
    height: 215px;
    border-radius: 5px;
    padding: 10px; }
    #herbSchool .corona dl {
      width: 553px;
      height: 193px;
      border: dashed 1px #998675;
      margin: 0 auto;
      border-radius: 10px; }
      #herbSchool .corona dl dt {
        background: #998675;
        width: 553px;
        text-align: center;
        color: white;
        font-size: 23px;
        padding: 10px 0;
        margin-top: 20px;
        margin-bottom: 15px; }
        #herbSchool .corona dl dt:before {
          content: ""; }
      #herbSchool .corona dl dd {
        font-size: 18px;
        display: table;
        margin: 0 auto;
        color: #998675;
        line-height: 1.8; }

@media (max-width: 768px) {
  header, nav {
    display: none; }

  footer {
    display: none; }

  .pc {
    display: none; }

  .sp {
    display: block; }

  #herbSchool {
    padding: 90px 0 200px 0;
    width: 90%;
    margin: 0 auto;
    position: relative; }
    #herbSchool .titleEn {
      width: 147px;
      display: block;
      margin: 0 auto 15px auto; }
    #herbSchool h2 {
      margin-bottom: 50px; }
    #herbSchool .flower01 {
      width: 100px;
      position: absolute;
      top: 15px;
      right: 0; }
    #herbSchool .flower02 {
      position: absolute;
      bottom: 50px;
      left: 10px;
      width: 120px; }
    #herbSchool p {
      font-size: 16px;
      margin-top: 50px;
      text-align: justify;
      line-height: 1.8;
      color: #4d4d4d;
      width: 90%;
      margin: 0 auto 100px auto; }
    #herbSchool .tea {
      padding-left: 0px; }
    #herbSchool .craft {
      margin: 0 auto 0 auto; }
      #herbSchool .craft p {
        text-align: center;
        margin: 10px 0 0 0; }
    #herbSchool .cooking {
      padding-left: 0px;
      margin-top: 50px; }
      #herbSchool .cooking dd {
        text-align: justify; }
    #herbSchool dl {
      margin: 0 auto 50px auto;
      position: relative;
      display: block;
      width: 90%;
      border-bottom: solid thin gray;
      padding-bottom: 50px; }
      #herbSchool dl:last-of-type {
        border-bottom: none; }
      #herbSchool dl dt {
        color: #478250;
        font-size: 26px;
        margin-bottom: 10px;
        text-align: center; }
        #herbSchool dl dt:before {
          content: url("../img/circleHerb.svg");
          width: 250px;
          position: absolute;
          top: -80px;
          left: 130px;
          display: none; }
      #herbSchool dl dd {
        font-size: 16px;
        line-height: 1.5;
        color: #4d4d4d;
        width: auto; }
    #herbSchool .craft dt:before {
      left: -70px; }
    #herbSchool ul {
      width: 90%;
      display: block;
      margin: 0 auto;
      margin-top: 40px; }
      #herbSchool ul li img {
        width: 100%;
        margin-bottom: 30px; }
    #herbSchool .craft dd {
      text-align: center; }
    #herbSchool .note {
      font-size: 16px;
      width: 90%;
      margin: 10px auto 0 auto;
      display: block;
      text-align: left; }
    #herbSchool .corona {
      display: block;
      margin: 70px auto 0 auto;
      background-image: url("../img/coronaBg.jpg");
      width: 90%;
      height: auto;
      border-radius: 5px;
      padding: 10px; }
      #herbSchool .corona dl {
        width: 95%;
        height: auto;
        border: dashed 1px #998675;
        margin: 0 auto;
        border-radius: 10px;
        padding-bottom: 10px; }
        #herbSchool .corona dl dt {
          background: #998675;
          width: 100%;
          text-align: center;
          color: white;
          font-size: 19px;
          padding: 10px 0;
          margin-top: 20px;
          margin-bottom: 15px;
          line-height: 1.5; }
        #herbSchool .corona dl dd {
          font-size: 16px;
          display: table;
          margin: 0 auto;
          color: #998675;
          line-height: 1.8;
          width: 95%; } }
