@charset "utf-8";
/* content */
/* header */
header .logo {
	text-align: center;
	padding: 3rem 0;
}
@media screen and (max-width: 768px) {
	header .logo {
		width: 30.1rem;
		margin: 1rem auto 1.5rem;
	}
}
.content .inner {
	padding: 0 1.3rem;
}
.content .btnBooking {
	margin: 0.5rem auto 0;
	width: 32.3rem;
}
.content .btnBooking a {
	display: block;
	padding: 0.6rem 0.5rem 0.3rem;
	background: #e50012;
	border-radius: 2rem;
	font-size: 2rem;
	color: #fff;
	text-align: center;
	position: relative;
}
.content .btnBooking a::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 2.2rem;
	width: 0.8rem;
	height: 0.8rem;
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	transform: rotate(45deg);
	margin-top: -0.5rem;
}
@media screen and (max-width: 768px) {
	.content .inner {
		padding: 0 4rem;
	}
	.content .btnBooking {
		margin: 0.5rem auto 0;
		width: 76.6%;
	}
	.content .btnBooking a {
		padding: 0.8rem 0.5rem 0.8rem;
		border-radius: 3rem;
	}
	.content .btnBooking a::after {
		width: 1rem;
		height: 1rem;
		border-top: solid 2px #fff;
		border-right: solid 2px #fff;
		margin-top: -0.5rem;
	}
}

/* mv */
.mv {
	background: #fffde3;
}
.mv h1 {
	margin: 0 auto;
	padding-top: 2rem;
	max-width: 100rem;
}
@media screen and (max-width: 768px) {
	.mv h1 {
		padding-top: 0;
		width: 100%;
	}
}

/* content01 */
.content01 {
	margin-top: 5rem;
}
.content01 h2 {
	font-size: 3.7rem;
	font-weight: bold;
	text-align: center;
}
.content01 .boxWrap {
	width: 100%;
	max-width: 86.8rem;
	margin: 6rem auto 0;
	text-align: center;
}
.content01 .boxWrap .box {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.content01 .boxWrap .box .image {
	width: 25.4%;
	max-width: 21rem;
}
.content01 .boxWrap .box .cont {
	width: 72%;
}
.content01 .boxWrap .box .cont {
	background-color: #efefef;
	font-size: 1.9rem;
	padding: 2rem 0;
	border-radius: 10px;
	position: relative;
}
.content01 .boxWrap .box .cont:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -4rem;
	border: solid transparent;
	border-top-width: 1rem;
    border-bottom-width: 1rem;
    border-left-width: 2rem;
    border-right-width: 2rem;
    border-right-color:#efefef;
}
.content01 .boxWrap .txtArea {
	background-color: #5db909;
	color: #fff;
	font-size: 3.4rem;
	margin-left: 28%;
	padding: 1rem;
	border-radius: 10px;
}
.content01 .boxWrap .txtArea span {
	color: #ffff00;
}
.content01 .boxWrap .txtArea .txt01 {
	position: relative;
	margin-bottom: 1rem;
	font-weight: bold;
}
.content01 .boxWrap .txtArea .txt01::before {
	content: "";
	background: url(/souzoku/img/arrow.png) no-repeat;
	width: 3.8rem;
	height: 2.1rem;
	position: absolute;
	top: -4rem;
	left: 50%;
	transform: translateX(-50%);
}
.content01 .boxWrap .txtArea .txt02 {
	font-size: 1.8rem;
	background-color: #fff;
	color: #000;
	padding: 1rem 0;
}
.content01 .boxWrap01 .txtArea {
	margin-top: -15rem;
}
.content01 .boxWrap02 .txtArea {
	margin-top: -3.5rem;
}
.content01 .boxWrap03 .txtArea {
	margin-top: -9.2rem;
}
@media screen and (max-width: 768px) {
	.content01 {
		margin-top: 2.5rem;
	}
	.content01 h2 img {
		width: 11rem;
	}
	.content01 .boxWrap .txtArea {
		width: 85%;
		margin: 3rem auto 0;
		font-weight: bold;
	}
	.content01 .boxWrap .txtArea .txt01::before {
		content: "";
		background: url(/souzoku/img/arrow.png) no-repeat;
		width: 6.8rem;
		height: 5.1rem;
		position: absolute;
		top: -6rem;
		left: 50%;
		transform: translateX(-50%);
	}
	.content01 .boxWrap .box .image {
		width: 30%;
	}
	.content01 .boxWrap .box .cont {
		text-align: left;
		padding: 2rem;
		width: 63%;
		font-size: 2.3rem;
		font-weight: bold;
	}
	.content01 .boxWrap .box .cont:before {
		content: "";
		position: absolute;
		top: 50%;
		left: -5.9rem;
		border: solid transparent;
		border-top-width: 2rem;
		border-bottom-width: 2rem;
		border-left-width: 3rem;
		border-right-width: 3rem;
		border-right-color: #efefef;
	}
	/*boxWrap02*/
	.content01 .boxWrap02 .box .image {
		order: 1;
	}
	.content01 .boxWrap02 .box .cont {
		order: 0;
	}
	.content01 .boxWrap02 .box .cont:before {
		content: "";
		position: absolute;
		top: 50%;
		right: 0;
		left: 35rem;
		border: solid transparent;
		border-top-width: 2rem;
		border-bottom-width: 2rem;
		border-right-width: 3rem;
		border-left-width: 3rem;
		border-left-color: #efefef;
	}
	.content01 .boxWrap02 .txtArea {
		margin: 7rem auto 0;
	}
}
/* content02 */
.content02 {
	background-color: #fffde3;
	padding: 5rem 0;
	margin-top: 5.5rem;
}
.content02 h2 {
	text-align: center;
}
.content02 .circleWrap {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	gap: 2rem;
	margin-top: 1rem;
}
.content02 .circleWrap .circle {
	width: 33%;
	max-width: 23rem;
	max-height: 23rem;
	min-height: 23rem;
	border: 4px solid #5db909;
	border-radius: 50%;
	text-align: center;
	justify-content: center;
	display: flex;
	flex-flow: column wrap;
	align-items: center;
	background-color: #fff;
	font-weight: bold;
}
.content02 .circleWrap .circle h3 {
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.25;
}
.content02 .circleWrap .circle h3 span {
	font-size: 1rem;
}
.content02 .circleWrap .circle p {
	font-size: 1.6rem;
}
.content02 .circleWrap .circle p span {
	font-size: 1rem;
}
.content02 .note {
	font-size: 1.5rem;
	margin: 0 0 0 12.5rem;
}
.content02 .note a {
	font-size: 1.7rem;
	padding-left: 0rem;
	font-weight: bold;
	display: inline-block;
	color: #ff0000;
	border: 2px solid #ff0000;
	background-color: #fff;
	border-radius: 15px;
	padding: 0.1rem 3rem;
	margin: 0 0.5rem;
	position: relative;
}
.content02 .note a::after {
	content: "";
    display: block;
    position: absolute;
    top: 39.5%;
    right: 4%;
    width: 10px;
    height: 10px;
    margin-top: -4px;
    border-top: 2px solid #ff0000;
    border-right: 2px solid #ff0000;
    transform: rotate(45deg);
}
.content02 .note-ex {
	margin: 1rem 0 0 0;
	text-align: center;
}
.content02 .note:first-of-type {
	margin-top: 1rem;
}
.content02 .note.red {
	color: #ff0000;
}
.content02 .txt01 {
	font-size: 2.4rem;
	margin: 2rem 0 0 12.5rem;
}
.content02 .txt01 span {
	display: inline-block;
	color: #ff0000;
	border: 2px solid #ff0000;
	background-color: #fff;
	border-radius: 15px;
	padding: 0 0.5rem;
	margin: 0 0.5rem;
}
.content02 .shop {
	background-color: #fff;
	font-size: 1.7rem;
	padding: 2rem 4rem;
	margin-top: 3rem;
}
.content02 .shop span {
	color: #ff0000;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	.content02 .circleWrap {
		display: block;
	}
	.content02 .circleWrap .circle {
		width: 50%;
	}
	.content02 .circleWrap .circle01 {
		width: 100%;
		margin: 0 auto -3.2rem;
	}
	.content02 .circleWrap .spFlex {
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
	}
	.content02 .note {
		margin: 0 0 0 0rem;
	}
	.content02 .note-ex {
		margin: 1rem 0 0 0;
		text-align: center;
	}
	.content02 .note a {
		font-size: 2.4rem;
		border-radius: 15px;
		padding: 0.1rem 4rem;
		margin: 0 0.5rem;
		position: relative;
	}
	.content02 .note a::after {
		content: "";
		top: 47%;
		right: 4%;
		width: 7px;
		height: 7px;
		border-top: 2px solid #ff0000;
		border-right: 2px solid #ff0000;
		transform: rotate(45deg);
	}
	.content02 .note:first-of-type {
		margin-top: 2rem;
	}
	.content02 .txt01 {
		text-align: center;
		margin: 2rem 0 0;
	}
	.content02 .shop {
		margin-top: 1rem;
	}
}
/* content03 */
.content03 {
	background-color: #5db909;
	padding: 5rem 0 9rem;
}
.content03 .inner {
	padding: 0;
}
.content03 h2 {
	color: #fff;
	font-size: 4.5rem;
	text-align: center;
	font-weight: bold;
	margin-bottom: 2rem;
}
.content03 .stepWrap .step {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
	position: relative;
	background-color: #fff;
	padding: 0 0 0 11rem;
	min-height: 17rem;
	margin-bottom: 2.2rem;
}
.content03 .stepWrap .step h3 {
	font-size: 2.4rem;
	background-color: #ffff00;
	border: 2px solid #5db909;
	font-weight: bold;
	text-align: center;
	width: 100%;
	max-width: 11.8rem;
	max-height: 11.8rem;
	min-height: 11.8rem;
	border-radius: 50%;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	position: absolute;
	top: 50%;
	left: -4rem;
	transform: translateY(-50%);
}
.content03 .stepWrap .step h3 span {
	font-size: 5.4rem;
	font-family: Helvetica, sans-serif;
	line-height: 1;
}
.content03 .stepWrap .step h4 {
	font-size: 2.8rem;
	font-weight: bold;
	width: 24%;
	text-align: center;
}
.content03 .stepWrap .step h4 span {
	display: block;
}
.content03 .stepWrap .step div {
	width: 24%;
	text-align: center;
}
.content03 .stepWrap .step .txt {
	font-size: 1.7rem;
	width: 51%;
}
.content03 .stepWrap .step .note {
	color: #ff0000;
	font-size: 1.4rem;
	width: 100%;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.content03 {
		padding: 5rem 0 0.1rem;
	}
	.content03 .inner {
		padding: 0 4rem;
	}
	.content03 h2 {
		margin-bottom: 8rem;
		font-weight: bold;
	}
	.content03 .stepWrap .step {
		display: flex;
		flex-flow: column wrap;
		justify-content: center;
		align-items: center;
		padding: 9rem 5rem 5rem;
		min-height: auto;
		width: 85%;
		margin: 0 auto 10rem;
		position: relative;
	}
	.content03 .stepWrap .step h3 {
		top: -5rem;
		left: 50%;
		transform: translateY(0) translateX(-50%);
	}
	.content03 .stepWrap .step h4 {
		width: 100%;
		font-size: 3.5rem;
		margin-bottom: 2rem;
	}
	.content03 .stepWrap .step div {
		width: 100%;
		margin-bottom: 2rem;
	}
	.content03 .stepWrap .step .txt {
		width: 100%;
		font-size: 2rem;
		font-weight: bold;
	}
	.content03 .stepWrap .step .note {
		font-size: 1.8rem;
		margin-top: 1rem;
	}
	.content03 .stepWrap .step::before {
		content: "";
		position: absolute;
		bottom: -7rem;
		left: 50%;
		border: solid transparent;
		border-top-width: 4rem;
		border-bottom-width: 4rem;
		border-left-width: 4rem;
		border-right-width: 4rem;
		border-top-color: #fff;
		transform: translateY(0) translateX(-50%);
	}
	.content03 .stepWrap .step04::before {
		content: none;
	}
}
/* content04 */
.content04 {
	background-color: #f4faee;
	padding: 6rem 0 3rem;
}
.content04 h2 {
	font-size: 3.3rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 2rem;
}
.content04 h2 span {
	display: inline-block;
	position: relative;
}
.content04 h2 span::after {
	content: "";
	background: url(/souzoku/img/icn.png) no-repeat;
}
.content04 h2 b {
	color: #5db909;
}
.content04 .question {
	background-color: #fff;
	border-radius: 8px;
	padding: 3rem 5rem;
	margin-bottom: 3rem;
}
.content04 .question h3 {
	font-size: 2.6rem;
	font-weight: bold;
	border-bottom: 1px dotted #000;
	display: flex;
	align-items: center;
}
.content04 .question h3::before {
	content: "Q";
	font-size: 4.5rem;
	color: #5db909;
	font-family: Helvetica, sans-serif;
	font-weight: 600;
}
.content04 .question h3 span {
	display: inline-block;
	margin-left: 1rem;
}
.content04 .question .ans {
	font-size: 1.8rem;
	margin-top: 2rem;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
}
.content04 .question .ans::before {
	content: "A";
	font-size: 3rem;
	color: #ffff00;
	font-family: Helvetica, sans-serif;
	font-weight: 600;
	background-color: #5db909;
	padding: 0.2rem 0.7rem;
	line-height: 1;
	width: 2.5%;
}
.content04 .question .ans span {
	display: inline-block;
	width: 93%;
	margin-left: 1rem;
}
.content04 .question .ans span a {
	text-decoration: underline;
}
.content04 .question .btn {
	width: 25rem;
	margin: 2rem auto 0;
	text-align: center;
}
.content04 .question .btn a {
	font-size: 1.5rem;
	font-weight: bold;
	display: block;
	border: 1px solid #5db909;
	padding: 0.5rem 0;
}
.content04 .question .btn a span {
	position: relative;
}
.content04 .question .btn a span::after {
	content: "";
	background: url(/souzoku/img/icon01.png) no-repeat;
	background-size: contain;
	width: 1.7rem;
	height: 1.8rem;
	position: absolute;
	top: 0;
	right: -3rem;
}
@media screen and (max-width: 768px) {
	.content04 h2 {
		font-size: 4rem;
	}
	.content04 .question {
		padding: 2rem 3rem;
	}
	.content04 .question .ans {
		font-size: 2.3rem;
	}
	.content04 .question .ans::before {
		width: 2.2rem;
	}
	.content04 .question .ans span {
		width: 90%;
	}
	.content04 .question .btn {
		width: 33rem;
	}
	.content04 .question .btn a {
		font-size: 2.3rem;
	}
}
/* btnReserve */
.btnWrap {
	width: 100%;
	height: 10.3rem;
	background-color: #f0f0f0;
}
.btnWrapInner {
	position: static;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 2.3rem 0;
	display: flex;
	justify-content: center;
}
.web {
	color: #cb0000;
	font-size: 2.7rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	position: relative;
	margin-right: 3rem;
}
.web::after {
	content: "";
	background: url(/souzoku/img/icon03.png) no-repeat;
	background-size: contain;
	width: 16.5rem;
	height: 5.9rem;
	position: absolute;
	top: 0;
	left: -2.4rem;
}
.btnReserve {
	margin: 0 1rem;
	width: 45rem;
}
.btnReserve a {
	display: block;
	margin: 0 auto;
	padding: 1.2rem 1rem;
	background: #5db909;
	border: 3px solid #fff;
	border-radius: 2rem;
	font-size: 2.1rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.btnReserve a span {
	position: relative;
}
.btnReserve a span::after {
	content: "";
	background: url(/souzoku/img/icon02.png) no-repeat;
	background-size: contain;
	width: 4rem;
	height: 4rem;
	position: absolute;
	top: 50%;
	right: -7rem;
	transform: translateY(-50%);
}
.fixedCTA.fixed {
	position: fixed;
	background: rgba(0, 0, 0, 0.7);
	transition: all ease 0.2s;
}
@media screen and (max-width: 768px) {
	.btnWrap {
		margin-top: 3rem;
	}
	.web {
		font-size: 2.5rem;
	}
	.web::after {
		left: -3rem;
	}
	.btnReserve {
		margin: 0;
		width: 37rem;
	}
	.btnReserve a span::after {
		width: 2.5rem;
		height: 2.5rem;
		right: -3.5rem;
	}
	.btnReserve + .btnReserve {
		margin-top: 1.5rem;
	}
	.btnReserve a {
		padding: 1.5rem;
		font-size: 2.1rem;
	}
}
.souzoku .sp {
	display: none;
}
@media screen and (max-width: 768px) {
	.souzoku .pc {
		display: none;
	}
	.souzoku .sp {
		display: block;
	}
}