* {
  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; } }
.pc {
  display: block; }

.sp {
  display: none; }

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

#aromaSchool {
  padding: 90px 0;
  width: 1000px;
  margin: 0 auto; }
  #aromaSchool .titleEn {
    width: 147px;
    display: block;
    margin: 0 auto 15px auto; }
  #aromaSchool p {
    font-size: 21px;
    margin-top: 90px;
    text-align: center;
    line-height: 1.8;
    color: #4d4d4d; }
  #aromaSchool dl {
    display: table;
    margin: 0 auto;
    margin-top: 230px;
    position: relative; }
    #aromaSchool dl img {
      position: absolute;
      top: -120px;
      left: -120px;
      width: 450px; }
    #aromaSchool dl dt {
      color: #478250;
      font-size: 29px;
      margin-bottom: 30px; }
    #aromaSchool dl dd {
      font-size: 21px; }
      #aromaSchool dl dd ul {
        width: 530px; }
        #aromaSchool dl dd ul li {
          display: inline-block;
          line-height: 2;
          color: #4d4d4d; }
  #aromaSchool ul {
    width: 1000px;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    margin-top: 40px; }
    #aromaSchool ul li img {
      width: 320px; }
  #aromaSchool .note {
    font-size: 18px;
    width: 500px;
    margin: 10px 0 0 auto;
    display: block;
    text-align: left; }
  #aromaSchool .corona {
    display: block;
    margin: 70px auto 0 auto;
    background-image: url("../img/coronaBg.jpg");
    width: 575px;
    height: 215px;
    border-radius: 5px;
    padding: 10px; }
    #aromaSchool .corona dl {
      width: 553px;
      height: 193px;
      border: dashed 1px #998675;
      margin: 0 auto;
      border-radius: 10px; }
      #aromaSchool .corona dl dt {
        background: #998675;
        width: 553px;
        text-align: center;
        color: white;
        font-size: 23px;
        padding: 10px 0;
        margin-top: 20px;
        margin-bottom: 15px; }
      #aromaSchool .corona dl dd {
        font-size: 18px;
        display: table;
        margin: 0 auto;
        color: #998675;
        line-height: 1.8; }

#spaceDesign {
  padding: 90px 0 200px 0;
  background-color: #E8EEEC;
  position: relative; }
  #spaceDesign .titleEn {
    width: 147px;
    display: block;
    margin: 0 auto 15px auto; }
  #spaceDesign .flower {
    position: absolute;
    top: -20px;
    left: 100px;
    width: 200px; }
  #spaceDesign .tea {
    position: absolute;
    bottom: 50px;
    right: 100px;
    width: 260px; }
  #spaceDesign > div {
    width: 1000px;
    margin: 0 auto;
    position: relative; }
  #spaceDesign p {
    font-size: 21px;
    margin-top: 90px;
    text-align: center;
    line-height: 1.8;
    color: #4d4d4d;
    margin-bottom: 100px; }
  #spaceDesign .bubble {
    position: absolute;
    top: -120px;
    right: -25px;
    width: 275px; }
  #spaceDesign p.comment {
    margin: 0;
    position: absolute;
    top: -70px;
    right: 0; }
  #spaceDesign ul {
    display: table;
    margin: 0 auto; }
  #spaceDesign dl {
    margin-bottom: 50px; }
    #spaceDesign dl dt {
      font-size: 26px;
      display: inline-block;
      vertical-align: top;
      line-height: 1.5;
      width: 230px;
      color: #478250; }
    #spaceDesign dl dd {
      font-size: 18px;
      display: inline-block;
      vertical-align: top;
      line-height: 1.8;
      width: 600px;
      border-left: solid thin gray;
      padding-left: 30px;
      color: #4d4d4d; }
  #spaceDesign ul.image {
    width: 660px;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    margin-top: 40px; }
    #spaceDesign ul.image li img {
      width: 320px; }

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

  footer {
    display: none; }

  .pc {
    display: none; }

  .sp {
    display: block; }

  #aromaSchool {
    padding: 90px 0;
    width: 100%;
    margin: 0 auto; }
    #aromaSchool h2 {
      margin-bottom: 30px; }
    #aromaSchool .titleEn {
      width: 147px;
      display: block;
      margin: 0 auto 15px auto; }
    #aromaSchool p {
      font-size: 16px;
      margin-top: 30px;
      text-align: justify;
      line-height: 1.8;
      color: #4d4d4d;
      width: 80%;
      margin: 0 auto; }
    #aromaSchool dl {
      display: block;
      margin: 0 auto;
      margin-top: 50px;
      position: relative;
      width: 100%; }
      #aromaSchool dl img {
        display: none;
        position: absolute;
        top: -120px;
        left: -120px;
        width: 450px; }
      #aromaSchool dl dt {
        color: #478250;
        font-size: 24px;
        margin-bottom: 30px;
        text-align: center; }
      #aromaSchool dl dd {
        font-size: 16px;
        width: 100%;
        margin: 0 auto;
        display: block; }
        #aromaSchool dl dd ul {
          width: auto;
          margin: 0 auto;
          display: table; }
          #aromaSchool dl dd ul li {
            display: inline-block;
            line-height: 2;
            color: #4d4d4d;
            margin-left: 10px;
            margin-right: 10px; }
    #aromaSchool ul {
      width: 100%;
      display: block;
      margin: 0 auto;
      justify-content: space-between;
      margin-top: 40px; }
      #aromaSchool ul li {
        margin-bottom: 30px; }
        #aromaSchool ul li img {
          width: 80%;
          display: block;
          margin: 0 auto; }
    #aromaSchool .note {
      font-size: 16px;
      width: 80%;
      margin: 10px auto 0 auto;
      display: block;
      text-align: justify; }
    #aromaSchool .corona {
      display: block;
      margin: 70px auto 0 auto;
      background-image: url("../img/coronaBg.jpg");
      width: 90%;
      height: auto;
      border-radius: 5px;
      padding: 10px; }
      #aromaSchool .corona dl {
        width: 95%;
        height: auto;
        border: dashed 1px #998675;
        margin: 0 auto;
        border-radius: 10px;
        padding-bottom: 10px; }
        #aromaSchool .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; }
        #aromaSchool .corona dl dd {
          font-size: 16px;
          display: table;
          margin: 0 auto;
          color: #998675;
          line-height: 1.8;
          width: 95%; }

  #spaceDesign {
    padding: 150px 0 200px 0;
    background-color: #E8EEEC;
    position: relative;
    overflow: hidden; }
    #spaceDesign .titleEn {
      width: 147px;
      display: block;
      margin: 0 auto 15px auto; }
    #spaceDesign h2 {
      margin-bottom: 30px; }
    #spaceDesign .flower {
      position: absolute;
      top: 30px;
      left: 10px;
      width: 120px; }
    #spaceDesign .tea {
      position: absolute;
      bottom: 50px;
      right: 50px;
      width: 200px; }
    #spaceDesign > div {
      width: 90%;
      margin: 0 auto;
      position: relative;
      display: block; }
    #spaceDesign p {
      font-size: 16px;
      margin-top: 90px;
      text-align: justify;
      line-height: 1.8;
      color: #4d4d4d;
      margin: 50px auto 50px auto;
      width: 90%; }
    #spaceDesign .bubble {
      position: absolute;
      top: -140px;
      right: -25px;
      width: 185px; }
    #spaceDesign p.comment {
      margin: 0;
      position: absolute;
      top: -100px;
      right: -10px;
      font-size: 15px;
      width: auto; }
    #spaceDesign ul {
      display: table;
      margin: 0 auto;
      width: 80%; }
    #spaceDesign dl {
      margin-bottom: 50px; }
      #spaceDesign dl dt {
        font-size: 26px;
        display: block;
        vertical-align: top;
        line-height: 1.5;
        width: auto;
        color: #478250;
        margin-bottom: 10px; }
      #spaceDesign dl dd {
        font-size: 16px;
        display: block;
        vertical-align: top;
        line-height: 1.8;
        width: 100%;
        border-left: none;
        padding-left: 0px;
        color: #4d4d4d;
        text-align: justify; }
    #spaceDesign ul.image {
      width: 100%;
      display: block;
      margin: 0 auto;
      margin-top: 40px; }
      #spaceDesign ul.image li {
        display: block; }
        #spaceDesign ul.image li img {
          width: 80%;
          margin: 0 auto 30px auto;
          display: block; } }
