@charset "UTF-8";
/* 中央寄せのFlexbox
/display: flex;
align-items: center; */
/*------------------------------
  レスポンシブの設定
------------------------------*/
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

.container {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 560px) {
  .container {
    padding: 0 5%;
  }
}

h2 {
  text-align: center;
  padding: 30px 0 20px 0;
  margin: 0;
  font-size: 20px;
}

header {
  background: #848181;
  position: fixed;
  top: 0px;
  width: 100%;
  padding: 0;
  z-index: 200;
}
header .hamburger-menu {
  display: none;
}
@media screen and (max-width: 560px) {
  header .hamburger-menu {
    display: block;
    content: url(img/menu-button.svg);
    background-size: contain;
    width: 6vw;
    height: 40px;
    position: absolute;
    right: 10px;
  }
  header .hamburger-menu.close {
    content: url(img/menu-close.svg);
    width: 4vw;
  }
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  height: 60px;
  position: relative;
}
@media screen and (max-width: 560px) {
  header .container {
    height: 40px;
  }
}
header h1 {
  color: #fff;
  font-size: 35px;
  font-weight: normal;
  margin: 0;
}
@media screen and (max-width: 560px) {
  header h1 {
    font-size: 5vw;
    margin: 0 auto;
  }
}
header h1 a {
  text-decoration: none;
  color: #fff;
}
header nav {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
}
@media screen and (max-width: 560px) {
  header nav {
    display: none;
  }
  header nav.open {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 0;
    top: 40px;
    background-color: #646060;
    padding: 0 5px;
  }
}
header nav a {
  text-decoration: none;
  color: #fff;
  padding: 8px 15px 5px 15px;
}
@media screen and (max-width: 560px) {
  header nav a {
    border-bottom: 1px dotted #fff;
    text-align: center;
  }
}
header nav .contact {
  margin-right: 30px;
  background: #fff;
  border-radius: 30px;
  color: #848181;
}
@media screen and (max-width: 560px) {
  header nav .contact {
    background: none;
    color: #fff;
    border: none;
    margin-right: 0;
  }
}

.slider {
  width: 100%;
  vertical-align: bottom;
  margin-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 560px) {
  .slider {
    margin-top: 40px;
    height: 100%;
  }
}
.slider .slick-prev {
  left: 25px;
  z-index: 10;
  background: none;
}
.slider .slick-next {
  right: 25px;
  z-index: 10;
  background: none;
}
.slider .slick-arrow {
  height: auto;
}

.concept {
  background: #c7c4c4;
  padding-bottom: 100px;
  z-index: 0;
}
.concept .concept-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 560px) {
  .concept .concept-body {
    flex-direction: column;
  }
}
.concept .concept-body .imgbox {
  width: 50%;
  flex-shrink: 0;
  z-index: 0;
  position: relative;
  margin-top: 70px;
}
@media screen and (max-width: 560px) {
  .concept .concept-body .imgbox {
    width: 70%;
    margin-top: 0;
  }
}
.concept .concept-body .imgbox::before {
  content: "";
  background: #a7a5a5;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: -50px;
  top: -50px;
  z-index: -1;
}
@media screen and (max-width: 560px) {
  .concept .concept-body .imgbox::before {
    content: none;
  }
}
.concept .concept-body .imgbox img {
  width: 100%;
}
.concept .concept-body .text {
  padding: 30px 30px 0 30px;
}
.concept .concept-body .text h3 {
  font-size: 30px;
}
@media screen and (max-width: 560px) {
  .concept .concept-body .text {
    padding: 0;
  }
  .concept .concept-body .text p {
    margin: 0;
  }
  .concept .concept-body .text h3 {
    margin: 10px 0;
    font-size: 6vw;
  }
}

.menu {
  background: #fff;
  padding-bottom: 100px;
}
@media screen and (max-width: 560px) {
  .menu {
    padding-bottom: 0;
  }
}
.menu .menu-sp-img {
  display: none;
}
@media screen and (max-width: 560px) {
  .menu .menu-sp-img {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
}
.menu p {
  text-align: center;
  padding: 20px 0;
}
@media screen and (max-width: 560px) {
  .menu p {
    padding-bottom: 0;
  }
}
.menu .menu-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 560px) {
  .menu .menu-body {
    display: none;
  }
}
.menu .menu-box {
  width: 25%;
}
.menu .menu-box img {
  width: 100%;
}
.menu .menu-box h3 {
  text-align: center;
}
.menu .menu-box p {
  margin: 0;
  padding: 0;
}
.menu .menu-button {
  background-color: #7e7b7b;
  background-image: url("img/yazirusi.png");
  background-repeat: no-repeat;
  background-position: 210px;
  background-size: 15px;
  display: block;
  width: 250px;
  padding: 20px 0;
  border-radius: 30px;
  color: #fff;
  text-align: center;
  margin: 30px auto;
  text-decoration: none;
}

.access {
  background: #f6efef;
  padding-bottom: 30px;
}
.access .access-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 560px) {
  .access .access-body {
    flex-direction: column-reverse;
  }
}
.access .access-body .access-map-img {
  margin: 0 40px;
}
@media screen and (max-width: 560px) {
  .access .access-body .access-map-img {
    margin: 0;
    width: 100%;
  }
  .access .access-body .access-map-img iframe {
    width: 100%;
  }
}
.access .access-body .access-map-text h4 {
  margin: 0;
}
.access .access-body .access-map-text h4::before {
  content: "■";
}
.access .access-body .access-map-text p {
  margin: 0 0 10px 0;
}
.access .access-body .access-map-text h5 {
  margin: 50px 0 5px 0;
  font-size: 16px;
}

.contact-wapper {
  background: #fff;
  padding-bottom: 30px;
}
.contact-wapper form {
  background-color: #fff;
  width: 80%;
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
  border: 1px solid #707070;
}
@media screen and (max-width: 560px) {
  .contact-wapper form {
    width: 100%;
    padding-top: 20px;
  }
}
.contact-wapper dl {
  margin: 0 auto;
  width: 100%;
}
.contact-wapper .contact-item {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}
@media screen and (max-width: 560px) {
  .contact-wapper .contact-item {
    flex-direction: column;
  }
}
.contact-wapper dt {
  width: 20%;
  padding: 0;
}
@media screen and (max-width: 560px) {
  .contact-wapper dt {
    width: 100%;
  }
}
.contact-wapper dt::before {
  content: "●";
  color: #7e7b7b;
  font-size: 20px;
}
.contact-wapper dd {
  width: 60%;
}
@media screen and (max-width: 560px) {
  .contact-wapper dd {
    width: 100%;
    margin: 0;
  }
}
.contact-wapper input[type=text],
.contact-wapper input[type=tel],
.contact-wapper input[type=email],
.contact-wapper textarea {
  display: block;
  width: 90%;
  height: 100%;
  font-size: 16px;
}
@media screen and (max-width: 560px) {
  .contact-wapper input[type=text],
.contact-wapper input[type=tel],
.contact-wapper input[type=email],
.contact-wapper textarea {
    width: 100%;
  }
  .contact-wapper input[type=text]::-moz-placeholder, .contact-wapper input[type=tel]::-moz-placeholder, .contact-wapper input[type=email]::-moz-placeholder, .contact-wapper textarea::-moz-placeholder {
    color: #a1a1a1;
  }
  .contact-wapper input[type=text]:-ms-input-placeholder, .contact-wapper input[type=tel]:-ms-input-placeholder, .contact-wapper input[type=email]:-ms-input-placeholder, .contact-wapper textarea:-ms-input-placeholder {
    color: #a1a1a1;
  }
  .contact-wapper input[type=text]::placeholder,
.contact-wapper input[type=tel]::placeholder,
.contact-wapper input[type=email]::placeholder,
.contact-wapper textarea::placeholder {
    color: #a1a1a1;
  }
}
.contact-wapper .contact-submit {
  text-align: center;
}
.contact-wapper input[type=submit] {
  background: #7e7b7b;
  color: #fff;
  padding: 10px 70px;
  margin-top: 5px;
  border-radius: 30px;
  border: none;
  font-size: 18px;
}

#page_top {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0.6;
}

#page_top a {
  width: 60px;
  height: 60px;
  text-decoration: none;
}

#page_top a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  font-size: 50px;
  color: #773e3e;
}

footer {
  background: #848181;
}
footer h1 {
  color: #fff;
  text-align: center;
  font-weight: normal;
  padding-top: 10px;
  margin-top: 0;
}
footer h1 a {
  text-decoration: none;
  color: #fff;
}
footer .footer-sns ul {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
}
footer .footer-sns li {
  margin: 0 10px;
}
footer .footer-sns img {
  width: 70%;
  height: 70%;
}
footer p {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}/*# sourceMappingURL=style.css.map */