header {
  height: 110px;
  border-bottom: solid thin black; }
  header div {
    position: relative; }
    header div .headerLogo {
      display: block;
      width: 130px;
      position: absolute;
      bottom: 15px;
      left: 0px; }

#contact {
  background-color: rgba(201, 189, 166, 0.2); }

#schoolTitle {
  width: 1020px;
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  padding-bottom: 140px;
  padding-top: 140px; }
  #schoolTitle h1 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
    z-index: 100;
    position: relative; }
  #schoolTitle h2 {
    font-size: 20px;
    color: #61C1BE;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    text-align: center; }
  #schoolTitle h3 {
    text-align: center;
    font-size: 20px;
    margin-top: 20px; }
  #schoolTitle p {
    text-align: center;
    margin-top: 20px;
    line-height: 2; }
  #schoolTitle h3.inteslineTitle {
    position: absolute;
    font-size: 125px;
    font-weight: bold;
    color: rgba(227, 138, 130, 0.5);
    top: 100px;
    right: 300px;
    z-index: 0; }
  #schoolTitle h3.aromaTitle {
    position: absolute;
    font-size: 100px;
    font-weight: bold;
    color: rgba(201, 160, 99, 0.5);
    top: 65px;
    right: 60px;
    z-index: 0;
    line-height: 1; }

#profile {
  width: 100%;
  background-color: rgba(201, 189, 166, 0.2);
  padding: 80px 0; }
  #profile h1 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center; }
  #profile h2 {
    font-size: 20px;
    color: #61C1BE;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    text-align: center;
    margin-bottom: 80px; }
  #profile div {
    width: 850px;
    display: block;
    margin-left: auto;
    margin-right: auto; }
    #profile div li {
      display: inline-block;
      vertical-align: top; }
    #profile div img {
      width: 290px;
      margin-right: 60px;
      padding-bottom: 30px; }
    #profile div .rName {
      font-size: 25px;
      margin-bottom: 10px; }
    #profile div .rName:after {
      content: "Aiko Sumoto";
      font-size: 15px;
      margin-left: 10px; }
    #profile div .fujitaEn:after {
      content: "Ayako Fujita"; }
    #profile div .tableTitle {
      border: solid thin #3E3A39;
      padding: 2px 20px 0px 25px;
      font-size: 18px;
      width: 75px;
      margin-top: 50px;
      box-sizing: content-box; }
    #profile div table {
      font-size: 15px;
      margin-top: 10px;
      margin-bottom: 10px; }
      #profile div table th {
        font-weight: normal;
        text-align: center;
        position: relative; }
      #profile div table th img {
        width: 180px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        padding-top: 20px; }
      #profile div table td {
        padding-left: 20px; }
    #profile div dl {
      margin-top: 30px; }
      #profile div dl dt {
        display: block;
        padding: 2px 20px 0px 20px;
        text-align: center;
        width: 55px;
        margin-bottom: 5px;
        background: black;
        color: white;
        font-size: 18px;
        box-sizing: content-box; }
      #profile div dl dd {
        font-size: 15px;
        line-height: 1.8;
        margin-top: 20px; }
      #profile div dl dt.fujita {
        background-color: transparent;
        color: black;
        width: auto;
        text-align: left;
        font-weight: bold;
        padding: 0;
        font-size: 18px; }
      #profile div dl dt.fujita br {
        display: none; }
      #profile div dl dd.fujita {
        margin-top: 0px;
        margin-bottom: 30px; }
  #profile div:nth-of-type(2) {
    margin-top: 100px;
    border-top: solid thin black;
    padding-top: 100px; }

.school {
  padding: 80px 0;
  width: 100%; }
  .school h1 {
    font-size: 23px;
    color: #E38A82;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
    font-size: 30px; }
  .school ul {
    width: 1020px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
    .school ul a.pc {
      display: block; }
    .school ul .button {
      position: absolute;
      top: 300px;
      left: 70px;
      width: 160px;
      height: 50px;
      text-align: center;
      text-decoration: none;
      line-height: 54px;
      outline: none;
      margin-top: 50px;
      font-size: 13px;
      font-weight: bold;
      border-radius: 5px; }
    .school ul .button::before,
    .school ul .button::after {
      position: absolute;
      z-index: -1;
      display: block;
      content: ''; }
    .school ul .button,
    .school ul .button::before,
    .school ul .button::after {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transition: all .3s;
      transition: all .3s; }
    .school ul .button {
      position: relative;
      z-index: 2;
      background-color: #E38A82;
      border: 1px solid #E38A82;
      color: #fff;
      line-height: 50px; }
    .school ul .button:hover {
      background-color: #fff;
      border-color: #E38A82;
      color: #E38A82; }
    .school ul .button::before,
    .school ul .button::after {
      top: 0;
      width: 50%;
      height: 100%;
      background-color: #E38A82; }
    .school ul .button::before {
      right: 0; }
    .school ul .button::after {
      left: 0; }
    .school ul .button:hover::before,
    .school ul .button:hover::after {
      width: 0;
      background-color: #E38A82; }
    .school ul li {
      display: inline-block;
      vertical-align: top; }
      .school ul li img {
        width: 300px;
        margin-right: 20px; }
      .school ul li p {
        font-weight: bold;
        text-align: justify;
        font-size: 15px; }
      .school ul li dl {
        margin-left: 13px;
        width: 600px; }
        .school ul li dl dt {
          font-weight: bold;
          font-size: 15px;
          color: #E38A82;
          margin-top: 20px; }
        .school ul li dl dd {
          font-size: 15px; }
        .school ul li dl dt span {
          color: #3E3A39;
          font-weight: normal; }
  .school a.sp {
    display: none; }

.school:nth-of-type(2n) {
  background-color: rgba(201, 189, 166, 0.2); }

@media (max-width: 768px) {
  #schoolTitle {
    width: 100%;
    height: auto;
    padding-bottom: 80px;
    padding-top: 80px; }
    #schoolTitle h1 {
      font-size: 30px;
      font-weight: bold;
      margin-bottom: 10px;
      text-align: center;
      z-index: 100;
      position: relative; }
    #schoolTitle h2 {
      font-size: 20px;
      color: #61C1BE;
      font-weight: bold;
      font-family: 'Roboto', sans-serif;
      font-weight: bold;
      text-align: center; }
    #schoolTitle p {
      text-align: center;
      margin-top: 30px;
      line-height: 2; }
    #schoolTitle h3.inteslineTitle {
      position: static;
      font-size: 125px;
      font-weight: bold;
      color: rgba(227, 138, 130, 0.5);
      display: block;
      margin-left: auto;
      margin-right: auto;
      text-align: center; }
    #schoolTitle h3.aromaTitle {
      position: static;
      display: block;
      margin-left: auto;
      margin-right: auto;
      font-size: 50px;
      font-weight: bold;
      color: rgba(201, 160, 99, 0.5);
      text-align: center;
      margin-top: 50px; }
    #schoolTitle h3.aromaTitle br {
      display: none; }

  #profile {
    width: 100%;
    padding: 50px 0; }
    #profile h1 {
      font-size: 30px;
      font-weight: bold;
      margin-bottom: 10px;
      text-align: center; }
    #profile h2 {
      font-size: 20px;
      color: #61C1BE;
      font-weight: bold;
      font-family: 'Roboto', sans-serif;
      font-weight: bold;
      text-align: center;
      margin-bottom: 80px; }
    #profile div {
      width: 90%;
      display: block;
      margin-left: auto;
      margin-right: auto; }
      #profile div li {
        display: block; }
      #profile div img {
        width: 190px;
        float: none;
        margin: 0;
        padding: 0;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px; }
      #profile div p {
        text-align: center; }
      #profile div .rName {
        font-size: 17px;
        margin-bottom: 10px; }
      #profile div .rName:after {
        content: "Aiko Sumoto";
        font-size: 11px;
        font-family: 'Roboto', sans-serif;
        font-weight: bold;
        margin-left: 10px; }
      #profile div .fujitaEn:after {
        content: "Ayako Fujita";
        font-size: 11px;
        font-family: 'Roboto', sans-serif;
        font-weight: bold;
        margin-left: 10px; }
      #profile div p.tableTitle {
        padding: 2px 20px 0px 20px;
        width: 55px;
        margin-bottom: 15px;
        font-size: 13px;
        display: block;
        margin-left: auto;
        margin-right: auto; }
      #profile div .licence {
        font-size: 11px; }
      #profile div table {
        font-size: 11px;
        margin-top: 10px;
        margin-bottom: 10px; }
        #profile div table th {
          font-weight: normal;
          text-align: center;
          padding-right: 0px; }
        #profile div table td {
          padding-left: 8px; }
      #profile div .size11px br {
        display: none; }
      #profile div dl {
        margin-top: 50px; }
        #profile div dl dt {
          display: block;
          padding: 2px 20px 0px 20px;
          margin-bottom: 5px;
          font-size: 13px;
          display: block;
          margin-left: auto;
          margin-right: auto; }
        #profile div dl dd {
          font-size: 11px;
          line-height: 1.8;
          margin-top: 20px; }
        #profile div dl dd br {
          text-align: justify; }
        #profile div dl dd.fujita br {
          display: none; }

  .school {
    padding: 50px 0;
    width: 100%; }
    .school h1 {
      font-size: 23px;
      color: #E38A82;
      font-weight: bold;
      text-align: center;
      margin-bottom: 50px; }
    .school ul {
      width: 90%;
      padding-left: 0px;
      display: block;
      margin-left: auto;
      margin-right: auto; }
      .school ul a.pc {
        display: none; }
      .school ul li {
        display: inline-block;
        vertical-align: top; }
        .school ul li img {
          width: 100%;
          margin-bottom: 20px; }
        .school ul li p {
          font-weight: bold;
          font-size: 13px; }
        .school ul li p br {
          display: none; }
        .school ul li dl {
          margin-left: 0px;
          width: 100%; }
          .school ul li dl dt {
            font-weight: bold;
            font-size: 11px;
            color: #E38A82;
            margin-top: 10px; }
          .school ul li dl dd {
            font-size: 11px; }
          .school ul li dl span {
            color: black; }
    .school a.sp {
      display: block; }
    .school a.button {
      font-size: 13px;
      font-weight: bold;
      color: white;
      background: #E38A82;
      border: 0;
      width: 160px;
      text-align: center;
      position: static;
      padding: 10px 0;
      border-radius: 5px;
      display: block;
      margin-left: auto;
      margin-right: auto;
      margin-top: 50px;
      color: white; } }
.aroma h1 {
  color: #C9A063; }

.school.aroma .button {
  position: relative;
  z-index: 2;
  background-color: #C9A063;
  border: 1px solid #C9A063;
  color: #fff; }
.school.aroma .button:hover {
  background-color: #fff;
  border-color: #C9A063;
  color: #C9A063; }
.school.aroma .button::before,
.school.aroma .button::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #C9A063; }
.school.aroma .button::before {
  right: 0; }
.school.aroma .button::after {
  left: 0; }
.school.aroma .button:hover::before,
.school.aroma .button:hover::after {
  width: 0;
  background-color: #C9A063; }

 /*
.aroma ul a.button.pc {
	background: #C9A063;
	color: white;
}

.aroma a.button.sp {
	background: #C9A063;
}*/
.aroma ul li dl dt {
  color: #C9A063; }

.salon h1 {
  color: #7B58A2; }

.school.salon .button {
  position: relative;
  z-index: 2;
  background-color: #7B58A2;
  border: 1px solid #7B58A2;
  color: #fff; }
.school.salon .button:hover {
  background-color: #fff;
  border-color: #7B58A2;
  color: #7B58A2; }
.school.salon .button::before,
.school.salon .button::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #7B58A2; }
.school.salon .button::before {
  right: 0; }
.school.salon .button::after {
  left: 0; }
.school.salon .button:hover::before,
.school.salon .button:hover::after {
  width: 0;
  background-color: #7B58A2; }
.school.salon ul li dl dt {
  color: #7B58A2; }

 /*
.salon ul a.button.pc {
	background: #7B58A2;
}

.salon a.button.sp {
	background: #7B58A2;
	color: white;
}


*/
