/* = reasonable-price.php
-------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

.roboto {
  font-family: "Roboto", sans-serif;
}


@media screen and (min-width: 641px) {
	body.page-id-45707 .sp-only {
		display: none !important;
	}
}

@media screen and (max-width: 640px) {
	body.page-id-45707 .pc-only {
		display: none !important;
	}
}

body.page-id-45707 br {
	display: block;
}

body.page-id-45707 .logo-box {
	left: 6%;
	position: absolute;
	top: 10%;
}

body.page-id-45707 .logo-box img {
	height: 42px;
	width: 242px;
}

@media screen and (max-width: 640px) {
	body.page-id-45707 .logo-box {
		top: 5%;
		width: 27%;
	}

	body.page-id-45707 .logo-box img {
		height: auto;
		width: 180px;
	}
}

body.page-id-45707 header {
	aspect-ratio: 384 / 185;
	background-image: url('../images/reasonable-price/mv2.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	/*height: 100%;*/
	min-height: 600px;
	position: relative;
	width: 100%;
}

@media screen and (max-width: 640px) {
	body.page-id-45707 header {
		aspect-ratio: 375 / 538;
		background-image: url('../images/reasonable-price/mv_sp2.png');
		/*background-size: 100% auto;*/
		max-height: 100vh;
	}
	
	body.page-id-45707 header .header-box{
		left: 0;
		right: 0;
		top: 19%;
		width: 100%;
		position: absolute;
	}
}

body.page-id-45707 header .title-box {
	left: 8%;
	position: absolute;
	top: 23%;
	width: 30%;
}

body.page-id-45707 header .title-box img {
	width: 100%;
}

@media screen and (max-width: 1260px) {
	body.page-id-45707 header .title-box {
		width: 311px;
	}
}

body.page-id-45707 header h1 {
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
	font-size: max(2vw, 30px);
	font-weight: 400;
	letter-spacing: 0.16em;
	line-height: 1;
	writing-mode: vertical-rl;
}

@media screen and (max-width: 640px) {
  body.page-id-45707 header {
    width: 100%;
  }

  body.page-id-45707 header .title-box {
	align-items: center;
	display: flex;
	justify-content: center;
	flex-direction: column;
	left: 50%;
	right: 50%;
	transform: translateY(-21%) translateX(-50%);
	top: 0%;
	width: 67%;
  }

  body.page-id-45707 header h1 {
    font-size: max(3.5vw, 2rem);
  }
}

body.page-id-45707 header h1 span {
	background-color: #fff;
	display: inline-block;
	padding: 16px;
}

@media screen and (max-width: 640px) {
	body.page-id-45707 header h1 span {
		padding: 14px;
	}
}

body.page-id-45707 header h1 span:not(:last-child) {
	margin-left: 16px;
}

body.page-id-45707 section {
	padding-top: 130px;
}

@media screen and (max-width: 640px) {
	body.page-id-45707 section {
		padding-top: 70px;
	}
}

body.page-id-45707 section h2 {
	font-size: 1.6rem;
	line-height: 1.4;
	text-align: center;
}

body.page-id-45707 section h2 span {
	font-size: 4rem;
	display: block;
}
body.page-id-45707 section .contents {
	margin-top: 64px;
}

body.page-id-45707 .section-link {
	padding-top: 100px;
}

body.page-id-45707 .gift-bnr {
	margin-bottom: 60px;
	text-align: center;
}
body.page-id-45707 .gift-bnr .pc-only {
	max-width: 1000px;
	width: 100%;
}

body.page-id-45707 .section-link .text-box p {
	font-size: 2rem;
	font-weight: 700;
	margin-inline: auto;
	position: relative;
	text-align: center;
	width: fit-content;
}

body.page-id-45707 .section-link .text-box p::before {
	background-image: url("../images/reasonable-price/under_line.svg");
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -16px;
	content: "";
	display: block;
	height: 14px;
	left: -5px;
	position: absolute;
	width: 500px;
}

@media screen and (max-width: 640px) {
	body.page-id-45707 .section-link .text-box p::before {
		width: 100%;
		left: 0;
	}
	body.page-id-45707 section h2 {
		font-size: 1.3rem;
	}
	body.page-id-45707 section h2 span {
		font-size: 2.5rem;
	}
	body.page-id-45707 section .contents {
		margin-top: 40px;
	}
}

body.page-id-45707 .section-link .wrap-link {
	position: relative;
}

body.page-id-45707 .section-link .c-link {
	display: block;
	margin-inline: auto;
	margin-top: 40px;
	padding: 23px 117px;
	width: fit-content;
	position: relative;
	text-align: center;
	background-color: rgb(156 35 48);
	border-radius: 54px;
}

body.page-id-45707 .section-link .c-link::before {
	content: "";
	position: absolute;
	inset: -4px;
	border-radius: inherit;
	background-color: #fff;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .35);
	z-index: -1;
}

@media screen and (max-width: 640px) {
	body.page-id-45707 .section-link .c-link {
		padding: 20px 24px;
		width: 85%;
	}
}

body.page-id-45707 .section-link .c-link:hover {
	background-color: rgb(156 35 48 / 0.8);
	text-decoration: none;
}

body.page-id-45707 .section-link .c-link .text {
	color: #fff;
	font-size: 3.2rem;
	font-weight: 700;
	letter-spacing: .1em;
	position: relative;
	z-index: 3;
}


@media screen and (max-width: 640px) {
	body.page-id-45707 .section-link .c-link .text {
			font-size: 2rem;
	}
}

body.page-id-45707 .section-link .c-link .text::after {
	background-image: url("../images/reasonable-price/arrow_down.svg");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 42px;
	position: absolute;
	right: -84px;
	top: 50%;
	translate: 0 -50%;
	width: 42px;
}

@media screen and (max-width: 640px) {
	body.page-id-45707 .section-link .c-link .text::after {
		height: 24px;
		right: -30px;
		width: 24px;
	}
}

body.page-id-45707 .section-spec .content-width {
	padding: 0;
}


body.page-id-45707 .section-spec .spec-container {
	display: flex;
	flex-wrap: wrap;

}

body.page-id-45707 .section-spec .spec-container .spec-item {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	flex-basis: calc(50% - 160px);
	padding: 80px;
	width: calc(50% - 160px);
}

@media screen and (max-width: 1193px) {
	body.page-id-45707 .section-spec .spec-container .spec-item {
		padding: 50px;
		flex-basis: calc(50% - 100px);
		width: calc(50% - 100px);
	}
}

@media screen and (max-width: 640px) {
	body.page-id-45707 .section-spec .spec-container .spec-item {
		padding: 80px 40px;
		flex-basis: 100%;
		width: 100%;
	}
}

body.page-id-45707 .section-spec .spec-container .spec-item:nth-child(1) {
	background-image: url("../images/reasonable-price/spec01.png");
}

body.page-id-45707 .section-spec .spec-container .spec-item:nth-child(2) {
	background-image: url("../images/reasonable-price/spec02.png");
}

body.page-id-45707 .section-spec .spec-container .spec-item:nth-child(3) {
	background-image: url("../images/reasonable-price/spec03.png");
}

body.page-id-45707 .section-spec .spec-container .spec-item:nth-child(4) {
	background-image: url("../images/reasonable-price/spec04.png");
}

@media screen and (max-width: 640px) {
	body.page-id-45707 .section-spec .spec-container .spec-item:nth-child(1) {
		background-image: url("../images/reasonable-price/spec_sp01.png");
	}

	body.page-id-45707 .section-spec .spec-container .spec-item:nth-child(2) {
		background-image: url("../images/reasonable-price/spec_sp02.png");
	}

	body.page-id-45707 .section-spec .spec-container .spec-item:nth-child(3) {
		background-image: url("../images/reasonable-price/spec_sp03.png");
	}

	body.page-id-45707 .section-spec .spec-container .spec-item:nth-child(4) {
		background-image: url("../images/reasonable-price/spec_sp04.png");
	}
}

body.page-id-45707 .section-spec .spec-container .spec-item .title-box h3 {
	color: #fff;
	font-size:min(3.7vw, 56px);
	line-height: 1.2;
}

@media screen and (max-width: 640px) {
	body.page-id-45707 .section-spec .spec-container .spec-item .title-box h3 {
		font-size: 8vw;
	}
}

@media screen and (max-width: 559px) {
		body.page-id-45707 .section-spec .spec-container .spec-item .title-box h3 {
		font-size: 9vw;
	}
}

body.page-id-45707 .section-spec .spec-container .spec-item .spec-box {
	display: inline-block;
	margin-top: 25px;
}

body.page-id-45707 .section-spec .spec-container .spec-item .spec-box p {
	background-color: #fff;
	border-radius: 28px;
	font-size:min(1.3vw, 26px);
	font-weight: 700;
	line-height: 1.2;
	padding: 10px 20px 10px 56px;
	position: relative;
}

@media screen and (max-width: 1087px) {
	body.page-id-45707 .section-spec .spec-container .spec-item .spec-box p {
		font-size: 1.8vw;
	}
}

@media screen and (max-width: 640px) {
	body.page-id-45707 .section-spec .spec-container .spec-item .spec-box p {
		font-size: 4vw;
	}
}

body.page-id-45707 .section-spec .spec-container .spec-item .spec-box p::before {
	background-image: url("../images/reasonable-price/check.svg");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 17px;
	left: 20px;
	position: absolute;
	top: 50%;
	translate: 0 -50%;
	width: 24px;
}

body.page-id-45707 .section-spec .spec-container .spec-item .spec-box p + p {
	margin-top: 25px;
}

body.page-id-45707 .section-spec .spec-container .spec-item:nth-child(1) .spec-box p {
	color: #6964ae;
}

body.page-id-45707 .section-spec .spec-container .spec-item:nth-child(2) .spec-box p {
	color: #cc5652;
}

body.page-id-45707 .section-spec .spec-container .spec-item:nth-child(3) .spec-box p {
	color: #5796be;
}

body.page-id-45707 .section-spec .spec-container .spec-item:nth-child(4) .spec-box p {
	color: #68a19e;
}

body.page-id-45707 .section-works .works-container {
	display: flex;
	flex-wrap: wrap;
}

body.page-id-45707 .section-works .works-container .image-box {
	flex-basis: 25%;
	line-height: 0;
	width: 25%;
}

@media screen and (max-width: 640px) {
	body.page-id-45707 .section-works .works-container .image-box {
		flex-basis: 50%;
		width: 50%;
	}
}

@media screen and (max-width: 640px) {
	body.page-id-45707 .section-contact {
		padding-top: 110px;
	}
}

body.page-id-45707 .section-contact {
	background-color: #eee;
	padding: 175px 0 130px;
}

body.page-id-45707 .section-contact h2 {
	font-size: 2.2rem;
	position: relative;
}

body.page-id-45707 .section-contact h2::before {
	background-image: url("../images/reasonable-price/book.svg");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 28px;
	left: 50%;
	position: absolute;
	top: -45px;
	translate: -50% 0;
	width: 40px;
}

body.page-id-45707 .section-contact .content-width {
	max-width: 780px;
	width: 100%;
}

body.page-id-45707 .section-contact .reservation-box {
	background-color: #fff;
	margin-inline: auto;
	margin-top: 40px;
	max-width: unset;
	padding: 50px;
}

body.page-id-45707 .section-contact h3.ttl{
	display: none;
}

@media screen and (max-width: 640px) {
	body.page-id-45707 .section-contact {
		padding: 135px 0 130px;
	}
	body.page-id-45707 .section-contact .reservation-box {
		padding: 40px;
	}
	body.page-id-45707 .section-contact .reservation-box .transmission-btn {
		height: 70px;
		width: 100%;
	}
	body.page-id-45707 .section-contact h2 {
		font-size: 2rem;
	}
}

body.page-id-45707 #secondary-footer .content-width {
	margin-inline: auto;
	max-width: 1080px;
	width: 100%;
}

body.page-id-45707 #secondary-footer .content-width .floatlist {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}

body.page-id-45707 #secondary-footer .content-width .floatlist li {
	flex-basis: calc(25% - 40px);
	margin-right: 0;
}

@media screen and (max-width: 860px) {
	body.page-id-45707 #secondary-footer .content-width .floatlist li {
		flex-basis: calc(50% - 30px);
		gap: 30px;
		margin-right: 0;
	}
}

body.page-id-45707 #secondary-footer {
	display: none;
}

body.page-id-45707 #copyright {
	margin-bottom: 0;
}
