.head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 3%;
  padding-right: 3%;
  box-sizing: border-box;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.logo {
  max-width: 400px;
}
.logo h2 {
  font-size: 90%;
  margin-bottom: 10px;
  line-height: 1.5;
}

.menu {
  margin-left: auto;
}

.menu01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 25px;
}
.tel {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.tel p {
  font-size: 90%;
  margin-left: 10px;
}
.tel a {
  display: flex;
  align-items: center;
}
.tel a h6 {
  font-size: 150%;
  font-family: Arial, Helvetica, "sans-serif";
  color: #6c5435;
  line-height: 1.2;
  font-weight: bold;
}
.tel a img {
  width: 15px;
  margin-right: 5px;
}
.me-link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.me-link a {
  display: flex;
  align-items: center;
  background-color: #f4ebdf;
  padding: 10px 20px;
  border-radius: 30px;
  margin-left: 10px;
}
.me-link a img {
  height: 18px;
  margin-right: 5px;
}
.me-link a h5 {
  color: #6c5435;
  line-height: 1.5;
  font-weight: bold;
  font-size: 90%;
  white-space: nowrap;
}

.menu02 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: -25px;
}
.menu02 li {
  background-image: url("../img/line.png");
  background-position: left;
  background-size: 5px;
  background-repeat: no-repeat;
}
.menu02 li:first-child {
  background-image: none;
}
.menu02 a {
  font-family: yu-mincho-pr6, sans-serif;
  text-align: center;
  color: #6c5435;
  font-size: 120%;
  padding: 10px 15px;
  display: block;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.menu02 a span {
  font-size: 50%;
  color: #79b96c;
  font-weight: normal;
  font-family: "Times New Roman", Times, "serif";
}

.topimg {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.topimg-box {
  width: 63%;
  position: relative;
}
.topimg-right {
  width: 37%;
  background-color: #f8f6f3;
}

.cati {
  position: absolute;
  z-index: 99;
  background: rgba(108, 84, 53, 0.8);
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 3%;
  color: #fff;
}
.cati h6 {
  font-family: yu-mincho-pr6, sans-serif;
  font-size: 220%;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.cati h5 {
  font-size: 120%;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.cati h6 span {
  display: none;
}

.jyuyo {
  position: absolute;
  z-index: 100;
}
.jyuyo a {
  background-color: #b91215;
  color: #fff;
  padding: 10px 40px 10px 20px;
  display: block;
  font-size: 90%;
  font-weight: bold;
}
.jyuyo a span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.jyuyo a span::before {
  position: absolute;
  content: "";
  vertical-align: middle;
  top: 50%;
  margin-top: -5px;
  right: -20px;
  width: 6px;
  height: 6px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.5s;
}
.jyuyo a:hover {
  opacity: 1;
  color: #b91215;
  background-color: #fff;
}
.jyuyo a:hover span::before {
  border-top: 3px solid #b91215;
  border-right: 3px solid #b91215;
}

.sinryo-top {
  text-align: center;
}

.sinryo-top a {
  background-color: #3f84e5;
  display: block;
}

.yoyaku-top {
  padding: 5%;
}
.yoyaku-top-box {
  margin-top: 30px;
}
.yoyaku-text p {
  font-weight: bold;
  margin-bottom: 20px;
}

.sche-top {
  padding: 5%;
}
.table-top-wak {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;

  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.table-top {
  width: 100%;
}
.table-top td {
  font-size: 100%;
  line-height: 1.6;
  padding: 10px;
  font-weight: bold;

  border-bottom: 1px solid #ded1c0;
}
.tr01 {
}
.tr02 {
}

.time-b {
  display: flex;
  align-items: center;
}
.time-b img {
  width: 20px;
}
.time-b h5 {
  margin-left: 6px;
  font-weight: bold;
}
.c-gre {
  color: #81c077;
  font-weight: bold;
}
.sinnryou-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
.sinnryou-btn .btn a {
  font-size: 90%;
  padding: 10px 35px 10px 20px;
  display: block;
  white-space: nowrap;
}

.sche-top p {
  font-size: 90%;
  font-weight: bold;
}
.sche-top ul {
  background-color: #fff;
  border-radius: 6px;
  padding: 10px 10px 10px 20px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.sche-top ul li {
  position: relative;
  font-size: 105%;
  line-height: 1.6;
  padding-left: 15px;
}

.sche-top ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0.5em;
  left: 0;
  background-color: #f2879b;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.req-imgbox {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.bx-wrapper {
  height: 100%;
}

.bx-viewport {
  height: 100%;
}

.bxslider {
  height: 100%;
}

.req-imgbox li {
  background-size: cover;
  background-position: center;
  height: 100%;
}

.sl01 {
  background-image: url(../img/01-2.jpg);
}
.sl02 {
  background-image: url(../img/02.jpg);
}
.sl03 {
  background-image: url(../img/03-2.jpg);
}
.sl04 {
  background-image: url(../img/04-2.jpg);
}

.sphead {
  display: none;
}
@media screen and (max-width: 1150px) {
  .menu02 a {
    font-size: 100%;
    padding: 10px 15px;
  }
  .logo {
    max-width: 360px;
    padding-bottom: 10px;
  }
  .logo h2 {
    font-size: 80%;
  }
  .tel p {
    font-size: 80%;
    margin-left: 5px;
  }
  .tel a h6 {
    font-size: 130%;
  }
  .tel a img {
    width: 10px;
    margin-right: 5px;
  }
  .me-link a {
    padding: 5px 10px;
  }
  .me-link a img {
    height: 13px;
  }
  .me-link a h5 {
    font-size: 80%;
  }
}
@media screen and (max-width: 950px) {
  .sphead {
    display: block;
  }
  .head {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    position: inherit;
    height: auto;
  }
  .headmenu {
    position: inherit;
    height: auto;
    width: 100%;
  }

  .sp-syosin {
    padding: 20px;
  }
  .sp-syosin a {
    background-color: #3f84e5;
    padding: 10px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    color: #fff;
  }
  .sp-syosin a .f-s01 {
    width: 40px;
  }
  .sp-tel {
    text-align: center;
  }
  .sp-tel p {
    color: #6c5435;
  }
  .sp-tel a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6c5435;
  }
  .sp-tel a img {
    width: 20px;
    margin-right: 5px;
  }
  .sp-tel a h6 {
    font-family: Arial, Helvetica, "sans-serif";
    font-size: 180%;
    font-weight: bold;
    line-height: 1.4;
  }

  .menu {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  .logo {
    max-width: 80%;
  }
  .logo h2 {
    font-size: 60%;
  }

  .topimg {
    display: inherit;
  }

  .topimg-box {
    width: 100%;
  }
  .topimg-right {
    width: 100%;
  }

  .right-box {
    padding: 5%;
  }
  .right-box-naka {
    margin-left: 0px;
  }

  .req-imgbox li {
    height: 30vh;
  }

  .jyuyo {
    position: inherit;
    padding: 0px;
  }
  .jyuyo a {
    border-radius: 0px;
  }
  /* .yoyaku-top {
    display: none;
  } */
  .sche-top {
    display: none;
  }

  .time-b {
    display: inherit;
  }

  .time-b h5 {
    margin-left: 0px;
    margin-top: 5px;
  }

  .cati {
    position: inherit;
    width: 100%;
    padding: 3%;
  }
  .cati h6 {
    font-size: 180%;
    text-align: center;
  }
  .cati h5 {
    font-size: 100%;
  }

  .cati h6 span {
    display: inline;
  }
}
