@charset "utf-8";

body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #333333;
}

a {
  text-decoration: none;
}

.wrapper {
  max-width: 1280px;
  height: auto;
  margin: 0 auto;
  padding: 0 22px;
  background-color: #FDFFFE;
  box-sizing: border-box;
  font-size: 1.2rem;
}

header {
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
  height: 40px;
}

.sticky {
  position: sticky;
  top: 0;
  background-color: #fff;
}

h1 {
  font-weight: 400;
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  margin-top: -32px;
}

h1 a {
  color: #333;
}

.slider {
  width: 100%;
}


nav ul {
  display: flex;
  letter-spacing: 2px;
  margin-top: -15px;
}


nav ul li a {
  display: block;
  width: 140px;
  text-align: center;
  color: #333;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}


nav ul li a:hover {
  opacity: 0.5;
}

.reed h2 {
  margin: 66px 0 33px 0;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.4rem;}

.clear03 {
  position: absolute;
  top: 230px;
}

.clear01 {
  display: block;
  margin-left: auto;
}

.clear02 {
  position: absolute;
  top: 395px;
  left: 25%;
}

.reed {
  position: relative;
}

.reed_text {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  position: absolute;
  right: 0;
  top: 450px;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 20px;
}

.btn01 a {
  color: #333;
  padding: 8px;
  position: absolute;
  right: 0;
  bottom: -100px;
}

.btn01 a:hover{
  opacity: 0.5;
}

.full_line,.full_line2 {
  width: 100%;
  height: 1px;
  background-color: #e0e0e0;
  margin: 4rem 0;
}

/* NEWS */

.news_article {
  margin-top: 430px;
  letter-spacing: 1px;
  position: relative;
}

.news_item {
  margin: 0 auto;
   max-width: 768px; 

}

h3 {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2rem;
  letter-spacing: 2px;
  margin-bottom: 38px;
}

h4 {
  margin: 20px 0;
}

.news_line {
  width: 100%;
  height: 1px;
  background-color: #ebebeb;
  margin: 1rem 0;
}

.btn02 a {
  color: #333333;
  padding: 8px;
  position: absolute;
  right: 0;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.btn02 a:hover{
  opacity: 0.5;
}


/* ACCESS */

.h3_center {
  text-align: center;
  margin-bottom: 60px;
}

.access_ta {
  margin-bottom:100px;
  display: flex;
  justify-content: space-between;
}

table {
width: 50%;
  height: 375px;
}

th {
  font-weight: 600;
  border-bottom: 1px solid #ebebeb;
}

td {
  border-bottom: 1px solid #ebebeb;
  padding-left: 30px;
  text-align: left;
}

.salonimg img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-top: 50px;
}



/* footer */

footer {
  background-color: #555555;
  height: 80px;
  padding-top: 44px;
  color: #ffffff;
  text-decoration: none;
}

footer nav {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding-bottom: 20px;
}

footer nav ul li a {
  color: #ffffff;
}

small {
  color: #333;
  display: block;
  text-align: center;
}

/* about */
.backimg {
  background-image: url(../img/back01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 190px;
  text-align: center;
  color: #fff;
  margin-bottom: 60px;
}

.h4_about {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4rem;
  line-height: 26px;
}

span {
  font-size: 1rem;
}

p {
  line-height: 30px;
  letter-spacing: 1px;
  color: #333;
}

dd{
margin-bottom: 20px;
line-height: 30px;
  letter-spacing: 1px;
}

#campany {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-bottom: 60px;
  background-color: #e0e0e0;
  padding: 20px;
}

.ta02 {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
}

.ta02 th, .ta02 td {
  padding: 20px;
}


/* contact */

.form_guide {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.0rem;
  padding-bottom: 50px;
  text-align: center;
}

.form_guide span {
  font-size: 1.4rem;
  background-color: #e0e0e0;
  border-radius: 20px;
  padding: 6px 10px 6px 10px;
  font-size: 1.0rem;
}

.form_center {
  margin: 0 auto;
  text-align: left;
}

.form {
  margin: 0 auto;
  width: 800px;
  height: 800px;
  margin-bottom: 60px;
}

form textarea, .re_mail, #name, #mail, #tel {
  padding: 10px;
  margin: 15px;
  width: 400px;
  border: 1px solid #333;
}

.send {
  display: block;
  margin: 0 auto 50px;
  font-size: 1.4rem;
  padding: 8px 16px;
  background-color: #333;
  color: white;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s;
}

.send:hover {
  opacity: 0.8;
}


/* 768 */
@media screen and (max-width: 768px) {
  .wrapper {
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
  }

nav{
  justify-content: center;
  font-size: 1.0rem;
}

  nav ul li a {
    width: auto;
    margin: 0 5px;
  }
    
  .reed{
margin-top: 100px;
  }

  .reed h2 {
    font-size: 1.2rem;
    margin: 0 auto;
  }

  .reed img {
    width: 50%;
    height: auto;
  }

  .clear03 {
    margin: -70px auto;
}
.clear02{
  margin: -100px auto;
}

  .reed_text {
    left: 0;
    font-size: 1.0rem;
  }

  .btn01 a {
    margin-bottom: 90px;
  }

  .full_line2 {
    margin-top: 500px;
  }

  h3 {
    text-align: center;
    margin-bottom: 10px;
  }

  .news_item {
    margin-left: 0;
  }

  table {
    width: 100%;
  }

  .access_ta{
  width: 100%;
  flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
  }
  .salonimg {
    margin: 0 auto;
  }

  .backimg {
      background-image: url(../img/back02.jpg);
  }

.form{
  width: 100%;
  height: auto;
  font-size: 1.0rem;
}

  form textarea, .re_mail, #name, #mail, #tel {
    margin: 6px;
    width: 190px;
  }
}


@media screen and (max-width: 480px) {

  .wrapper {
    width: 100%;
    box-sizing: border-box;
  }

  header {
    display: block;
    padding-bottom: 30px; 
  }
  h1 {
    text-align: left;
    margin-bottom: 20px;
  }

  nav ul {
    letter-spacing: 1px;
    justify-content: center;
  }

  .reed {
    margin-top: 0;
}

.reed h2 {
margin: 20px 0;
}

.clear03 {
  margin: -120px auto;
}

.clear02 {
  margin: -200px auto;
  right: 0;
}

.reed_text {
  top: 342px;
}

.btn01 a {
  margin-bottom: 64px;}

.news_item {
  font-size: 1.0rem;
}

p{
  font-size: 0.8rem;
}

.backimg {
  height: 130px;
    }

.h4_about {
  font-size: 2.0rem;
}

td {
  padding-left: 2px;
}

dd{
  font-size: 1.0rem;
}

.ta02 {
  max-width: 100%;
  width: 100%;
  font-size: 0.9rem;
}

form textarea, .re_mail, #name, #mail, #tel {
  margin: 6px;
  width: 180px;
}

.form_guide{
  font-size: 0.8rem;
}

.form_guide span{
  font-size: 0.8rem;
}

.form {
  font-size: 0.8rem;
}

.send {
  font-size: 1.0rem;
}

}