@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,700;1,300;1,600;1,700&display=swap");

@keyframes reflect {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@-webkit-keyframes reflect {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

#headerMenu {
  display: flex;
  background: #fff;
  box-shadow: 0 0 7px 6px rgb(0 0 0 / 25%);
}
#headerMenu .prp-logo {
  padding: 10px;
}
#headerMenu .prp-logo img {
  max-width: 260px;
}
.menu-toggle-box {
  width: 90%;
  height: 100%;
  padding: 0 0 20px;
  background: url(../images/menu-toggle-bg.png) no-repeat left top;
  background-size: cover;
  color: #fff;
  font-family: "Arial", "Helvetica Neue", sans-serif;
  font-size: 14px;
  line-height: 1.8;
  z-index: 9999;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: fixed;
  top: 0;
  right: -91%;
}
.menu-toggle-box.open {
  right: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.menu-toggle-close {
  width: 56px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}
.menu-top-img {
  margin: 30px 0 20px;
}
.menu-toggle-box .lft {
  width: 240px;
  margin: 0 auto;
}
.menu-toggle-box h3 {
  line-height: 1.2;
  padding-bottom: 10px;
  color: #fff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: -1px;
  position: relative;
}
.menu-toggle-box h3 span {
  font-weight: 300;
  font-style: italic;
}
/*.menu-toggle-box h3:before{
	content: '';
	width: 100%;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
}
.menu-toggle-box h3:after{
	content: '';
	background: #a90a21;
	width: 15px;
	height: 15px;
	margin-top: -3px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	-ms-transform: rotate(45deg) skew(0deg);
	-webkit-transform: rotate(45deg) skew(0deg);
	-moz-transform: rotate(45deg) skew(0deg);
	-o-transform: rotate(45deg) skew(0deg);
	transform: rotate(135deg) skew(0deg);
	position: absolute;
	bottom: -8px;
	left: 102px;
}*/

.menu-toggle-box img {
  display: block;
}
.menu-btn-wrap {
  background-color: #fff;
  width: 315px;
  margin: 15px auto 30px;
  border-radius: 30px;
}
.menu-btn {
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  padding: 12px;
  color: #851313;
  font-size: 21px;
  font-family: sans-serif;
  font-weight: 600;
  text-align: center;
  border-radius: 30px;
  box-sizing: border-box;
  position: relative;
  text-decoration: none;
}
.menu-btn::before {
  background: url(../images/menu-btn-arrow.png) no-repeat top;
  background-size: cover;
  content: "";
  height: 17px;
  position: absolute;
  right: 10px;
  top: 53%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  width: 35px;
}

.menu-toggle-box .cta_tel,
.menu-toggle-box .cta_tel_btn {
  text-align: center;
}
.menu-toggle-box .cta_tel img,
.menu-toggle-box .cta_tel_btn img {
  margin: 0 auto 20px;
  width: 100%;
  max-width: 400px;
}
.menu-toggle-box .cta_time {
  margin-bottom: 10px;
  padding: 5px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  text-align: center;
}
.menu-toggle-box .cta_time strong {
  font-size: 14px;
  font-weight: 600;
  font-style: italic;
}
.menu-toggle-box .cta_time span,
.menu-toggle-box .cta_comment {
  font-size: 12px;
}
.menu-toggle-box .cta_bnr {
  margin-top: 30px;
  border-top: 3px solid #fff;
  padding-top: 20px;
  text-align: center;
  line-height: 1.4;
}
.menu-toggle-box .cta_bnr p {
  line-height: 1.4;
}
.menu-toggle-box .cta_bnr p span {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
}
.menu-toggle-box .cta_bnr img {
  width: 100%;
  max-width: 400px;
}
.menu-toggle-box .cta_bnr > a {
  display: inline-block;
  margin: 20px 5px;
  box-shadow: 4px 3px 9px -5px #2e2e2e;
  overflow: hidden;
  position: relative;
}
.menu-toggle-box .cta_bnr > a:after {
  content: "";
  display: block;
  width: 30px;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: reflect 2s ease-in-out infinite;
  animation: reflect 2s ease-in-out infinite;
  position: absolute;
  top: -180px;
  left: 0;
}
.menu-toggle-box .cta_bnr:after {
  display: none;
}
.menu-sns {
  width: 315px;
  margin: 10px auto 0;
}
.menu-sns .border {
  background-color: #fff;
  width: 100px;
  height: 1px;
  margin: 10px auto;
}
