@charset "UTF-8";

select {
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0px;
}

input {
	border-radius: 0px;
}

.inner {
	max-width: 1150px;
	width: calc(100% - 40px);
	margin: 0 auto;
}

.serif {
	font-family: "Noto Serif JP", serif;
}

.sp {
	display: none;
}

.abs {
	position: absolute;
}

.flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.wrapper {
	overflow: hidden;
}

.kv {
	position: relative;
	background-image: url(../img/fv_bg.webp);
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;
}

.kv-flex-img {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 95%;
}

.kv-flex-img img {
	height: 100%;
	width: auto;
}

.kv-flex-txt {
	padding: 100px 0 60px;
	margin: 0 auto 0 60px;
	max-width: 900px;
}

.kv-flex-txt-title {
	margin: 0 auto 140px;
	text-align: center;
	z-index: 1;
	position: relative;
}

.kv-flex-txt-title p {
	color: #735220;
	font-size: 42px;
	font-weight: 600;
	padding-bottom: 40px;
}

.kv-flex-txt-title h1 {
	font-size: 90px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0;
}

.kv-flex-txt-title h1 span {
	font-weight: 600;
	font-size: 42px;
	display: block;
	font-family:
		YuMincho,
		/* Mac用 */
		'Yu Mincho',
		/* Windows用 */
		serif;
}

.kv-flex-txt-boxes .kv-flex-txt-box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	z-index: 1;
	position: relative;
}

.kv-flex-txt-boxes .kv-flex-txt-box li {
	width: 49%;
	margin-bottom: 10px;
	background: #fff;
	border: 1px solid #ad9055;
	text-align: center;
	padding: 40px 5px;
	font-size: 24px;
	font-weight: 600;
}

.kv-flex-txt-boxes .kv-flex-txt-box li:last-child {
	padding-block: 20px;
}

.kv-flex-txt-boxes .kv-flex-txt-box li span {
	color: #ad9055;
	font-size: 30px;
}

.cta {
	padding: 75px 0;
}

.cta-btns ul {
	display: flex;
	justify-content: space-between;
}

.cta-btns ul li {
	width: 47%;
	text-align: center;
}

.cta-btns ul li p {
	font-size: 18px;
	padding-bottom: 5px;
}

.cta-btns ul li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #03C756;
	padding: 15px 30px;
	border-radius: 3px;
	box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.2);
	transition: all .7s;
	position: relative;
}

.cta-btns ul li a::before {
	width: calc(100% - 15px);
	height: calc(100% - 15px);
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	border: 1px solid #fff;
}

.cta-btns ul li a:hover {
	box-shadow: none;
	transform: translateX(6px)translateY(6px);
}

.cta-btns ul li:last-child a {
	background: #51A8BD;
}

.cta-icon {
	width: 110px;
	height: 110px;
	background: #fff;
	border-radius: 50%;
	padding: 25px;
}

.cta-btns ul li:last-child .cta-icon {
	padding-top: 32.5px;
}

.cta-icon img {
	vertical-align: middle;
}

.cta-txt {
	width: calc(100% - 130px);
	text-align: center;
	color: #fff;
}

.cta-txt span {
	font-size: 20px;
}

.cta-btns ul li .cta-txt p {
	font-size: 36px;
	font-weight: 700;
	padding-bottom: 0;
	line-height: 1.3;
}

.brand {
	background: #efedea;
	padding: 80px 0 100px;
	position: relative;
	border: 5px solid #d6b448;
}

.brand-parts {
	position: absolute;
	width: 90px;
}

.brand-parts.tl {
	left: 0;
	top: 0;
}

.brand-parts.tr {
	right: 0;
	top: 0;
}

.brand-parts.bl {
	left: 0;
	bottom: 0;
}

.brand-parts.br {
	right: 0;
	bottom: 0;
}

.cmn-title {
	margin-bottom: 60px;
	text-align: center;
}

.cmn-title p {
	font-size: 14px;
	color: #a88f5f;
	padding-bottom: 10px;
}

.cmn-title h2 {
	font-size: 36px;
	font-weight: 700;
}

.brand-list ul {
	display: flex;
	justify-content: space-between;
}

.brand-list ul li {
	width: 32.5%;
}

.brand-list ul li a:hover {
	opacity: .8;
}

.brand-list-txt {
	background: #a88f5f;
	text-align: center;
	position: relative;
	padding: 7.5px 0;
}

/* .brand-list-txt::before {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	border: 0;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	top: 50%;
	right: 17.5%;
	transform: translateY(-50%)rotate(45deg);
	-webkit-transform: translateY(-50%)rotate(45deg);
	-ms-transform: translateY(-50%)rotate(45deg);
	transition: all .7s;
}

.brand-list ul li a:hover .brand-list-txt::before {
	right: 12.5%;
} */
.brand-list-txt h3 {
	font-size: 20px;
	color: #fff;
}

.reason {
	padding: 0 0 100px;
	position: relative;
	background: #efedea;
}

.reason-title {
	background: #ad9055;
	text-align: center;
	padding: 30px 0 35px;
}

.reason-title h2 {
	font-size: 36px;
	font-weight: 700;
	color: #fff;
}

.reason-abs-img {
	position: absolute;
}

.reason-abs-img01 {
	width: 200px;
	top: 25%;
	left: 50px;
}

.reason-abs-img02 {
	width: 190px;
	bottom: 30px;
	right: 0;
}

.reason-abs-img03 {
	width: 240px;
	left: -20px;
	top: -185px;
}

.reason .inner {
	max-width: 1100px;
	margin: 0 auto;
	position: relative;
	padding-top: 120px;
}

.reason-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.reason-list li {
	width: 40%;
	text-align: center;
	position: relative;
	margin-bottom: 100px;
}

.reason-list li:nth-child(3),
.reason-list li:nth-child(4) {
	margin-bottom: 0;
}

.reason-list .reason-box {
	background: linear-gradient(45deg, #937e18 0%, #b29b44 25%, #e1c877 50%, #c2aa55 75%, #937e18 90% 100%);
	padding: 60px 0;
	position: relative;
	z-index: 1;
}

.reason-list li:nth-child(4) .reason-box {
	padding: 74.5px 0;
}

.reason-list .reason-box::before {
	content: "";
	background: #fff;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	z-index: 2;
	position: absolute;
}

.reason-box h3 {
	font-size: 20px;
	font-weight: 600;
	position: relative;
	z-index: 3;
}

.reason-box h3 span {
	color: #a88f5f;
	font-size: 32px;
}

.reason-num {
	position: absolute;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: #CEB562;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	top: -35px;
	padding-top: 7.5px;
}

.reason-num p {
	font-size: 20px;
	font-weight: 600;
}

.time {
	background: #eae1cf;
	padding: 80px 0;
}

.time-title {
	margin-bottom: 60px;
	text-align: center;
}

.time-title h2 {
	font-size: 32px;
	font-weight: 700;
}

.time-txt {
	margin-bottom: 40px;
}

.time-txt p {
	font-size: 15px;
	font-weight: 600;
	line-height: 1.7;
}

.time-box {
	max-width: 1000px;
	margin: 0 auto;
	background: #fff;
}

.time-box-title {
	background: #ad9055;
	text-align: center;
	padding: 17.5px 0 20px;
}

.time-box-title h3 {
	font-size: 24px;
	font-weight: 600;
	color: #fff;
}

.time-box-txt {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.time-box-txt-left {
	width: calc(100% - 380px);
	padding-left: 60px;
}

.time-box-txt-left p {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.7;
}

.time-box-txt-right {
	width: 340px;
	margin-right: 20px;
}

.example {
	background-image: url(../img/ex_bg.webp);
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;
	padding-bottom: 100px;
}

.example .swiper01 {
	overflow: hidden;
	margin-top: 80px;
}

.ex-swiper-box {
	border: 2px solid #735220;
	background: #fff;
	padding: 40px 100px;
}

.ex-swiper-box-title {
	margin-bottom: 40px;
	text-align: center;
}

.ex-swiper-box-title h3 {
	font-size: 28px;
	font-weight: 600;
	color: #a88f5f;
	padding-bottom: 10px;
}

.ex-swiper-box-title img {
	max-width: 475px;
	width: 100%;
	margin: 0 auto;
}

.ex-swiper-box-list ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.ex-swiper-box-list ul li {
	width: 30%;
	margin-bottom: 40px;
}

.ex-swiper-box-list ul li:nth-child(4),
.ex-swiper-box-list ul li:nth-child(5),
.ex-swiper-box-list ul li:nth-child(6) {
	margin-bottom: 0;
}

.example .inner {
	position: relative;
}

.ex-swiper-box-list-img {
	text-align: center;
	margin-bottom: 20px;
}

.ex-swiper-box-list-img img {
	height: 275px;
	width: auto;
	display: block;
	margin: 0 auto;
}

.ex-swiper-box-list-txt {
	text-align: center;
}

.ex-swiper-box-list-txt p {
	font-size: 20px;
	font-weight: 700;
	color: #990b2f;
	padding-bottom: 7.5px;
}

.ex-swiper-box-list-txt h4 {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
}

.example .swiper-slide {
	opacity: 0 !important;
	transition: all .7s;
}

.example .swiper-slide.swiper-slide-active {
	opacity: 1 !important;
}

.swiper-pagination {
	margin-top: 15px;
	position: relative;
}

.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	margin: 0 2.5px;
	opacity: 1;
	background: #ddd3c0;
}

.swiper-pagination-bullet-active {
	background: #ad9055;
}

.flow {
	padding: 80px 0;
	background: #efedea;
	position: relative;
}

.flow-abs-img {
	position: absolute;
}

.flow-abs-img01 {
	width: 230px;
	top: 0px;
	right: 0;
}

.flow-abs-img02 {
	width: 260px;
	bottom: 60px;
	left: 0;
}

.flow-list {
	position: relative;
	z-index: 1;
}

.flow-list li {
	margin-bottom: 25px;
	background: #fff;
	border: 1px solid #735220;
	padding: 20px 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.flow-list-txt {
	width: calc(100% - 110px);
	display: flex;
	justify-content: space-between;
}

.flow-list-num {
	width: 60px;
	height: 60px;
	background: #a88f5f;
	border-radius: 50%;
	text-align: center;
}

.flow-list .flow-list-num p {
	font-size: 28px;
	font-weight: 400;
	line-height: 59px;
	color: #fff;
}

.flow-list-txt .flow-list-txt {
	display: block;
	width: calc(100% - 90px);
}

.flow-list-txt h3 {
	padding-block: 10px;
	font-size: 24px;
	font-weight: 600;
	color: #a88f5f;
}

.flow-list-txt p {
	font-size: 15px;
	line-height: 1.7;
	font-weight: 600;
}

.flow-list-img {
	width: 80px;
}

.flow-list li:nth-child(1) .flow-list-img img {
	width: 60px;
	margin: 0 auto;
}

.flow-list li:nth-child(3) .flow-list-img img {
	width: 51px;
	margin: 0 auto;
}

.voice {
	padding-bottom: 100px;
}

.voice-list {
	margin-top: 80px;
}

.voice-list ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.voice-list ul li {
	width: 43%;
	margin-bottom: 80px;
}

.voice-list ul li:nth-child(3),
.voice-list ul li:nth-child(4) {
	margin-bottom: 0;
}

.voice-list-title {
	margin-bottom: 12.5px;
	padding-bottom: 12.5px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #735220;
}

.voice-list-title img {
	width: 130px;
}

.voice-list-title h3 {
	width: calc(100% - 140px);
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	color: #ad9055;
}

.voice-list-txt p {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.8;
}

.faq-list {
	padding: 80px 0 100px;
}

.faq-list ul li {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 2px solid #a88f5f;
	padding: 0 60px 20px;
}

.faq-list-q {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	justify-content: space-between;
}

.faq-icon {
	width: 30px;
	height: 30px;
	background: #a88f5f;
	border: 1px solid #a88f5f;
	text-align: center;
}

.faq-icon p {
	font-size: 18px;
	line-height: 25px;
	color: #fff;
}

.faq-list-a .faq-icon {
	background: #fff;
}

.faq-list-a .faq-icon p {
	color: #a88f5f;
}

.faq-list-a {
	display: flex;
	justify-content: space-between;
}

.faq-txt {
	width: calc(100% - 45px);
}

.faq-list-q .faq-txt h3 {
	color: #a88f5f;
	font-size: 18px;
	line-height: 1;
}

.faq-list-a .faq-txt p {
	font-size: 18px;
	line-height: 1.7;
}

.contact-txt {
	text-align: center;
	margin: 60px 0;
}

.contact-txt p {
	font-size: 20px;
	line-height: 1.7;
}

.contact-content {
	margin-bottom: 30px;
}

.contact-content label {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.contact-content label p {
	font-size: 18px;
	margin-right: 15px;
}

.contact-content label span {
	background: #dc000c;
	width: 60px;
	height: 25px;
	line-height: 23px;
	text-align: center;
	font-size: 13px;
	color: #fff;
}

.contact-content input,
.contact-content textarea,
.contact-content select {
	width: 100%;
	padding: 10px 20px;
	font-size: 16px;
	background-color: #f2f2f2;
	border: none;
	color: #383838;
}

.contact__table {
	max-width: 1000px;
	margin: 0 auto 40px;
}

.privacy {
	margin-bottom: 40px;
	text-align: center;
}

.privacy h3 {
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	color: #333;
	padding-bottom: 15px;
}

.privacy p {
	font-size: 16px;
	font-weight: 400;
	padding-bottom: 20px;
	text-align: left;
}

.agree-flex {
	max-width: 360px;
	margin: 0 auto;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.agree-flex input {
	margin-right: 15px;
	cursor: pointer;
	border: 1px solid #383838;
}

.agree-flex label {
	font-size: 18px;
	line-height: 1;
	cursor: pointer;
}

.agree-flex label a {
	color: #383838;
	text-decoration: underline;
	transition: all .7s;
}

.agree-flex label a:hover {
	text-decoration: none;
}

.submit-btn,
.cmn-btn {
	max-width: 350px;
	margin: 0 auto;
}

.submit-btn button,
.cmn-btn a {
	display: block;
	width: 100%;
	height: 75px;
	background: #a88f5f;
	border: 1px solid #a88f5f;
	cursor: pointer;
	font-size: 24px;
	font-weight: 700;
	line-height: 74px;
	text-align: center;
	color: #fff;
	padding: 0;
	transition: all .7s;
}

.submit-btn button:hover,
.cmn-btn a:hover {
	background: #fff;
	color: #a88f5f;
}

.cmn-btn input {
	display: block;
	width: 100%;
	height: 75px;
	background: #fff;
	color: #a88f5f;
	border: 1px solid #a88f5f;
	cursor: pointer;
	font-size: 20px;
	font-weight: 400;
	line-height: 74px;
	text-align: center;
	padding: 0;
	transition: all .7s;
	font-family: "Noto Sans JP", sans-serif;
}

.cmn-btn input:hover {
	color: #fff;
	background: #a88f5f;
}

.submit-btn button[disabled] {
	cursor: not-allowed;
}

.submit-btn button[disabled]:hover {
	background: #a88f5f;
	color: #fff;
}

.fixed-btn {
	position: fixed;
	bottom: 0px;
	max-width: 500px;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	z-index: 1000;
}

footer {
	background: #a88f5f;
	text-align: center;
	padding: 20px 0;
}

footer p {
	font-size: 16px;
	color: #fff;
}

.btn_content-flex.cmn-btn {
	display: flex;
	max-width: 700px;
	justify-content: space-between;
}

.btn_content-flex.cmn-btn input {
	width: 48%;
	max-width: 320px;
}

.thanks-cont {
	height: 100vh;
	width: 100%;
	background-image: url(../img/ex_bg.webp);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
}

.thanks-box {
	background: #fff;
	text-align: center;
	max-width: 1300px;
	width: calc(100% - 50px);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	padding: 100px 5px;
}

.thanks-box h1 {
	padding-bottom: 80px;
	font-size: 64px;
	line-height: 2;
	color: #a88f5f;
	font-weight: 600;
}

.thanks-box p {
	font-size: 20px;
	line-height: 1.7;
	font-weight: 600;
}

.confirm-head {
	background-image: url(../img/ex_bg.webp);
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	padding: 80px 0;
}

.confirm-head h1 {
	font-size: 42px;
	font-weight: 600;
}

.shop {
	padding: 60px 0 90px;
}

.shop .cmn-title h2 {
	color: #a88f5f;
}

.shop-box {
	padding: 50px 80px;
	background: #fef9ef;
}

.shop-box-title {
	text-align: center;
	margin-bottom: 30px;
}

.shop-box-title h3 {
	font-size: 24px;
	font-weight: 600;
}

.shop-box-img {
	max-width: 500px;
	margin: 0 auto 40px;
}

.shop .cta-btns {
	margin-bottom: 40px;
}

.shop .cta-btns ul li a {
	background: #d09d3d;
}

.shop .cta-btns ul li:last-child a {
	background: #03C756;
}

.shop .cta-icon {
	padding: 30px;
}

.shop .cta-btns ul li:last-child .cta-icon {
	padding: 27.5px;
}

.shop-box-list {
	margin-bottom: 50px;
}

.shop-box-list table tbody {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.shop-box-list table tbody tr {
	width: 47%;
	display: block;
	margin-bottom: 30px;
}

.shop-box-list table tbody tr:last-child {
	margin-bottom: 0;
}

.shop-box-list table tbody tr th {
	width: 100%;
	padding-bottom: 2.5px;
	border-bottom: 1px solid #a88f5f;
	display: block;
	margin-bottom: 7.5px;
	font-weight: 700;
	font-size: 18px;
	color: #a88f5f;
}

.shop-box-list table tbody tr td {
	width: 100%;
	display: block;
	font-weight: 700;
	font-size: 18px;
}

.shop-box-map {
	max-width: 1000px;
	margin: 0 auto;
	width: calc(100% - 140px);
}

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

	.swiper-button-prev,
	.swiper-container-rtl .swiper-button-next {
		left: 10px;
	}

	.swiper-button-next,
	.swiper-container-rtl .swiper-button-prev {
		right: 10px;
	}

	.kv-flex-txt {
		margin: 0 auto 0 20px;
		max-width: 700px;
	}

	.kv-flex-txt-title h1 {
		font-size: 78px;
	}

	.kv-flex-txt-title {
		margin: 0 auto 100px;
	}

	.reason-abs-img01 {
		top: 20%;
		left: 0;
	}

	.reason-abs-img02 {
		bottom: 20px;
	}
}

@media screen and (max-width: 1199px) {
	.kv-flex-txt-title {
		margin: 0 auto 60px;
	}

	.kv-flex-txt-title p {
		font-size: 32px;
	}

	.kv-flex-txt-title h1 span {
		font-size: 32px;
	}

	.kv-flex-txt-title h1 {
		font-size: 64px;
	}

	.kv-flex-txt {
		margin: 0 auto 0 15px;
		max-width: 580px;
		padding: 60px 0 15px;
	}

	.kv-flex-txt-boxes .kv-flex-txt-box li {
		font-size: 20px;
	}

	.kv-flex-txt-boxes .kv-flex-txt-box li span {
		font-size: 24px;
	}

	.reason-list li {
		width: 48%;
	}

	.time-box-txt-left {
		padding-left: 20px;
	}

	.ex-swiper-box {
		padding: 30px 40px;
	}

	.flow-list li {
		padding: 20px 30px;
	}

	.flow-list-txt .flow-list-txt {
		width: calc(100% - 80px);
	}

	.flow-list-img {
		width: 50px;
	}

	.flow-list li:nth-child(1) .flow-list-img img {
		width: 40px;
	}

	.flow-list li:nth-child(3) .flow-list-img img {
		width: 35px;
	}

	.voice-list ul li {
		width: 48%;
		margin-bottom: 60px;
	}

	.voice-list-title img {
		width: 100px;
	}

	.voice-list-title img {
		width: 80px;
	}

	.voice-list-title h3 {
		width: calc(100% - 90px);
		font-size: 18px;
	}

	.faq-list ul li {
		padding: 0 30px 20px;
	}

	footer {
		padding: 15px 0;
	}

	footer p {
		font-size: 12px;
	}

	.reason-abs-img03 {
		width: 200px;
		left: -20px;
		top: -130px;
	}

	.thanks-box h1 {
		padding-bottom: 60px;
		font-size: 42px;
	}

	.thanks-box p {
		font-size: 16px;
	}

	.shop-box {
		padding: 40px 20px;
	}

	.shop .cta-btns ul li a {
		padding: 15px;
	}

	.shop .cta-btns ul li:last-child .cta-icon {
		padding: 17.5px;
	}

	.shop .cta-icon {
		padding: 20px;
		width: 80px;
		height: 80px;
	}

	.shop .cta-btns ul li .cta-txt p {
		font-size: 24px;
	}

	.shop .cta-txt {
		width: calc(100% - 80px);
	}
}

@media screen and (max-width: 834px) {
	.sp {
		display: block;
	}

	.pc {
		display: none;
	}

	.inner {
		width: calc(100% - 25px);
	}

	.kv-flex-img {
		position: relative;
		bottom: initial;
		right: initial;
		height: auto;
	}

	.kv-flex-txt {
		margin: 0 auto;
		max-width: 100%;
		padding: 20px 0 0;
	}

	.kv-flex-txt-title p {
		font-size: 4vw;
		padding-bottom: 17.5px;
	}

	.kv-flex-txt-title h1 {
		font-size: 8vw;
		line-height: 1.2;
	}

	.kv-flex-txt-title h1 span {
		font-size: 4vw;
	}

	.kv-flex-txt-title {
		margin: 0 auto;
	}

	.kv-flex-txt-boxes {
		position: absolute;
		max-width: 600px;
		width: calc(100% - 60px);
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		bottom: 10px;
		z-index: 1;
	}

	.kv-flex-txt-boxes .kv-flex-txt-box li {
		font-size: 18px;
		padding: 20px 5px;
	}

	.kv-flex-txt-boxes .kv-flex-txt-box li:last-child {
		padding-block: 5px;
	}

	.kv-flex-txt-boxes .kv-flex-txt-box li span {
		font-size: 22px;
	}

	.kv-flex-img img {
		margin-top: -20px;
		height: auto;
		width: 100%;
	}

	.cta {
		padding: 50px 0;
	}

	.cta-btns ul {
		display: block;
		max-width: 500px;
		margin: 0 auto;
	}

	.cta-btns ul li {
		width: 100%;
	}

	.cta-btns ul li:nth-child(1) {
		margin-bottom: 40px;
	}

	.cta-btns ul li p {
		font-size: 16px;
	}

	.cta-txt span {
		font-size: 18px;
	}

	.cta-btns ul li .cta-txt p {
		font-size: 32px;
	}

	.brand {
		padding: 40px 0 55px;
		border: 4px solid #d6b448;
		border-inline: none;
	}

	.brand-parts {
		width: 55px;
	}

	.cmn-title {
		margin-bottom: 40px;
	}

	.cmn-title p {
		font-size: 12px;
		padding-bottom: 5px;
	}

	.cmn-title h2 {
		font-size: 24px;
	}

	.brand-list ul {
		display: block;
		max-width: 500px;
		width: calc(100% - 35px);
		margin: 0 auto;
	}

	.brand-list ul li {
		width: 100%;
		margin-bottom: 30px;
	}

	.brand-list ul li:last-child {
		margin-bottom: 0px;
	}

	.brand-list-txt h3 {
		font-size: 16px;
	}

	.brand-list-txt {
		padding: 5px 0;
	}

	/* .brand-list-txt::before {
		width: 5px;
		height: 5px;
		right: 35%;
	}

	.brand-list ul li a:hover .brand-list-txt::before {
		right: 32.5%;
	} */
	.reason-title {
		padding: 17.5px 0 22.5px;
	}

	.reason-title h2 {
		font-size: 24px;
	}

	.reason .inner {
		max-width: 500px;
		width: calc(100% - 60px);
		padding-top: 80px;
	}

	.reason-list {
		display: block;
		margin: 0 auto;
	}

	.reason-list li,
	.reason-list li:nth-child(3) {
		width: 100%;
		margin-bottom: 60px;
	}

	.reason-list .reason-box {
		padding: 45px 0;
	}

	.reason-list li:nth-child(4) .reason-box {
		padding: 55px 0;
	}

	.reason-list .reason-box::before {
		width: calc(100% - 10px);
		height: calc(100% - 10px);
	}

	.reason-box h3 {
		font-size: 18px;
	}

	.reason-box h3 span {
		font-size: 24px;
	}

	.reason-abs-img01 {
		top: 25%;
		left: -25px;
		width: 70px;
	}

	.reason-abs-img02 {
		bottom: 20%;
		width: 75px;
		right: -10px;
	}

	.reason-abs-img03 {
		width: 100px;
		left: 0px;
		top: -20px;
	}

	.reason {
		padding: 0 0 50px;
	}

	.time {
		padding: 50px 0;
	}

	.time-title {
		margin-bottom: 40px;
	}

	.time-title h2 {
		font-size: 20px;
	}

	.time-txt p {
		font-size: 16px;
	}

	.time-box {
		max-width: 500px;
	}

	.time-box-title {
		padding: 10px 0 12.5px;
	}

	.time-box-title h3 {
		font-size: 20px;
	}

	.time-box-txt {
		display: block;
		padding: 20px 20px 0;
	}

	.time-box-txt-left {
		padding-left: 0px;
		width: 100%;
		margin-bottom: 20px;
	}

	.time-box-txt-right {
		width: calc(100% - 60px);
		margin: 0 auto;
	}

	.time-box-txt-left p {
		font-size: 16px;
	}

	.example {
		padding-bottom: 30px;
	}

	.example .inner {
		width: calc(100% - 20px);
		max-width: 500px;
	}

	.example .swiper01 {
		margin-top: 30px;
	}

	.ex-swiper-box {
		padding: 30px 10px;
	}

	.ex-swiper-box-list ul li,
	.ex-swiper-box-list ul li:nth-child(4) {
		width: 49%;
		margin-bottom: 30px;
	}

	.ex-swiper-box-list-img {
		margin-bottom: 10px;
	}

	.ex-swiper-box-list-img img {
		height: 125px;
	}

	.ex-swiper-box-list-txt p {
		font-size: 16px;
		padding-bottom: 5px;
	}

	.ex-swiper-box-list-txt h4 {
		font-size: 12px;
	}

	.flow {
		padding: 40px 0;
	}

	.flow-list {
		max-width: 500px;
		margin: 0 auto;
	}

	.flow-list li {
		padding: 20px 10px 20px 20px;
		margin-bottom: 15px;
	}

	.flow-list li:last-child {
		margin-bottom: 0;
	}

	.flow-list-txt {
		width: 100%;
	}

	.flow-list-num {
		width: 35px;
		height: 35px;
	}

	.flow-list .flow-list-num p {
		font-size: 18px;
		line-height: 34px;
	}

	.flow-list-txt .flow-list-txt {
		width: calc(100% - 50px);
	}

	.flow-list-txt h3 {
		padding-top: 0;
		font-size: 20px;
	}

	.flow-list-txt h3 img {
		display: inline-block;
		width: 25px;
		margin-left: 10px;
		margin-bottom: 4.5px;
	}

	.flow-list li:nth-child(1) .flow-list-txt h3 img {
		width: 17.5px;
		margin-bottom: 0px;
	}

	.flow-list li:nth-child(3) .flow-list-txt h3 img {
		width: 17.5px;
		margin-bottom: 2.5px;
	}

	.flow-list li:nth-child(6) .flow-list-txt h3 img {
		width: 20px;
		margin-bottom: 4.5px;
	}

	.flow-list-txt p {
		font-size: 14px;
	}

	.voice {
		padding-bottom: 50px;
	}

	.voice-list {
		max-width: 500px;
		margin: 40px auto 0;
	}

	.voice-list ul {
		display: block;
	}

	.voice-list ul li {
		width: 100%;
		margin-bottom: 50px;
	}

	.voice-list ul li:nth-child(3) {
		margin-bottom: 50px;
	}

	.voice-list-title {
		display: block;
		width: calc(100% - 40px);
		margin: 0 auto 15px;
	}

	.voice-list-title img {
		width: 80px;
		margin: 0 auto 10px;
	}

	.voice-list-title h3 {
		width: 100%;
		font-size: 18px;
		line-height: 1.6;
	}

	.voice-list-txt p {
		line-height: 1.7;
	}

	.faq-list {
		padding: 40px 0 50px;
		max-width: 500px;
		margin: 0 auto;
	}

	.faq-list ul li {
		padding: 0 10px 20px;
	}

	.faq-list ul li:last-child {
		border-bottom: none;
		margin-bottom: 0;
		padding-bottom: 0;
	}

	.faq-icon {
		width: 22.5px;
		height: 22.5px;
	}

	.faq-icon p {
		font-size: 15px;
		line-height: 18px;
	}

	.faq-txt {
		width: calc(100% - 35px);
	}

	.faq-list-q .faq-txt h3 {
		font-size: 15px;
	}

	.faq-list-a .faq-txt p {
		font-size: 15px;
		line-height: 1.6;
	}

	.contact-txt {
		margin: 40px 0;
	}

	.contact-txt p {
		font-size: 15px;
		line-height: 1.5;
	}

	.contact__table {
		max-width: 500px;
		width: calc(100% - 40px);
		margin: 0 auto 30px;
	}

	.agree-flex label {
		font-size: 14px;
	}

	.submit-btn,
	.cmn-btn {
		max-width: 275px;
	}

	.submit-btn button,
	.cmn-btn a,
	.cmn-btn input {
		width: 100%;
		height: 45px;
		font-size: 20px;
		line-height: 44px;
	}

	.privacy {
		margin-bottom: 30px;
	}

	.cta:last-child {
		padding-top: 40px;
	}

	.ex-swiper-box-title h3 {
		font-size: 20px;
	}

	.ex-swiper-box-title img {
		max-width: 160px;
	}

	.ex-swiper-box-title {
		margin-bottom: 20px;
	}

	.confirm-head {
		padding: 25px 0;
	}

	.confirm-head h1 {
		font-size: 20px;
	}

	.thanks-box {
		max-width: 500px;
		padding: 40px 10px;
	}

	.thanks-box h1 {
		padding-bottom: 30px;
		font-size: 18px;
		line-height: 1.8;
	}

	.thanks-box p {
		font-size: 15px;
	}

	.shop {
		padding: 50px 0;
	}

	.shop-box {
		padding: 30px 15px;
		max-width: 500px;
		margin: 0 auto;
	}

	.shop-box-title {
		margin-bottom: 25px;
	}

	.shop-box-title h3 {
		font-size: 20px;
	}

	.shop-box-img {
		max-width: 100%;
		margin: 0px auto 20px;
	}

	.shop .cta-btns ul li:nth-child(1) {
		margin-bottom: 30px;
	}

	.shop-box-list table tbody {
		display: block;
	}

	.shop-box-list table tbody tr {
		width: 100%;
		margin-bottom: 20px;
	}

	.shop-box-list {
		margin-bottom: 30px;
	}

	.shop-box-map {
		max-width: 100%;
		width: 100%;
	}

	.shop-box-map iframe {
		height: 300px;
	}

	.shop .cta-btns ul {
		width: 100%;
	}

	.shop .cta-icon {
		padding: 15px;
		width: 60px;
		height: 60px;
	}

	.shop .cta-btns ul li:last-child .cta-icon {
		padding: 14.5px;
	}

	.shop .cta-txt {
		width: calc(100% - 60px);
	}

	.shop .cta-btns ul li p {
		font-size: 18px;
	}
}

@media screen and (max-width: 500px) {
	.cta:nth-child(2) {
		padding-top: 30px;
	}

	.cta-btns ul {
		width: calc(100% - 40px);
		margin: 0 auto;
	}

	.cta-btns ul li a {
		padding: 15px 20px;
	}

	.cta-btns ul li a::before {
		width: calc(100% - 10px);
		height: calc(100% - 10px);
	}

	.cta-btns ul li p {
		font-size: 12px;
	}

	.cta-icon {
		width: 65px;
		height: 65px;
		padding: 15px;
	}

	.cta-txt {
		width: calc(100% - 70px);
	}

	.cta-txt span {
		font-size: 14px;
	}

	.cta-btns ul li .cta-txt p {
		font-size: 20px;
	}

	.cta-btns ul li:nth-child(1) {
		margin-bottom: 25px;
	}

	.reason-title h2,
	.cmn-title h2 {
		font-size: 21px;
	}

	.reason-title {
		padding: 15px 0 17.5px;
	}

	.kv-flex-txt-title p {
		font-size: 4.5vw;
		padding-bottom: 12.5px;
	}

	.kv-flex-txt-title h1 {
		font-size: 8.25vw;
		line-height: 1;
	}

	.kv-flex-txt-title h1 span {
		font-size: 6vw;
	}

	.kv-flex-img img {
		margin-top: -5px;
	}

	.kv-flex-txt-boxes .kv-flex-txt-box li {
		font-size: 3vw;
		padding: 12.5px 0px;
		margin-bottom: 5px;
	}

	.kv-flex-txt-boxes .kv-flex-txt-box li:last-child {
		padding-block: 2.5px 0px;
	}

	.kv-flex-txt-boxes .kv-flex-txt-box li:nth-child(3),
	.kv-flex-txt-boxes .kv-flex-txt-box li:nth-child(4) {
		margin-bottom: 0;
	}

	.kv-flex-txt-boxes .kv-flex-txt-box li:last-child {
		padding-block: 2.5px;
	}

	.kv-flex-txt-boxes .kv-flex-txt-box li span {
		font-size: 3.5vw;
	}

	.brand-parts {
		width: 50px;
	}

	.reason-abs-img02 {
		bottom: 17%;
	}

	.time {
		padding: 30px 0;
	}

	.time-title {
		margin-bottom: 20px;
	}

	.time .inner {
		width: calc(100% - 55px);
	}

	.time-box-txt-right {
		width: calc(100% - 40px);
	}

	.cta {
		padding: 40px 0;
	}

	.cta-btns ul li:last-child .cta-icon {
		padding-top: 20px;
	}

	.ex-swiper-box-list ul li,
	.ex-swiper-box-list ul li:nth-child(4) {
		width: 49.5%;
		min-height: 230px;
	}

	.ex-swiper-box-list-txt h4 {
		font-size: 10px;
	}

	.ex-swiper-box {
		padding: 20px 10px;
	}

	.flow {
		padding: 30px 0;
	}

	.cmn-title {
		margin-bottom: 30px;
	}

	.flow-list-txt h3 {
		font-size: 18px;
	}

	.flow-list-txt h3 img {
		width: 22.5px;
		margin-bottom: 2.5px;
	}

	.flow-list li:nth-child(3) .flow-list-txt h3 img {
		width: 15px;
	}

	.flow-list li:nth-child(5) .flow-list-txt h3 img {
		margin-bottom: 4.5px;
	}

	.flow-list li:nth-child(6) .flow-list-txt h3 img {
		margin-bottom: 3.5px;
	}

	.voice-list {
		margin: 25px auto 0;
	}

	.voice-list ul li {
		margin-bottom: 30px;
	}

	.voice {
		padding-bottom: 40px;
	}

	.faq-list {
		padding: 40px 0;
	}

	.contact__table {
		margin-bottom: 25px;
	}

	.contact-content label {
		margin-bottom: 7.5px;
	}

	.contact-content label p {
		font-size: 16px;
		margin-right: 10px;
		line-height: 1;
	}

	.contact-content label span {
		width: 50px;
		height: 20px;
		line-height: 18px;
		font-size: 12px;
	}

	.contact-content input,
	.contact-content textarea,
	.contact-content select {
		padding: 7.5px 15px;
	}

	.cta:last-child {
		padding-block: 30px 60px;
	}

	.error-message {
		font-size: 14px;
	}
}


.shopinfo__list_name{
    font-size: 20px;
}
.shopinfo__wrapper .shopinfo__about {
width: 100%;
}
.f-accordion__list {
	margin: 0 auto;
	margin-top: 50px;
	max-width: 1100px;
	list-style: none;
	padding: 0;
	width: 90vw;
}
.f-accordion__item {
	margin-bottom: 10px;
}
.f-accordion__head {
	/* background-color: #f5f5f5; */
	padding: 15px;
	cursor: pointer;
	font-weight: bold;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
.f-accordion__icon {
	width: 15px;
	height: 15px;
	position: relative;
}
.f-accordion__icon::before, .f-accordion__icon::after {
	content: '';
	position: absolute;
	background-color: #fff;
	width: 15px;
	height: 2px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	transition: opacity 0.3s ease, transform 0.3s ease;
}
.f-accordion__icon::after {
	transform: translateY(-50%) rotate(90deg);
}
.f-accordion__item.active .f-accordion__head .f-accordion__icon::after{
	transform: translateY(-50%) rotate(0deg);
}
.f-accordion__body {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease-in-out;
	padding: 0 15px;
}
.f-accordion__item.active .f-accordion__body {
	max-height: 500px; /* 適宜変更 */
	padding: 15px 40px 30px;
}

.shopinfo__list_name{
	font-size: 26px;
	background-color: #a88f5f;
	color: #fff;
	text-align: center;
}


@media screen and (max-width: 768px) {
	.shopinfo__list_name{
		font-size: 19px;
	}
	.f-accordion__item.active .f-accordion__body {
		max-height: 500px; /* 適宜変更 */
		padding: 20px;
	}
	
}
