@charset "UTF-8";

/* fade-in */

/* .fadein1 {
  opacity: 0;
  transform: translateY(100px);
  transition: all 2s;
}

.fadein-1 {
  opacity: 0;
  transform: translateY(-200px);
  transition: all 2s;
}

.fadein2 {
  opacity: 0;
  transform: translateZ(20px);
  transition: all 3s;
} */

/* fade-in */

body {
  font-family: "Times", sans-serif;
  color: #2b2b2b;
  line-height: 1.6;
  letter-spacing: 0.8px;
  word-break: break-all;
}

a {
  text-decoration: none;
  color: #2b2b2b;
  cursor: pointer;
}

ul {
  list-style: none;
}

/* up-top */
header {
  position: relative;
}

.up-top {
  text-align: center;
  width: 60px;
  height: 60px;
  background-color: #c88d95;
  color: #ffffff;
  font-size: 40px;
  right: 20px;
  bottom: 20px;
  position: fixed;
  z-index: 10;
}

.up-top:hover {
  opacity: 0.5;
}

/* up-top */

/* header */

.inner {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}

.button-box {
  text-align: right;
  padding-top: 10px;
}

.appoint {
  background-color: #c88d95;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  display: inline-block;
  padding: 5px 20px;
}

.appoint:hover {
  opacity: 0.5;
  transition: 1s;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-logo {
  width: 150px;
  height: auto;
}

.header-list {
  font-family: Times;
  font-size: 18px;
  color: #2b2b2b;
  font-weight: bold;
}

.header-list ul {
  width: 200px;
  margin-left: 40px;
}

.header-list li {
  margin-top: 10px;
}

.header-list a:hover {
  color: #c88d95;
  transition: 1s;
  text-shadow: 1px 1px #333;
}

.sns-boxes {
  margin-top: 20px;
  margin-left: 40px;
}

.sns-boxes i:first-child {
  margin-left: 0;
}

.sns-boxes a {
  margin-right: 20px;
}

.header-img {
  max-width: 750px;
  width: 67%;
  height: 500px;
  object-fit: cover;
}

.header-tab-list {
  display: flex;
  height: 60px;
}

.header-tab-button {
  background-color: #c88d95;
  color: #ffffff;
  font-size: 16px;
  cursor: pointer;
  height: 25px;
  padding: 10px 20px;
  font-weight: bold;
  margin-top: 10px;
}

.header-tab-button:hover {
  opacity: 0.5;
}

.header-tab-img-box {
  position: relative;
}

.header-tab-img {
  width: 100%;
}

.header-tab-logo {
  width: 150px;
  position: absolute;
  bottom: 0;
  right: 0;
}

/* info */

.info {
  margin-top: 50px;
}

.info .inner {
  max-width: 1000px;
}

.info-blogs {
  display: flex;
  justify-content: space-between;
}

.info-blog {
  width: 50%;
}

.info-blog-title {
  font-style: italic;
  font-weight: bold;
  font-size: 20px;
  margin-left: 20px;
  text-shadow: 0px 10px 10px #00000029;
}

.info-blog-title:hover {
  color: #c88d95;
  transition: 1s;
  text-shadow: 1px 1px #333;
}

.info-box {
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
}

.info-img-box {
  width: 100px;
  height: 80px;
  object-fit: cover;
  overflow: hidden;
}

.info-img {
  object-fit: cover;
  max-width: 100px;
  width: 100%;
  height: 80px;
}

.info-img:hover {
  transform: scale(1.4, 1.4); /*画像の拡大率*/
  transition: 1s all; /*変化に掛かる時間*/
}

.info-txts {
  width: 66%;
}

.info-txt {
  display: flex;
  align-items: center;
}

.info-time {
  color: #ff6699;
  font-weight: bold;
  margin: 0 15px;
}

.info-cate {
  background-color: #c88d95;
  color: #ffffff;
  font-weight: bold;
  padding: 3px 10px;
}

.info-title {
  margin-top: 10px;
  margin-left: 15px;
  font-weight: bold;
}

.info-title:hover {
  color: #c88d95;
  transition: 1s;
  text-shadow: 1px 1px #333;
}

/* concept */

.concept {
  margin-top: 50px;
}

.concept-boxes {
  display: flex;
  justify-content: center;
  align-items: center;
}

.concept-title-box {
  display: flex;
  align-items: center;
  width: 448px;
}

.concept-title-box .horizon {
  border-bottom: 3px solid #c88d95;
  width: 200px;
}

.concept-title {
  font-weight: bold;
  margin-left: 30px;
  font-size: 40px;
  font-style: italic;
  text-shadow: 0px 10px 10px #00000029;
}

.concept-title:hover {
  color: #c88d95;
  transition: 1s;
  text-shadow: 1px 1px #333;
}

.concept-txt {
  text-align: right;
  margin-top: 48px;
  font-size: 18px;
  line-height: 40px;
}

.concept-img-boxes {
  margin-left: 40px;
  max-width: 540px;
  width: 100%;
  height: auto;
  object-fit: cover;
  overflow: hidden;
}

.concept-img-box:hover {
  transform: scale(1.2, 1.2);
  transition: 1s all;
}

/* organic */

.organic {
  margin-top: 100px;
}

.organic-box {
  display: flex;
  align-items: center;
}

.organic-img-boxes {
  max-width: 500px;
  width: 100%;
  height: auto;
  overflow: hidden;
  object-fit: cover;
}

.organic-img-box:hover {
  transform: scale(1.2, 1.2);
  transition: 1s all;
}

.organic-detail {
  margin-left: 50px;
  max-width: 450px;
}

.organic-title-box {
  display: flex;
  height: 50px;
  align-items: center;
}

.organic-title {
  white-space: nowrap;
  font-size: 40px;
  font-weight: bold;
  font-style: italic;
  text-shadow: 0px 10px 10px #00000029;
}

.organic-title:hover {
  color: #c88d95;
  transition: 1s;
  text-shadow: 1px 1px #333;
}

.organic-title-box .horizon {
  border-bottom: 3px solid #c88d95;
  width: 200px;
  margin-left: 30px;
}

.organic-txt {
  margin-top: 48px;
  font-size: 18px;
  line-height: 40px;
}

/* course */

.course-detail {
  margin-top: 100px;
  display: flex;
  align-items: center;
}

.course-title-box {
  display: flex;
  align-items: center;
}

.course-title-box .horizon {
  border-bottom: 3px solid #c88d95;
  width: 200px;
}

.course-title {
  white-space: nowrap;
  margin-left: 30px;
  font-size: 36px;
  font-weight: bold;
  font-style: italic;
  text-shadow: 0px 10px 10px #00000029;
}

.course-title:hover {
  color: #c88d95;
  transition: 1s;
  text-shadow: 1px 1px #333;
}

.course-menus-box {
  margin-top: 50px;
}

.course-menus {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  font-weight: bold;
}

.course-menus-box hr {
  margin: 7px 0;
}

.course-img {
  max-width: 250px;
  width: 20%;
  margin-left: 13%;
  box-shadow: 0px 10px 10px #00000029;
}

.course-img2 {
  max-width: 250px;
  width: 20%;
  margin-left: 20px;
  margin-top: -20px;
  box-shadow: 0px 10px 10px #00000029;
}

.appoint2-box {
  text-align: center;
  margin-top: 50px;
}

.appoint2 {
  background-color: #c88d95;
  font-size: 16px;
  color: #ffffff;
  margin-top: 40px;
  padding: 10px 20px;
  font-weight: bold;
}

.appoint2-box:hover {
  opacity: 0.5;
}

.course-tab-img-box {
  margin-top: 60px;
  text-align: center;
}

.course-tab-img {
  width: 40%;
}

.course-tab-img2 {
  width: 40%;
  margin-left: 12px;
}

.appoint-box {
  display: flex;
  align-items: center;
  width: 700px;
  margin-left: auto;
}

.appoint-pc {
  padding: 10px 20px;
  background-color: #c88d95;
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
  margin-top: 40px;
  cursor: pointer;
  box-shadow: 0px 10px 10px #00000029;
}

.appoint-pc:hover {
  opacity: 0.5;
  transition: 1s;
  box-shadow: 3px 3px #333;
}

.appoint-box .horizon {
  border-bottom: 3px solid #c88d95;
  width: 500px;
  margin-top: 40px;
}

/* salon */

.salon {
  margin-top: 100px;
  height: 300px;
}

.salon-box {
  position: relative;
}

.salon-img {
  position: absolute;
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.salon-img:hover {
  opacity: 0.5;
  transition: 1s;
}

.salon-box-txt {
  top: 50px;
  left: 50px;
  position: absolute;
  background-color: #ffffff;
  padding: 0 20px;
  border-radius: 30px;
}

.salon-box h2 {
  font-size: 36px;
  font-weight: bold;
  font-style: italic;
  text-shadow: 0px 10px 10px #00000029;
}

/* footer */

footer {
  background-color: #f4f4f4;
}

.footer-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 50px;
}

.footer-lists {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  display: flex;
}

.footer-lists a:hover {
  color: #c88d95;
}

.footer-list1 li:first-child {
  margin-top: 0;
}

.footer-list1 li {
  margin-top: 30px;
}

.footer-list2 {
  margin-left: 120px;
}

.footer-list2 li:first-child {
  margin-top: 0;
}

.footer-list2 li {
  margin-top: 30px;
}

.footer-logo {
  width: 150px;
}

.copyright {
  margin-top: 25px;
  text-align: right;
  font-size: 12px;
  color: #797979;
  padding-bottom: 20px;
}

@media (max-width: 950px) {
  .course-img {
    margin-left: 5%;
  }
}

@media (min-width: 768px) {
  .header-tab {
    display: none;
  }

  .appoint2 {
    display: none;
  }

  .course-tab-img-box {
    display: none;
  }
}

@media (max-width: 768px) {
  /* header */

  .header-all {
    display: none;
  }

  /* ハンバーガー */
  .box {
    margin-left: auto;
    margin-top: 20px;
    margin-right: 40px;
  }

  /*チェックボックス等は非表示に*/
  .nav-unshown {
    display: none;
  }

  /*アイコンのスペース*/
  #nav-open {
    display: inline-block;
    width: 30px;
    height: 22px;
    vertical-align: middle;
    cursor: pointer;
  }

  #nav-open:hover {
    opacity: 0.5;
  }

  /*ハンバーガーアイコンをCSSだけで表現*/
  #nav-open span,
  #nav-open span:before,
  #nav-open span:after {
    position: absolute;
    height: 3px;
    width: 30px;
    border-radius: 3px;
    background: #c88d95;
    display: block;
    content: "";
  }

  #nav-open span:before {
    bottom: -8px;
  }

  #nav-open span:after {
    bottom: -16px;
  }

  /*中身*/
  #nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: #f4f4f4;
    transition: 0.5s ease-in-out;
    -webkit-transform: translateY(-120%);
    transform: translateY(-120%);
  }

  #nav-input:checked ~ #nav-close {
    display: block;
    opacity: 0.5;
  }

  #nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
  }

  .batsu-box {
    text-align: right;
    margin-right: 20px;
  }

  .batsu {
    font-size: 40px;
    color: #c88d95;
    margin-left: auto;
    cursor: pointer;
  }

  .batsu:hover {
    color: #bd606c;
  }

  .nav-list {
    text-align: center;
  }

  .nav-list-logo {
    width: 120px;
    height: auto;
  }

  .nav-list li {
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
    font-family: Times;
  }

  .nav-list a:hover {
    color: #c88d95;
  }

  .nav-list .nav-sns {
    margin-top: 30px;
    margin-bottom: 60px;
  }

  .nav-list .nav-sns i {
    margin-left: 12px;
    margin-right: 12px;
  }

  /* ハンバーガー */

  /* info */

  .info-blogs {
    flex-direction: column;
  }

  .info-blog {
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
    width: 100%;
  }

  .info-time {
    font-size: 12px;
    margin: 0 10px;
  }

  .info-cate {
    font-size: 12px;
    padding: 2px 5px;
  }

  .info-title {
    margin-left: 10px;
    font-size: 14px;
  }

  /* concept */

  .concept {
    margin-top: 80px;
  }

  .concept-boxes {
    flex-direction: column;
  }

  .concept-title-box {
    width: 300px;
  }

  .concept-title-box .horizon {
    width: 130px;
  }

  .concept-title {
    font-size: 25px;
    margin-left: 20px;
  }

  .concept-txt {
    margin-top: 25px;
    max-width: 320px;
    width: 100%;
    font-size: 12px;
  }

  .concept-img-boxes {
    max-width: 300px;
    width: 100%;
    height: auto;
    margin-left: 0;
  }

  .concept-img {
    margin-left: 0;
    margin-top: 40px;
    width: 300px;
  }

  /* organic */

  .organic {
    margin-top: 80px;
  }

  .organic-box {
    flex-direction: column-reverse;
  }

  .organic-img-boxes {
    max-width: 300px;
    width: 100%;
    height: auto;
  }

  .organic-img {
    width: 300px;
    margin-top: 40px;
  }

  .organic-detail {
    margin-left: 0;
  }

  .organic-box .organic-detail .organic-title-box .organic-title {
    font-size: 25px;
  }

  .organic-title-box .horizon {
    width: 140px;
    margin-left: 20px;
  }

  .organic-txt {
    margin-top: 25px;
    width: 100%;
    max-width: 320px;
    font-size: 12px;
  }

  /* course */

  .course-detail {
    flex-direction: column;
    margin-top: 80px;
  }

  .course-title-box {
    width: 300px;
  }

  .course-title-box .horizon {
    width: 140px;
  }

  .course-title {
    font-size: 25px;
  }

  .course-menus {
    font-size: 16px;
  }

  .course-img {
    display: none;
  }

  .course-img2 {
    display: none;
  }

  .appoint-box {
    display: none;
  }

  /* salon */

  .salon-box-txt {
    top: 20px;
    left: 20px;
  }

  .salon-box h2 {
    font-size: 25px;
  }

  /* footer */

  .footer-box {
    flex-direction: column-reverse;
    padding-top: 20px;
  }

  .footer-lists {
    font-size: 14px;
    margin-top: 30px;
  }

  .footer-lists a:hover {
    color: #c88d95;
  }

  .footer-list2 {
    margin-left: 50px;
  }

  .footer-list1 li {
    margin-top: 15px;
  }

  .footer-list2 li {
    margin-top: 15px;
  }

  .footer-logo {
    width: 120px;
    margin-left: auto;
    margin-right: auto;
  }

  .copyright {
    text-align: center;
  }
}
