@charset "UTF-8";
/* CSS Document */
/*▼basic*/
html {
  font-size: 62.5%;
}
body {
  width: 100%;
  background: #f4f5f7;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #333;
  font-weight: normal;
}
@media(min-width:770px) {
  body {
    font-size: 1.4rem;
    letter-spacing: 0.2em;
    line-height: 2;
  }
}
a {
  text-decoration: none;
  color: inherit;
}
*, *::before, *::after {
  box-sizing: border-box;
}
/*▲basic*/
/*▼top-heater*/
.sp-logo {
  position: fixed;
  width: 100vw;
  height: 60px;
  background: #f4f5f7;
  z-index: 998;
}
.sp-logo-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media(min-width:770px) {
  .sp-logo {
    display: none;
  }
}
/*▲top-heater*/
/*▼caption*/
.caption {
  text-align: center;
  position: relative;
  padding: 60px 0 40px;
}
.caption hr {
  height: 40px;
  width: 1px;
  vertical-align: middle;
  background-color: #333;
  margin: 0 auto;
}
.caption h3 {
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: 0.2em;
}
.caption p {
  font-size: 1.2rem;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  color: #C7C7C7;
}
@media(min-width:770px) {
  .caption {
  padding: 80px 0 60px;
  }
  hr {
    height: 60px;
  }
  .caption h3 {
    font-size: 2.4rem;
  }
  .caption p {
    font-size: 1.4rem;
    color: #8a8a8a;
  }
}
/*▲caption*/
/*▼button*/
.menu-button-decoration {
  position: fixed;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  width: 90px;
  height: 40px;
  border-radius: 100px;
  box-shadow: 6px 6px 12px #c5c5c5, -6px -6px 12px #fff;
  background: #f4f5f7;
  color: #333;
  cursor: pointer;
  transition: all 1s ease-out;
  bottom: 10px;
  z-index: 1001;
  right: 3%;
  transform: translate(-0%, -0%);
}
.menu-button-decoration:hover {
  border: 1.2px solid #f4f5f7;
  background: #ddd;
  color: #fff;
}
.menu-button-decoration span, .menu-button-decoration span:before, .menu-button-decoration span:after {
  content: '';
  display: block;
  height: 1px;
  width: 25px;
  border-radius: 3px;
  background-color: #333;
  position: absolute;
}
.menu-button-decoration span:before {
  bottom: 7px;
}
.menu-button-decoration span:after {
  top: 7px;
}
#check-button:checked ~ .menu-button-decoration span {
  background-color: rgba(255, 255, 255, 0);
}
#check-button:checked ~ .menu-button-decoration span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#check-button:checked ~ .menu-button-decoration span::after {
  top: 0;
  transform: rotate(-45deg);
}
#check-button {
  display: none;
}
#check-button:checked ~ .open-page {
  left: 80px;
}
.menu-button-decoration:hover span::before {
  background-color: #fff;
}
.menu-button-decoration:hover span::after {
  background-color: #fff;
}
.menu-button-decoration:hover span {
  background-color: #FFFFFF;
}
.news-page-button:active {
  box-shadow: 4px 4px 12px #fff, -4px -4px 12px #fff;
}
/*▲button*/
/*▼button-770px*/
@media(min-width:770px) {
  .menu-button-decoration {
    bottom: 10px;
    right: 50px;
  }
}
/*▲button-770px*/
/*▼open-page*/
.open-page {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  background: #f4f5f7;
  transition: all 0.8s;
  z-index: 1000;
}
.open-page a :hover {
  color: #979797;
}
.open-page-logo {
  padding: 40px 0px 20px 16px;
}
.open-page ul {
  flex-direction: column;
  margin: 0px 60px;
}
.open-page ul li {
  margin-bottom: 18px;
  list-style: none;
}
.menu-list {
  font-size: 1.4rem;
  color: #333;
}
.menu-list-translation {
  color: #B4B4B4;
  font-size: 1rem;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.instagram-list {
  color: #333;
  font-size: 1.2rem;
  ont-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.instagram-list:hover {
  color: #979797;
}
/*▲open-page*/
/*▼open-page-770px*/
@media(min-width:770px) {
  .open-page {
    left: 100%;
    line-height: 1.6;
  }
  .open-page ul {
    margin-top: 0px 60px;
  }
  .open-page-sp-logo {
    display: none;
  }
  .open-page-pc-logo {
    padding: 40px 0px 20px 16px;
  }
  #check-button:checked ~ .open-page {
    left: 70%;
  }
}
/*▲open-page-770px*/
/*▼menu-button*/
.menu-button-area {
  position: fixed;
  width: 100%;
  height: 60px;
  bottom: 0;
  background: #f4f5f7;
  z-index: 1000;
}
/*▲menu-button*/
/*▼pc-logo*/
.pc-logo-img {
  display: flex;
  position: absolute;
  list-style-type: none;
  bottom: 10px;
  transform: translate(50%, 20%);
}
@media(max-width:769px) {
  .pc-logo-img {
    display: none;
  }
}
/*▲pc-logo*/
/*▼tel*/
.menu-button-center {
  display: flex;
  position: absolute;
  list-style-type: none;
  bottom: 10px;
  left: 3%;
  transform: translate(-0%, -0%);
}
.tel-button-decoration {
  position: relative;
  display: flex;
  text-decoration: none;
  width: 90px;
  height: 40px;
  border-radius: 100px;
  box-shadow: 6px 6px 12px #c5c5c5, -6px -6px 12px #fff;
  background: #f4f5f7;
  color: #333;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  align-items: center;
  justify-content: center;
  transition: all 1s ease-out;
}
.tel-button-decoration:hover {
  border: 1.2px solid #f4f5f7;
  background: #ddd;
  color: #fff;
}
/*▲tel*/
/*▼tel-770px*/
@media (min-width:770px) {
  .menu-button-center {
    display: none;
  }
}
/*▲tel-770px*/
/*▼web*/
.menu-button-right {
  display: flex;
  position: absolute;
  list-style-type: none;
  bottom: 10px;
  right: 50%;
  transform: translate(50%, -0%);
}
.web-button-decoration {
  position: relative;
  display: flex;
  text-decoration: none;
  width: 90px;
  height: 40px;
  box-shadow: 6px 6px 12px #c5c5c5, -6px -6px 12px #fff;
  background: #f4f5f7;
  border-radius: 100px;
  color: #333;
  font-size: 1.2rem;
  text-align: center;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-out;
}
.web-button-decoration:hover {
  border: 1.2px solid #f4f5f7;
  background: #ddd;
  color: #fff;
}
/*▲web*/
/*▼web-770px*/
@media (min-width:770px) {
  .menu-button-right {
    right: 240px;
  }
}
/*▲web-770px*/
/*▼footer*/
.footer-area {
  padding: 5% 7% 0px;
  background: #f4f5f7;
  width: 100%;
  color: #333;
  list-style: none;
}
.footer-list a :hover {
  color: #979797;
}
.footer-area ul li {
  list-style: none;
  margin-bottom: 10px;
}
.footer-item {
  font-size: 1.4rem;
  color: #333;
}
.footer-translation {
  color: #8a8a8a;
  font-size: 1rem;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.copyright {
  text-align: center;
  font-size: 1rem;
  color: #8a8a8a;
  margin: 20px 0px 60px;
}
@media(min-width:770px) {
  .footer-area {
    padding: 4% 10% 0px;
  }
}
/*▲footer*/