body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: source-han-serif-japanese, serif;
	font-weight: 300;
}
.rp_image img {
	width: 100%;
}

.button {
	width: 80%;
	margin: 0 auto;
	color: #fff;
	background-color: #000;
	padding: 0.7rem;
	text-align: center;
	text-decoration: none;
	display: block;
	font-weight: 500;
}

footer {
	width: 100%;
	background-color: #000;
	padding: 3rem 2rem 0.5rem;
	box-sizing: border-box;
	color: #fff;
}
footer h1 {
	width: 100%;
	text-align: center;
}
footer h2 {
	font-size: 1.2rem;
	text-align: center;
	line-height: 1.5;
	margin: 2rem 0;
}
footer h2 span {
	font-size: 0.9rem;
}

footer .address {
	font-size: 0.8rem;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 2rem;
}
footer .link {
	border-top: 1px solid #2E2E2E;
	padding: 2rem 0;
}
footer .button {
	border: 1px solid #fff;
	margin-bottom: 1rem;
}
footer h3 {
	width: 100%;
	text-align: center;
	margin-bottom: 3rem;
}
footer .copyright {
	font-size: 0.6rem;
	text-align: center;
}


.sub_content {
	width: 100%;
	margin-bottom: 6rem;
}
.sub_content .title {
	text-align: center;
	margin-bottom: 2rem;
}
.sub_content .title h1 {
	margin-bottom: 1rem;
	font-size: 1.1rem;
}
.sub_content .title h2 {
	font-size: 0.9rem;
}

.sub_content .note {
	line-height: 1.5;
	width: 90%;
	margin: 0 auto 2rem;
}

.fRsv {
	width: 100%;
	box-sizing: border-box;
	padding: 2rem 0 1rem;
	background-color: #efefe7;
	font-size: 1rem;
	color: #333;
	text-align: center;
	position: relative;
}
.fRsv a {
	display: block;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.fRsv p {
	margin-bottom: 1rem;

}
.fRsv p.tel {
	font-size: 1.8rem;
}
.fRsv p.tel span {
	display: inline-block;
	width: 1.5rem;
	margin-right: 0.8rem;
}
.fRsv p.tel span img {
	width: 100%;
}
header {
	width: 100%;
	background-color: rgba(0,0,0,0.8);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0.5rem;
	box-sizing: border-box;
}
header h1 {
	width: 30%;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 40px;
  height: 27px;
  z-index: 100;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 12px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(12px) rotate(-45deg);
  transform: translateY(12px) rotate(-45deg);
  background-color: #fdfdfd;
}
.menu-trigger.active span:nth-of-type(2) {
  left: 200%;
  opacity: 0;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  -webkit-animation: active-menu-bar02 .8s forwards;
  animation: active-menu-bar02 .8s forwards;
  background-color: #fdfdfd;
}
@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg);
  background-color: #fdfdfd;
}

#mob-nav {
	display: none;
	opacity: 0;
	transition: 0.3s;
}

#mob-nav.active {
	display: block;
	position: fixed;
	z-index: 98;
	width: 100%;
	height: 100vh;
	background-color: rgba(0,0,0,0.9);
	box-sizing: border-box;
	padding-top: 80px;
  -webkit-animation: active-menu-bg .4s forwards;
  animation: active-menu-bg .4s forwards;
  top: 0;
  left: -100vw;
}
@-webkit-keyframes active-menu-bg {
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes active-menu-bg {
  100% {
    opacity: 1;
    left: 0;
  }
}


#mob-nav p a {
	display: block;
	width: 100%;
	color: #fdfdfd;
	text-decoration: none;
	box-sizing: border-box;
	padding: 4vw 15%;
	font-size: 5vw;
}

p.oldrsv {
	margin-top: 1rem;
	width: 100%;
	text-align: center;
}

p.oldrsv a {
	color: #fff;
}
