@charset "utf-8";
/* CSS Document */

@media screen and (min-width: 770px) {
	.sp {
		display: none !important;
	}
}

@media screen and (max-width: 769px) {
	.pc {
		display: none !important;
	}
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

.hidden {
	display: none;
}

a {
	transition: 0.5s;
}

a img:hover {
	-webkit-animation: zoom .3s;
	animation: zoom .3s;
}

@-webkit-keyframes zoom {
	50% {
		-webkit-transform: scale(1.05);
	}
}

@keyframes zoom {
	50% {
		transform: scale(1.05);
	}
}

input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
}

input[type="button"] {
	-webkit-appearance: none;
	border-radius: 0;
}

.slidein-item {
	opacity: 0;
	transform: translate(0, 60px);
	-webkit-transform: translate(0, 60px);
	transition: .8s;
}

.slidein-item.is-slidein {
	opacity: 1.0;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}

html {
	height: 100%;
}

body {
	line-height: 2.5rem;
	font-family: -apple-system, BlinkMacSystemFont, 'Roboto', "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
	font-feature-settings: "palt";
	letter-spacing: .8px;
	letter-spacing: 0.1rem;
	width: 100%;
	height: 100%;
	font-size: 1.5rem;
	min-width: 1200px;
}

@media screen and (max-width: 769px) {
	body {
		min-width: unset;
	}
}

/* --------------------------------
 * top_img
 * -------------------------------- */
.top_img {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}

.top_img .h_logo {
	width: 15%;
	position: absolute;
	top: 3rem;
	left: 4rem;
	z-index: 2;
}

@media screen and (max-width: 769px) {
	.top_img .h_logo {
		width: 34%;
		top: 2%;
		left: 5%;
	}
}

.top_img .text_img {
	width: 45%;
	position: absolute;
	top: 40%;
	left: 0;
	z-index: 2;
}

@media screen and (max-width: 769px) {
	.top_img .text_img {
		width: 90%;
		top: 42%;
	}
}

.top_img .no1 {
	width: 25%;
	position: absolute;
	bottom: 5%;
	right: 3%;
	z-index: 2;
}

@media screen and (max-width: 769px) {
	.top_img .no1 {
		width: 100%;
		top: 74%;
	}
}

/* nav */

.nav {
	transition: .8s;
	position: fixed;
	top: -80px;
	z-index: 1000;
	height: 80px;
	width: 100%;
}

nav ul {
	/* height: 80px; */
	width: 100%;
}

nav ul li {
	padding: 2rem 0;
	display: inline-block;
}

@media screen and (max-width: 769px) {
	nav ul {
		display: flex;
	}

	nav ul li {
		vertical-align: top;
		padding: 1rem 0;
		display: flex;
		align-items: center;
	}
}

nav ul li a {
	color: #fff;
	font-size: 1.7rem;
}

nav ul .tel img,
nav ul .form img {
	width: 3rem;
	vertical-align: sub;
	margin: 0 2% 0 0;
}

@media screen and (max-width: 769px) {
	nav ul li a {
		font-size: 1rem;
	}

	nav ul .tel img,
	nav ul .form img {
		width: 12%;
		vertical-align: middle;
	}
}

nav .logo {
	padding: 1rem 0;
	background: #fff;
	width: 20.5%;
	float: left;
}

@media screen and (max-width: 769px) {
	nav .logo {
		height: 5.3rem;
		width: 66.66%;
	}

	nav .logo img {
		width: 50%;
		margin: 0 auto 0 4rem;
		display: block;
	}
}

@media screen and (max-width: 469px) {
	nav .logo img {
		margin: 0 auto 0 2rem;
	}
}

nav .tel {
	padding: 2rem 0;
	width: 20.5%;
	background: #263150;
	float: right;
}

@media screen and (max-width: 769px) {
	nav .tel {
		height: 5.3rem;
		padding: 1.3rem 0;
		width: 33.4%;
		float: unset;
	}
}

@media screen and (max-width: 469px) {
	nav .tel {
		padding: 1.5rem 0;
	}
}

nav .form {
	height: 65px;
	padding: 2rem 0;
	background: #000;
	width: 20%;
	float: right;
}

@media screen and (max-width: 769px) {
	nav .form {
		height: 5.3rem;
		padding: 1rem 0;
		line-height: 1.5rem;
		width: 34%;
	}
}

.covid {
	padding: 3rem;
	width: 1200px;
	margin: 8rem auto;
	background: #f1f4f6;
}

@media screen and (max-width: 769px) {
	.covid {
		padding: 3rem 2rem;
		margin: 2rem auto;
		width: 90%;
	}

	.covid p {
		text-align: left;
	}
}

.covid h4 {
	margin: 0 0 2rem 0;
	font-size: 2.2rem;
}

.covid ul {
	margin: 2rem auto 0 auto;
}

.covid ul li {
	display: inline-block;
	width: 36rem;
	padding: 1rem;
	text-align: left;
	vertical-align: top;
}

@media screen and (max-width: 769px) {
	.covid ul li {
		padding: 1rem 0;
		width: 100%;
	}
}

.covid ul li span,
.privacy p span {
	font-weight: bold;
	display: block;
}

.catch {
	margin: 12rem auto;
}

@media screen and (max-width: 769px) {
	.catch img {
		width: 85%;
	}
}

.box_01 {
	width: 100%;
	padding: 13% 0 0 0;
	margin: 0 0 5%;
	background-image: url("../img/bg_01.png");
	background-position: top center;
	background-size: contain;
	background-repeat: no-repeat;
}

@media screen and (max-width: 769px) {
	.box_01 {
		margin: 6rem auto;
		width: 100%;
		padding: 3rem 0 3rem 0;
		background-image: url("../img/bg_01_sp.png");
		background-position: top center;
		background-size: cover;
		background-repeat: no-repeat;
	}
}

.box_01 div {
	width: 100%;
	margin: 0 auto;
	color: #fff;
	background: #222728;
}

@media screen and (max-width: 769px) {
	.box_01 div {
		width: 90%;
	}
}

.box_01 div h2 {
	text-align: left;
	float: left;
	width: 45vw;
	padding: 6% 0 0 5%;
}

@media screen and (max-width: 769px) {
	.box_01 div h2 {
		float: none;
		width: 100%;
		padding: 4rem 2rem;
	}
}

.box_01 div h2 span {
	padding: 0 0 4rem 0;
	letter-spacing: 0.1rem;
	display: block;
	line-height: 5rem;
	font-size: 3.5rem;
}

@media screen and (max-width: 769px) {
	.box_01 div h2 span {
		line-height: 3.5rem;
		font-size: 2.8rem;
		padding: 0 0 3rem 0;
	}
}

.box_01 div img {
	width: 50%;
	float: right;
}

@media screen and (max-width: 769px) {
	.box_01 div img {
		width: 100%;
		float: none;
	}
}

.openhouse {
	position: relative;
	padding: 18rem 0 10rem;
}

@media screen and (max-width: 769px) {
	.openhouse {
		padding: 8rem 0 3rem;
	}
}

.openhouse h2 {
	position: absolute;
	font-weight: 500;
	font-size: 5rem;
	letter-spacing: 0.5rem;
	width: 100%;
	top: 14rem;
}

@media screen and (max-width: 769px) {
	.openhouse h2 {
		display: contents;
		font-size: 4rem;
	}
}

.estate h2,
.company h2,
.privacy h2 {
	font-weight: 500;
	font-size: 5rem;
	letter-spacing: 0.5rem;
}

@media screen and (max-width: 769px) {

	.openhouse h2,
	.estate h2,
	.company h2,
	.privacy h2 {
		font-size: 4rem;
		/*line-height: 4rem;*/
	}
}

.openhouse h2 span,
.estate h2 span,
.company h2 span,
.privacy h2 span {
	margin: 1rem 0 0 0;
	display: block;
	font-size: 1.5rem;
	letter-spacing: 0.1rem;
}

.openhouse .op_box .price {
	border: 1px solid #fff;
	padding: 1rem 5rem;
	display: inline-block;
}

.openhouse .op_box {
	margin: 0 auto 5rem auto;
	position: relative;
}

@media screen and (max-width: 769px) {
	.openhouse .op_box {
		padding: 5rem 0 0;
	}
}

.openhouse .op_box a {
	position: absolute;
	left: 50%;
	display: inline-block;
	transform: translate(-50%, 0);
}

@media screen and (min-width: 770px) {
	.openhouse .op_box a {
		top: 15rem;
	}
}

@media screen and (max-width: 769px) {
	.openhouse .op_box a:nth-of-type(1) {
		width: 100vw;
		bottom: 13rem;
	}
}

.openhouse .box-slider__container a {
	transform: translate(0, 0);
	position: initial;
	overflow: hidden;
}

@media screen and (max-width: 769px) {
	.openhouse .box-01 a {
		bottom: 16rem;
		top: 5rem;
	}

	.openhouse .box-02 {
		padding: 8rem 0 0;
	}

	.openhouse .box-06 a {
		top: 5rem;
	}
/* 
	.openhouse .box-slider__container a {
		top: 1rem;
	} */
}

@media screen and (max-width: 480px) {
	.openhouse .box-slider__container a {
		top: 3.5rem;
	}
}

.openhouse .op_box:last-of-type {
	margin: 0 auto;
}

.openhouse .op_box .pho {
	position: relative;
}

@media screen and (max-width: 769px) {
	.openhouse .op_box .pho {
		top: 0;
		width: 90%;
	}
}

.modelhouse::before {
	content: '';
	width: 100%;
	padding: 0 0 39.6rem;
	display: inline-block;
}

.box-slider__inner {
	padding: 10rem 0 0;
}

@media screen and (max-width: 769px) {
	.modelhouse::before {
		padding: 0 0 40vw;
	}

	.box-slider__inner {
		padding: 0;
	}
}

.openhouse .op_box .bg {
	width: 100%;
	vertical-align: bottom;
	background: #f1f4f6;
}

.openhouse .op_box h3 {
	padding: 4rem 0 2rem 0;
	background: #222728;
	color: #fff;
	width: 100%;
	font-size: 2.5rem;
}

@media screen and (max-width: 1800px) {
	.openhouse .op_box h3 {
		padding: 5rem 0 2rem 0;
	}
}

@media screen and (max-width: 1600px) {
	.openhouse .op_box h3 {
		padding: 10rem 0 2rem 0;
	}
}

@media screen and (max-width: 1400px) {
	.openhouse .op_box h3 {
		padding: 14rem 0 2rem 0;
	}
}

@media screen and (max-width: 769px) {
	.openhouse .op_box h3 {
		font-size: 2rem;
		padding: 4rem 0 2rem 0;
	}

	.openhouse .op_box-padding h3 {
		padding: 1.5rem 0 2rem 0;
	}
}

.openhouse .op_box h3 span {
	margin: 1rem 0 0 0;
	display: block;
	font-size: 1.5rem;
}

.openhouse .op_box p {
	margin: 1rem auto 0 auto;
	width: 860px;
	text-align: left;
}

@media screen and (max-width: 769px) {
	.openhouse .op_box p {
		width: 90%;
	}
}

.openhouse .detail {
	margin: 0 auto;
	width: 1200px;
}

@media screen and (max-width: 769px) {
	.openhouse .detail {
		width: 100%;
	}
}

.openhouse .detail img {
	width: 50%;
	height: 39rem;
	object-fit: cover;
}

@media screen and (max-width: 769px) {
	.openhouse .detail img {
		margin: 0 0 2rem 0;
		height: 22rem;
		width: 100%;
	}
}

.openhouse .detail .left img {
	float: left;
}

@media screen and (max-width: 769px) {
	.openhouse .detail .left img {
		float: none;
	}

}

.openhouse .detail .right img {
	float: right;
}

@media screen and (max-width: 769px) {
	.openhouse .detail .right img {
		float: none;
	}
}

.openhouse .detail div {
	background: #f1f4f6;
}

@media screen and (max-width: 769px) {
	.openhouse .detail div {
		width: 90%;
		margin: 0 auto;
	}
}

.openhouse .detail .title {
	width: 700px;
	margin: 0 auto;
	padding: 0;
}

@media screen and (max-width: 769px) {
	.openhouse .detail .title {
		width: 90%;
	}
}

.openhouse .detail .txt {
	width: 1000px;
	margin: 0 auto 3rem auto;
}

@media screen and (max-width: 769px) {
	.openhouse .detail .txt {
		width: 90%;
	}
}

.openhouse .detail h4 {
	font-size: 2.5rem;
	line-height: 3.5rem;
	padding: 7rem 5rem 0 5rem;
}

@media screen and (max-width: 769px) {
	.openhouse .detail h4 {
		padding: 0 2rem;
		font-size: 2.3rem;
	}
}

.openhouse .detail p {
	padding: 2rem 5rem 0 5rem;
}

@media screen and (max-width: 769px) {
	.openhouse .detail p {
		padding: 2rem;
	}
}

.openhouse .detail h4,
.openhouse .detail p {
	display: flex;
	text-align: left;
}

/* case */

.works {
	margin: 0;
	padding: 12rem 0 0 0;
	/* background: #222728; */
	background: #fff;
}

@media screen and (max-width: 769px) {
	.works {
		margin: 0;
		padding: 6rem 0 0 0;
	}
}

.works h2,
.contact h2 {
	color: #fff;
	font-weight: 500;
	font-size: 5rem;
	letter-spacing: 0.5rem;
}

.works h2 {
	color: #000;
}

@media screen and (max-width: 769px) {

	.works h2,
	.contact h2 {
		font-size: 4rem;
	}
}

.works h2 span,
.contact h2 span {
	margin: 1rem 0 0 0;
	display: block;
	font-size: 1.5rem;
	letter-spacing: 0.1rem;
}

.works h3 {
	font-size: 2.5rem;
	/* color: #fff; */
	color: #000;
}

.case01 {
	max-width: 1200px;
	margin: 0 auto;
	padding: 10rem 0;
}

@media screen and (max-width: 769px) {
	.case01 {
		width: 100%;
		padding: 4rem 0;
	}
}

.case01 a img {
	width: 30%;
	display: inline-block;
	margin: 0 1% 2%;
}

@media screen and (max-width: 769px) {
	.case01 a img {
		width: 46%;
	}
}

.case02 {
	max-width: 1200px;
	margin: 0 auto;
	padding: 2rem 0 10rem 0;
}

@media screen and (max-width: 769px) {
	.case02 {
		width: 100%;
		padding: 4rem 0;
	}
}

.case02 a img {
	width: 22%;
	display: inline-block;
	margin: 0 1% 4%;
}

@media screen and (max-width: 769px) {
	.case02 a img {
		width: 46%;
	}
}

.bg_box01 img {
	width: 100%;
}

/*.estate{
	padding: 15rem 0;
}

@media screen and (max-width: 769px) {
	.estate{
		padding: 7rem 0;
	}
}*/


.estate ul {
	width: 1200px;
	margin: 8rem auto 0 auto;
}

@media screen and (max-width: 769px) {
	.estate ul {
		margin: 5rem auto 0 auto;
		width: 90%;
	}
}

.estate ul li {
	display: inline-block;
	width: 30%;
	margin: 0 2% 0 0;
}

@media screen and (max-width: 769px) {
	.estate ul li {
		text-align: left;
		display: block;
		width: 100%;
		margin: 0 0 2rem 0;
	}
}

.estate ul li:last-of-type {
	margin: 0 0 0 0;
}

.estate ul li img {
	width: 100%;
}

.bg_box02 {
	background-image: url("../img/bg_04.png");
	background-attachment: fixed;
	height: 65rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

@media screen and (max-width: 769px) {
	.bg_box02 {
		background-image: url("../img/bg_04.png");
		background-attachment: unset;
		height: 20rem;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
}

.company {
	padding: 15rem 0;
}

@media screen and (max-width: 769px) {
	.company {
		padding: 9rem 0;
	}
}

.company div {
	width: 900px;
	margin: 5rem auto 0 auto;
}

@media screen and (max-width: 769px) {
	.company div {
		margin: 2rem auto 0 auto;
		width: 90%;
	}
}

.company div img {
	float: right;
}

@media screen and (max-width: 769px) {
	.company div img {
		width: 60%;
		margin: 0 0 2rem 0;
		float: none;
	}
}

.company div p {
	float: left;
	text-align: left;
	width: 60%;
	margin: 0 2% 0 0;
}

@media screen and (max-width: 769px) {
	.company div p {
		float: none;
		width: 100%;
		margin: 0 auto;
	}
}

.company table {
	text-align: left;
	width: 900px;
	margin: 10rem auto 0 auto;
}

@media screen and (max-width: 769px) {
	.company table {
		width: 90%;
		margin: 5rem auto 0 auto;
	}
}

.company table th {
	font-weight: bold;
	padding: 2rem 0 2rem 4rem;
}

@media screen and (max-width: 769px) {
	.company table th {
		width: 27%;
		padding: 2rem 1rem;
	}
}

.company table td {
	padding: 2rem 0;
}

.company table tr {
	border-top: #000 1px solid;
	border-bottom: #000 1px solid;
}

.company ul {
	width: 1200px;
	margin: 10rem auto 0 auto;
}

@media screen and (max-width: 769px) {
	.company ul {
		margin: 5rem auto 0 auto;
		width: 90%;
	}
}

.company ul li {
	text-align: left;
	vertical-align: top;
	display: inline-block;
	width: 30%;
	margin: 0 2% 0 0;
}

@media screen and (max-width: 769px) {
	.company ul li {
		width: 100%;
		margin: 0 auto 2rem auto;
	}
}

.company ul li:last-of-type {
	margin: 0;
}

.company ul span {
	display: block;
	font-weight: bold;
}

.company ul li iframe {
	width: 100%;
	height: 20rem;
	margin: 1rem 0 0 0;
}

iframe,
object,
embed {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
}

iframe:hover,
object:hover,
embed:hover {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
}

.contact {
	padding: 15rem 0;
	background-image: url("../img/bg_05.png");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

@media screen and (max-width: 769px) {
	.contact {
		padding: 8rem 0;
	}
}

.contact a {
	margin: 1.5rem 0 0 0;
	display: block;
	color: #fff;
	font-size: 5rem;
}

@media screen and (max-width: 769px) {
	.contact a {
		font-size: 3rem;
	}
}

.p-contact__btn-wrapper {
	display: flex;
	gap: 7rem;
	justify-content: center;
	margin: 4rem auto 0;
	max-width: 104rem;
}

.p-contact__tel-wrapper {
	color: #fff;
	margin: 4rem auto 0;
}

.contact .tel_link img {
	width: 5.5rem;
	margin: 0 1% 0 0;
}

@media screen and (max-width: 769px) {
	.p-contact__btn-wrapper {
		max-width: 50rem;
		flex-direction: column;
		gap: 2rem;
	}

	.p-contact__btn-wrapper a img {
		max-width: 100%;
		width: 80%;
	}

	.contact .tel_link img {
		width: 5%;
	}
}

.contact .p-contact__tel-wrapper span {
	margin: 1.5rem 0 0 0;
	font-size: 1.7rem;
	display: block;
}

.contact a:hover {
	opacity: 0.5;
}

.form {
	padding: 13rem 0 10rem 0;
}

@media screen and (max-width: 769px) {
	.form {
		padding: 10rem 0;
	}
}

.form h2 {
	font-size: 3rem;
}

@media screen and (max-width: 769px) {
	.form h2 {
		font-size: 2rem;
	}
}

.form table {
	width: 900px;
	margin: 5rem auto;
	text-align: left;
}

@media screen and (max-width: 769px) {
	.form table {
		width: 90%;
	}
}

.form table tr {
	border-top: #000 1px solid;
}

.form table .select {
	text-align: center;
	padding: 2rem 0;
}

.form table .select input {
	margin: 0 1rem 0 2rem;
}

.sample input {
	display: none;
}

.sample label {
	display: inline-block;
	position: relative;
	cursor: pointer;
	margin-left: 20px;
	padding: 10px 20px;
	border-radius: 2px;
	color: #3e4956;
	font-size: 14px;
	text-align: center;
	line-height: 1;
}

.sample label:before {
	position: absolute;
	content: "";
	top: 50%;
	left: -10px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background: #bdc3c7;
	border-radius: 50%;
}

.sample input[type="radio"]:checked+label:after {
	position: absolute;
	content: "";
	top: 50%;
	left: -4px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-radius: 50%;
	background: #5a5a5a;
}

.form table th {
	width: 32%;
	position: relative;
	padding: 2rem 4rem 0 4rem;
}

@media screen and (max-width: 769px) {
	.form table th {
		width: 100%;
		display: block;
		padding: 2rem 4rem 0 0;
	}
}

.form table th span {
	padding: 0 1rem;
	float: right;
	color: #fff;
	background: #232727;
}

.form table td {
	position: relative;
	padding: 2rem 0;
}

.form-td {
	padding: 2rem 0;
}

@media screen and (max-width: 769px) {
	.form table td {
		display: block;
	}
}

.form table .form-td input,
.form table td textarea {
	padding: 2rem;
	width: 100%;
	background: #f3f4f5;
}

.form table .zip input {
	width: 30% !important;
	margin: 0 2rem 0 0;
}

@media screen and (max-width: 769px) {
	.form table .zip input {
		width: 40% !important;
	}
}

.form table .comment {
	vertical-align: top;
}

.form-privacy {
	margin: 0 0 4rem 0;
}

@media screen and (max-width: 769px) {
	.form-privacy {
		width: 90%;
		text-align: left;
		margin: 0 auto 4rem auto;
	}
}

.submit {
	padding: 3rem 10rem;
	background: #232727;
	color: #fff;
	cursor: pointer;
	cursor: hand;
	transition: .8s;
}

@media screen and (max-width: 769px) {
	.submit {
		padding: 3rem 0;
		width: 80%;
		margin: 0 auto;
	}
}

.submit:hover {
	opacity: 0.5;
}

input::placeholder {
	color: #adadad;
}

footer {
	padding: 4rem 0;
	background: #232727;
}

footer a {
	color: #7b7b7b;
}

footer a:hover {
	opacity: 0.5;
}

footer i {
	width: 5rem;
	height: 5rem;
	padding: 1rem;
	border-radius: 50%;
	font-size: 3rem;
	margin: 2rem;
	color: #232727;
	background: #fff;
}

footer address {
	color: #7b7b7b;
}

@media screen and (max-width: 769px) {
	footer address {
		font-size: 0.5rem;
	}
}

.privacy p {
	margin: 4rem 0 0 0;
	text-align: left;
}

.privacy {
	padding: 20rem 0;
	width: 900px;
	margin: 0 auto;
}

@media screen and (max-width: 769px) {
	.privacy {
		padding: 10rem 0;
		width: 90%;
	}
}

/* nav */
.nav02 {
	position: fixed;
	height: 80px;
	width: 100%;
}

.nav02 ul {
	height: 80px;
	width: 100%;
}

.nav02 ul li {
	padding: 2rem 0;
	display: inline-block;
}

@media screen and (max-width: 769px) {
	.nav02 ul li {
		vertical-align: top;
		padding: 1rem 0;
	}
}

.nav02 ul li a {
	color: #fff;
	font-size: 1.5rem;
}

@media screen and (max-width: 769px) {
	.nav02 ul li a {
		vertical-align: middle;
		font-size: 1rem;
	}
}

.nav02 ul .tel img,
.nav02 ul .form img {
	width: 3rem;
	vertical-align: sub;
	margin: 0 2% 0 0;
}

@media screen and (max-width: 769px) {

	.nav02 ul .tel img,
	.nav02 ul .form img {
		width: 12%;
	}
}

.nav02 .logo {
	padding: 1rem 0;
	background: #fff;
	width: 20%;
	float: left;
}

@media screen and (max-width: 769px) {
	.nav02 .logo {
		padding: 1.8rem 0;
		width: 32%;
		float: unset;
	}

	.nav02 .logo img {
		width: 80%;
		margin: 0 auto;
		display: block;
	}
}

.nav02 .tel {
	height: 65px;
	width: 20%;
	background: #313b58;
	float: right;
}

@media screen and (max-width: 769px) {
	.nav02 .tel {
		height: 5.3rem;
		padding: 1.3rem 0;
		width: 34%;
		float: unset;
	}
}

.nav02 .form {
	height: 65px;
	padding: 1.9rem 0;
	background: #000;
	width: 20%;
	float: right;
}

@media screen and (max-width: 769px) {
	.nav02 .form {
		height: 5.3rem;
		padding: 1rem 0;
		line-height: 1.5rem;
		width: 34%;
	}
}

.thanks_box h2 {
	font-size: 4rem;
	line-height: 5rem;
}

.thanks_box {
	padding: 20rem 0;
}

@media screen and (max-width: 769px) {
	.thanks_box {
		padding: 10rem 0;
	}
}

.thanks_box p {
	margin: 2rem auto 5rem auto;
}

@media screen and (max-width: 769px) {
	.thanks_box p {
		width: 90%;
		margin: 0 auto 5rem auto;
	}
}

.thanks_box a {
	background: #232727;
	color: #fff;
	padding: 2rem 5rem;
}


/* 固定ボタン */
.l-fixed-contents {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 1000;
	display: flex;
	flex-direction: column;
}

.l-fixed-contents img {
	max-width: 100%;
}

.l-fixed-contents__link-contact {
	transform: translate(0, 0.8rem);
}

@media screen and (max-width: 769px) {
	.l-fixed-contents {
		flex-direction: inherit;
		bottom: -0.8rem;
	}

	.l-fixed-contents__link-contact {
		transform: translate(0, 0);
	}
}

/* 来場予約 */
.p-reserve_place input {
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	font: inherit;
	font-size: 100%;
	outline: none;
}

.form table .p-reserve_place {
	border: none;
}

.form table .p-reserve_place {
	border-top: #000 1px solid !important;
}

.p-reserve-form__item-body__text {
	margin: 0 0 2rem 0;
}

.form table .p-reserve_place td {
	padding: 1rem 0;
}

.form table .p-reserve_place-last td {
	padding: 1rem 0 2rem;
}

.p-reserve-form__place-list-item {
	align-items: center;
	background: #f2f4f5;
	display: flex;
	gap: 1rem;
	padding: 5rem 20rem 5rem 3rem;
	width: 100%;
}

@media screen and (max-width: 960px) {
	.p-reserve-form__place-list-item {
		font-size: 1.7rem;
		padding: 2.5rem 1.7rem 12rem;
	}
}

.p-reserve-form__radio {
	background-color: #fff;
	border: 1px solid #333;
	height: 2.1rem;
	position: relative;
	width: 2.1rem;
}

.p-reserve-form__radio:before {
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
	content: "";
	display: inline-block;
	height: .5rem;
	left: 20%;
	opacity: 0;
	position: absolute;
	top: 30%;
	transform: rotate(-45deg);
	width: 1rem;
}

.p-reserve-form__radio:checked {
	border-color: #333;
}

.p-reserve-form__radio:checked:before {
	opacity: 1;
}

.p-contact-form__place-name {
	flex: 1;
}

.p-contact-form__place-address {
	font-size: 1.4rem;
}

.p-contact-form__place-icon {
	position: absolute;
	right: 3rem;
	width: 15rem;
	border: 2px solid #f2f4f5;
	line-height: 0;
}

.p-contact-form__place-icon img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 960px) {
	.p-contact-form__place-icon {
		bottom: 2.5rem;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
}

.p-reserve-form__place-list-item.is-active {
	background-color: #232727;
	color: #fff;
}

.p-contact-form__label {
	font-size: 1.6rem;
	line-height: 1.6875;
	padding: 0.3rem 0;
	display: inline-flex;
}

.p-contact-form__label span {
	width: 50%;
	display: flex;
	align-items: center;
}

.p-contact-form__input-text {
	font-feature-settings: "palt";
	background: #f2f4f5;
	border: 1px solid transparent;
	font-size: 1.7rem;
	letter-spacing: .025em;
	line-height: 1.8823529412;
	padding: 1.4rem 2rem;
	width: 100%;
}

.p-contact-form__input-text.-date {
	margin: 0 0 0 1rem;
	padding: 0.5rem 1rem;
	width: 18rem;
}

.form table .p-reserve_date {
	border-top: none;
}

.form table .p-reserve_date-first {
	border-top: #000 1px solid;
}

.form table .p-reserve_date-first td {
	padding: 2rem 0 0.5rem;
}

.form table .p-reserve_date-last td {
	padding: 0.5rem 0 2rem;
}

.rv_thanks_p {
	text-align: left;
	max-width: 660px;
	margin: 0 auto;
}

/* slick */
.slide__container {
	max-width: 860px;
	margin: 0 auto -31.5rem;
}

.slide__item img {
	width: 100%;
	/* height: 30vw; */
	height: 576px;
	object-fit: cover;
	transition: transform .4s ease;
}

.slide__item a:hover img {
	animation: none;
	transform: scale(1.05);
}

.slide__item-thumb {
	margin: 2rem 1rem 0 0;
}

.slide__item-thumb img {
	width: 100%;
	height: 12vh;
	object-fit: cover;
}
/* 
.slick-arrow::before,
.slick-arrow::after {
	position: absolute;
	top: 0;
	left: 0;
	vertical-align: middle;
} */

.slick-arrow::before {
	content: '' !important;
	width: 2.6rem;
	height: 2.6rem;
	display: block;
}

.slide__box .slick-arrow {
	width: 6rem;
	height: 6rem;
	border-radius: 50%;
	background: rgba(0, 0, 0, .5) !important;
}

.slide__box .slick-arrow::before {
	width: 1.4rem;
	height: 1.4rem;
	border-top: #f1f4f6 2px solid;
	border-right: #f1f4f6 2px solid;
}

.slide__box .slick-prev::before {
	transform: rotate(-135deg) translate(-100%, 100%);
}

.slide__box .slick-next::before {
	transform: rotate(45deg) translate(75%, -75%);
}

.thumb__box .slick-arrow::before {
	position: absolute;
	top: 0;
	left: 0;
	vertical-align: middle;
	width: 2rem;
	height: 2rem;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
}

.slick-slide img {
	cursor: pointer;
}

/* prev */
.slick-prev::before {
	transform: rotate(-135deg);
}

.slide__box .slick-prev {
	left: 4rem;
	z-index: 500;
}

.slide__box .slick-next {
	right: 4rem;
}

/* next */
.slick-next::before {
	transform: rotate(45deg);
}

.slide__item-thumb:not(.slick-current){
	filter: grayscale(100%);
}

@media screen and (max-width: 769px) {
	.slide__container {
		margin: 0 auto -6.1rem;
	}

	.slide__box .slick-arrow {
		width: 4rem;
		height: 4rem;
		border-radius: 50%;
		background: rgba(0, 0, 0, .5) !important;
	}

	.slide__box .slick-arrow::before {
		width: 1rem;
		height: 1rem;
		border-width: 1px;
	}

	.slide__box .slick-next {
		right: 3rem;
	}

	.slide__box .slick-prev {
		left: 3rem;
	}


	.slide__item img {
		width: 90%;
		height: 60vw;
		margin: 0 auto;
	}

	.slide__item-thumb {
		margin: 0 0.5rem 0 0;
	}

	.slide__item-thumb img {
		margin-left: 0;
		height: 8vh;
	}

	.thumb__box .slick-list {
		max-width: 90%;
		margin: 0 auto;
	}

	.thumb__box .slick-prev::before,
	.thumb__box .slick-next::before {
		width: 1.6rem;
		height: 1.6rem;
		border-top: 1px solid #000;
		border-right: 1px solid #000;
	}

	.thumb__box .slick-prev {
		left: 0.6rem;
	}

	.thumb__box .slick-next {
		right: 0.4rem;
	}
}

.lb-nav a.lb-prev {
	opacity: 1 !important;
}

.lb-nav a.lb-next {
	opacity: 1 !important;
}