/*=============================
 投稿
==============================*/
.single_wrapper {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	letter-spacing: 0.01em;
	line-height: 1.5;
	margin-top: 60px;
	margin-bottom: 150px;
}

.single_wrapper .info_area {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.single_wrapper .info_area time {
	font-size: 1rem;
	margin-right: 1.2em;
}

.single_wrapper .info_area .label {
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 2.7;
	color: #fff;
	background-color: #C67A7A;
	border-radius: 1.4em;
	padding: 0 2.18em;
}

.single_wrapper h2 {
	font-size: 2.5rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.25;
	padding-bottom: 0.3em;
	position: relative;
	margin-bottom: 72px;
}

.single_wrapper h2::after {
	content: '';
	width: 100%;
	height: 5px;
	background-color: #A19A69;
	position: absolute;
	bottom: -5px;
	left: 0;
}

.single_wrapper h3 {
	font-size: 1.375rem;
	font-weight: 700;
	position: relative;
	padding-left: 1.18em;
	margin-top: 1.7em;
	margin-bottom: 1.1em;
}

.single_wrapper h3::before {
	content: '';
	width: 0.68em;
	height: 1.54em;
	background-color: #C67A7A;
	position: absolute;
	top: 0;
	left: 0;
}

.single_wrapper h4 {
	font-size: 1.25rem;
	font-weight: 700;
	padding-bottom: 0.5em;
	border-bottom: #fff2f2 2px solid;
	position: relative;
	margin-top: 1em;
	margin-bottom: 1em;
}

.single_wrapper h4::after {
	content: '';
	width: 269px;
	height: 2px;
	border-bottom: #C67A7A 2px solid;
	position: absolute;
	left: 0;
	bottom: -2px;
	z-index: 2;
}

.single_wrapper h5 {
	font-size: 1.125rem;
	font-weight: 700;
}

.single_wrapper .img_area {
	max-width: 749px;
	width: 100%;
	display: flex;
	justify-content: center;
	aspect-ratio: 749/462;
	margin: 0 auto 40px;
}

.single_wrapper .img_area img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.single_wrapper p {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.7;
	margin-bottom: 1em;
}

.single_wrapper ul {
	list-style: none;
	min-width: 689px;
	width: fit-content;
	font-size: 1rem;
	letter-spacing: 0.01em;
	background-color: #fff2f2;
	padding: 1.44em 2.25em;
}

.single_wrapper li::before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	background-color: #C67A7A;
	border-radius: 50%;
	position: relative;
	top: -2px;
	margin-right: 1.2em;
}

.single_wrapper #toc_container {
	width: 100%;
	padding: 0;
	margin: 1rem auto;
}

.single_wrapper #toc_container p.toc_title {
	width: 100%;
	background-color: #C67A7A;
	font-size: 1.1875rem;
	font-weight: 500;
	color: #fff;
	letter-spacing: 0.02em;
	line-height: 2.15;
	position: relative;
}

.single_wrapper #toc_container p.toc_title::after {
	position: absolute;
	top: 0.7em;
	left: calc(50% - 3em);
	content: '';
	background-image: url(../img/icon_toc.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;

}

.single_wrapper #toc_container ul.toc_list {
	width: 100%;
	padding: 0.5rem 1.625rem 1.2rem;
	counter-reset: li_count;
}

.single_wrapper #toc_container li {
	position: relative;
	margin-right: 1em;
	margin-bottom: 0.7em;
}

.single_wrapper #toc_container li::before {
	counter-increment: li_count;
	content: counter(li_count);
	background-color: transparent;
	border-radius: 0;
	position: relative;
	top: 0.02em;
}

.single_wrapper #toc_container li::after {
	content: '';
	width: 1px;
	height: 1rem;
	position: absolute;
	top: 0.3em;
	left: 1em;
	background-color: #4b4b4b;
}

.single_wrapper .writer {
	width: 100%;
	margin-top: 65px;
}

.single_wrapper .writer .ttl {
	font-size: 1.125rem;
	font-weight: 400;
	position: relative;
	padding-left: 1.3em;
	margin-top: 1.7em;
	margin-bottom: 1.1em;
}

.single_wrapper .writer .ttl::before {
	content: '';
	width: 0.68em;
	height: 1.54em;
	background-color: #807844;
	position: absolute;
	top: 0.15em;
	left: 0;
}

.single_wrapper .writer .cnt {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: #4b4b4b 1px solid;
	padding: 22px 41px 27px;
	margin-top: 30px;
}

.single_wrapper .writer .cnt .img_block {
	width: 128px;
	text-align: center;
	position: relative;
}

.single_wrapper .writer .cnt .img_block::after {
	content: '';
	width: 1px;
	height: 100%;
	background-color: #4b4b4b;
	position: absolute;
	top: 0;
	right: -36px;
}

.single_wrapper .writer .cnt .img_block img {
	width: 101px;
	height: 101px;
	border-radius: 50%;
	margin-bottom: 20px;
}

.single_wrapper .writer .cnt .img_block .author {
	font-size: 1.125rem;
	font-weight: 700;
	text-align: center;
}

.single_wrapper .writer .cnt .txt_block {
	width: calc(100% - 191px);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.7;
}

@media screen and (max-width:1060px) {
	.single_wrapper h2 {
		font-size: max(3.76vw, 1.375rem);
	}

	.single_wrapper h3 {
		font-size: max(2.07vw, 1.125rem);
	}

	.single_wrapper h4 {
		font-size: max(1.88vw, 1rem);
	}

	.single_wrapper h5 {
		font-size: max(1.69vw, 0.875rem);
	}
}

@media screen and (max-width:750px) {
	.single_wrapper ul {
		min-width: auto;
	}
}

@media screen and (max-width:500px) {
	.single_wrapper p {
		font-size: 0.875rem;
	}

	.single_wrapper .writer .cnt {
		flex-direction: column;
		padding: 20px;
	}

	.single_wrapper .writer .cnt .img_block {
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		gap: 20px;
		border-bottom: #4b4b4b 1px solid;
	}

	.single_wrapper .writer .cnt .img_block::after {
		display: none;
	}

	.single_wrapper .writer .cnt .img_block img {
		width: 60px;
		height: 60px;
	}

	.single_wrapper .writer .cnt .txt_block {
		width: 100%;
		margin-top: 20px;
	}

	.single_wrapper #toc_container p.toc_title {
		font-size: 0.875rem;
	}

	.single_wrapper #toc_container p.toc_title::after {
		width: 0.875rem;
		height: 0.875rem;
	}

	.single_wrapper #toc_container ul.toc_list {
		font-size: 0.875rem;
		padding: 0.3rem 1rem 0.5rem;
	}
}

/*=============================
 プラン
==============================*/
main {
	overflow: clip;
}

.single_shop_wrapper {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	letter-spacing: 0.01em;
	line-height: 1.8;
	margin-bottom: 160px;
}


.single_shop_wrapper section {
	margin-bottom: 50px;
}

.single_shop_wrapper .top_img_wrapper_pc {
	margin-bottom: 20px;
}

.single_shop_wrapper .top_img_wrapper_sp {
	display: none;
}

.single_shop_wrapper .top_img {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}

.single_shop_wrapper .top_img li {
	width: 33%;
}

.single_shop_wrapper .top_img li img {
	width: 100%;
	aspect-ratio: 1/1;
	object-fit: cover;
	object-position: center;
	border-radius: 10px;
}

.single_shop_wrapper .price_normal {
	font-size: 0.9375rem;
	font-weight: 700;
	margin-top: 1em;
}

.single_shop_wrapper .price_normal span {
	font-size: 1.25rem;
	margin-left: 0.8em;
	text-decoration: line-through;
}

.single_shop_wrapper .price_now {
	font-size: 1.5625rem;
	font-weight: 700;
	letter-spacing: 0;
	color: #C67A7A;
	display: flex;
	align-items: center;
}

.single_shop_wrapper .price_now .zei {
	font-size: 0.9375rem;
	color: #4b4b4b;
	margin-left: 0.5em;
}

.single_shop_wrapper .btn_block {
	display: flex;
	justify-content: center;
	margin-top: 20px;
	margin-bottom: 50px;
}

.single_shop_wrapper .sec_feature .inner {
	margin-top: 30px;
}

.single_shop_wrapper .sec_feature .inner ul {
	list-style: disc;
	padding-left: 1.5em;
}

.single_shop_wrapper .sec_cnt .inner {
	/* display: flex; */
	/* justify-content: space-between; */
	margin-top: 30px;
}

/* .single_shop_wrapper .sec_cnt .img_block {
	width: 33%;
}
.single_shop_wrapper .sec_cnt .img_block img {
	width: 100%;
	aspect-ratio: 1/1;
	object-fit: cover;
	object-position: center;
	border-radius: 10px;
} */
.single_shop_wrapper .sec_cnt .txt_block {
	/* width: 64%; */
}

.single_shop_wrapper .sec_cnt .txt_block a {
	color: #005BAC;
	text-decoration: underline;
}

.single_shop_wrapper .sec_detail .cnt {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 30px;
	margin-top: 30px;
}

.single_shop_wrapper .sec_detail .cnt>li {
	width: 48%;
	background-color: #C67A7A;
	color: #fff;
	border-radius: 0 30px 0 0;
	padding: 25px;
}

.single_shop_wrapper .sec_detail .cnt h3 {
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0;
	display: flex;
	align-items: center;
	margin-bottom: 1em;
}

.single_shop_wrapper .sec_detail .cnt h3 img {
	width: 34px;
	height: 34px;
	margin-right: 25px;
}

.single_shop_wrapper .sec_detail .cnt>li.set {
	width: 100%;
}

.single_shop_wrapper .sec_detail .cnt>li.set .sex {
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0;
	margin-bottom: 1.25em;
}

.single_shop_wrapper .sec_detail .cnt>li.set .items {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	font-size: 0.9375rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1.8;
	margin-bottom: 1.33em;
}

.single_shop_wrapper .sec_detail .cnt>li.set .items>li {
	padding: 0 1em;
	border: #fff 1px solid;
	border-radius: 1em;
}

.single_shop_wrapper .sec_detail .cnt>li.set p {
	font-size: 1rem;
	letter-spacing: 0;
}

.single_shop_wrapper .sec_items .block {
	margin-top: 30px;
}

.single_shop_wrapper .sec_items .sex {
	font-size: 1.25rem;
	font-weight: 700;
	color: #C67A7A;
	margin-bottom: 1em;
}

.single_shop_wrapper .sec_items ul {
	display: flex;
	flex-wrap: wrap;
	gap: 26px;
}

.single_shop_wrapper .sec_items li {
	width: 120px;
	text-align: center;
}

.single_shop_wrapper .sec_items li img {
	width: 100%;
	height: auto;
	aspect-ratio: 1/1;
	object-fit: cover;
	object-position: center;
	border-radius: 50%;
	margin-bottom: 10px;
}

.single_shop_wrapper .sec_items li .name {
	font-size: 0.9375rem;
	font-weight: 700;
	letter-spacing: 0;
	color: #000;
}

.single_shop_wrapper .sec_faq .faq_list {
	margin-top: 30px;
}

.single_shop_wrapper .sec_faq .faq_list li {
	padding-top: 0;
	padding-bottom: 0;
}

.single_shop_wrapper .sec_faq .faq_list li .answer {
	padding-top: 0;
	padding-bottom: 30px;
}

.single_shop_wrapper .sec_faq .comment {
	font-size: 1rem;
	margin-top: 1.5em;
}

.single_shop_wrapper .sec_faq .comment a {
	color: #005BAC;
	text-decoration: underline;
}

.ttl2 {
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 1.54;
	border-bottom: none;
	border-left: #C67A7A 0.68em solid;
	padding: 0 0 0 0.6em;
	margin-bottom: 1em;
}

.ttl2::after {
	display: none;
}

.ttl3 {
	font-size: 1.375rem;
	font-weight: 700;
	border-bottom: #fff2f2 2px solid;
	padding-bottom: 0.4em;
	position: relative;
	margin-bottom: 1em;
}

.ttl3::after {
	content: '';
	width: 126px;
	position: absolute;
	bottom: -2px;
	left: 0;
	border-bottom: #C67A7A 2px solid;
}

#recommend_option h3 {
	font-size: 1.375rem;
	font-weight: 700;
	border-bottom: #fff2f2 2px solid;
	padding-bottom: 0.4em;
	position: relative;
	margin-bottom: 1em;
}

#recommend_option h3::after {
	content: '';
	width: 126px;
	position: absolute;
	bottom: -2px;
	left: 0;
	border-bottom: #C67A7A 2px solid;
}

#recommend_option .grid-col2 {
	grid-template-columns: 1fr 2fr;
}

.single_shop_wrapper .sec_normal a {
	color: #005BAC;
	text-decoration: underline;
}

.single_shop_wrapper .sec_normal .btn_goto a {
	color: #fff;
	text-decoration: none;
}

.single_shop_wrapper .sec_reason ul {
	margin-bottom: 50px;
}

.single_shop_wrapper .sec_reason li {
	width: 100%;
	margin-bottom: 30px;
}

.single_shop_wrapper .sec_reason h3 {
	font-size: 1.25rem;
	font-weight: bold;
	border-bottom: #fff2f2 2px solid;
	padding-bottom: 0.5em;
	position: relative;
}

.single_shop_wrapper .sec_reason h3::after {
	content: '';
	width: 269px;
	height: 2px;
	border-bottom: #C67A7A 2px solid;
	position: absolute;
	bottom: -2px;
	left: 0;
	z-index: 2;
}

.single_shop_wrapper .sec_reason .inner {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

.single_shop_wrapper .sec_reason .img_block {
	width: 140px;
	height: 140px;
}

.single_shop_wrapper .sec_reason .img_block img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.single_shop_wrapper .sec_reason .txt_block {
	width: calc(100% - 140px - 20px);
}

.single_shop_wrapper .sec_reason .txt_block p {
	font-size: 1rem;
	line-height: 1.8;
}

.single_shop_wrapper .float_btn {
	position: fixed;
	bottom: 10px;
	left: 50%;
	z-index: 10;
	transform: translateX(-50%);
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	max-width: 700px;
	width: 95%;
	background: #fff;
	box-shadow: 3px 3px 8px rgba(0, 0, 0, .15);
	border-radius: 30px;
	padding: 10px 20px;
}

.single_shop_wrapper .float_btn_txt {
	font-size: 1rem;
	margin-bottom: 0.5em;
}

.single_shop_wrapper .float_btn_txt span {
	font-size: 1.2em;
	font-weight: 700;
	color: #C67A7A;
}

.single_plan_block {
	margin-top: 150px;
}

.toc {
	width: 100%;
	margin-top: 65px;
	margin-bottom: 70px;
}

.toc_ttl {
	width: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.1875rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	color: #fff;
	background-color: #C67A7A;
	border: 1px solid #C67A7A;
	text-align: center;
	padding: 6px 0 11px;
}

.toc_ttl img {
	width: 17px;
	aspect-ratio: 20/16;
	margin-right: 8px;
}

.toc_main {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1;
	border: #C67A7A 1px solid;
	padding: 25px 25px 35px;
}

.toc_main a {
	display: block;
	margin-bottom: 10px;
}

.toc_main .num {
	position: relative;
	margin-right: 2em;
}

.toc_main .num::after {
	content: '';
	width: 1px;
	height: 1.07em;
	background-color: #4b4b4b;
	position: absolute;
	top: 0.25em;
	right: -0.7em;
}

.sec_toplead {
	margin-bottom: 50px;
}

.flow {
	counter-reset: listnum;
}

.flow-box+.flow-box {
	margin-top: 20px;
}

.flow-box {
	display: flex;
	align-items: center;
	padding: 30px;
	border: solid 1px #cfcfcf;
	border-radius: 10px;
}

.flow-pic {
	width: 200px;
}

.flow-pic img {
	width: 200px;
	height: 200px;
	object-fit: cover;
	border-radius: 50%;
}

.flow-data {
	margin-left: 40px;
	flex: 1;
}

.flow-data dt {
	font-weight: bold;
	margin-bottom: 1em;
}

.flow-data dt::before {
	counter-increment: listnum;
	content: counter(listnum);
	background-color: #4B4B4B;
	color: #fff;
	padding: 0.25em 0.7em;
	margin-right: 0.5em;
	font-size: 0.875rem;
	border-radius: 10px;
}


.plan-voice {
	margin-bottom: 160px;
	font-weight: 400;
}

.plan-voice .secttl {
	letter-spacing: 0;
}

.plan-voice .splide {
	margin-top: 70px;
}

.plan-voice .splide__track {
	overflow: visible;
}

.plan-voice .splide__arrow {
	display: none;
}

.plan-voice .splide__pagination {
	margin-top: 1rem;
}

.plan-voice .splide__pagination li:not(:first-child) {
	margin-left: 1.25rem;
}

.plan-voice .splide__pagination__page {
	width: 0.9375rem;
	height: 0.9375rem;
	/* background-color: #FFF2F2; */
	background-color: #C67A7A;
	border-radius: 50%;
	border: none;
}

.plan-voice .splide__pagination__page.is-active {
	/* background-color: #C67A7A; */
	background-color: #FFF2F2;
}

.voice-box {
	font-family: "Noto Sans JP", sans-serif;
	border: solid 1px #cfcfcf;
	border-radius: 10px;
	padding: 40px;
}

.voice-box-shop {
	margin-bottom: 20px;
}

.voice-box-shop span {
	display: inline-block;
	padding: 0.2em 0.6em;
	background-color: #A19A69;
	color: #fff;
	font-size: 0.875rem;
}

dl.voice-box-name {
	margin-bottom: 20px;
}

.voice-box-name dt {
	color: #828282;
	font-size: 0.875rem;
	margin-bottom: 0.4em;
}

div.voice-box-name {
	font-size: 0.875rem;
}

.voice-box-text {
	font-size: 1rem;
}


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

	.voice-box {
		padding: 25px;
	}

	.plan-voice {
		margin-top: 80px;
		margin-bottom: 80px;
	}

	.plan-voice .splide {
		margin-top: 30px;
	}

}

.plan-spot {
	margin-bottom: 160px;
	font-family: "Noto Sans JP", sans-serif;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.spot {
	margin-top: 60px;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 30px;
}

.spot-block h3 {
	font-size: 1.25rem;
	font-weight: bold;
	border-bottom: #fff2f2 2px solid;
	padding-bottom: 0.5em;
	position: relative;
	margin-bottom: 25px;
}

.spot-block h3::after {
	content: '';
	width: 269px;
	height: 2px;
	border-bottom: #C67A7A 2px solid;
	position: absolute;
	bottom: -2px;
	left: 0;
	z-index: 2;
}

.spot-box {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}

.spot-box-pic {
	width: 100%;
}

.spot-box-pic img {
	width: 100%;
	aspect-ratio: 94 / 57;
	object-fit: cover;
}

.spot-box-title {
	font-size: 1.125rem;
	font-weight: bold;
	margin-bottom: 15px;
}

.spot-box-desc {
	line-height: 1.6;
	font-weight: 400;
}

.plan-market {
	margin-bottom: 160px;
	font-family: "Noto Sans JP", sans-serif;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.plan-market .txt_block {
	font-weight: 400;
}

.plan-market .txt_block p+p {
	margin-top: 1em;
}

.plan-blog {
	margin-bottom: 160px;
}

.plan-blog .item_list {
	justify-content: flex-start;
	margin-top: 70px;
	gap: 40px;
}

.plan-blog .item_list .item {
	width: 480px;
}

.plan-blog .item_list .item .img_block img {
	height: 300px;
}

.plan-blog .btn_goto {
	margin: 69px auto 0;
}

@media screen and (max-width:900px) {
	.single_shop_wrapper .top_img_wrapper_pc {
		width: 100%;
		overflow-x: scroll;
	}

	.single_shop_wrapper .top_img {
		width: 900px;
	}

	.single_shop_wrapper .sec_detail .cnt>li {
		width: 100%;
	}
}

@media screen and (max-width:500px) {
	.single_shop_wrapper {
		margin-bottom: 78px;
	}

	.single_shop_wrapper .top_img_wrapper_pc {
		display: none;
	}

	.single_shop_wrapper .top_img_wrapper_sp {
		display: block;
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.single_shop_wrapper .top_img_wrapper_sp .top_img {
		width: 100%;
	}

	.single_shop_wrapper .splide__track {
		margin-left: 20%;
		margin-right: -20px;
	}

	.single_shop_wrapper .splide__arrows {
		display: none;
	}

	.single_shop_wrapper .splide__pagination {
		margin-top: 1rem;
	}

	.single_shop_wrapper .splide__pagination li:not(:first-child) {
		margin-left: 1.25rem;
	}

	.single_shop_wrapper .splide__pagination__page {
		width: 0.9375rem;
		height: 0.9375rem;
		background-color: #FFF2F2;
		border-radius: 50%;
		border: none;
	}

	.single_shop_wrapper .splide__pagination__page.is-active {
		background-color: #C67A7A;
	}

	.single_shop_wrapper h3 {
		font-size: 1.125rem;
	}

	.single_shop_wrapper .sec_cnt .img_block {
		display: none;
	}

	.single_shop_wrapper .sec_cnt .txt_block {
		width: 100%;
		font-size: 0.8125rem;
	}

	.single_shop_wrapper .sec_detail .cnt h4 {
		font-size: 1.125rem;
	}

	.single_shop_wrapper .sec_detail .cnt h4 img {
		width: 26px;
		height: 26px;
		margin-right: 8px;
	}

	.single_shop_wrapper .sec_detail .cnt>li {
		border-radius: 0 10px 0 0;
		padding: 20px 9px 35px;
	}

	.single_shop_wrapper .sec_detail .cnt>li.set p {
		font-size: 0.875rem;
	}

	.single_shop_wrapper .sec_items .sex {
		font-size: 1.0625rem;
	}

	.single_shop_wrapper .sec_items ul {
		justify-content: space-between;
	}

	.single_shop_wrapper .sec_items li {
		width: 42%;
	}

	.single_shop_wrapper .ttl2 {
		font-size: 1.125rem;
	}

	.single_shop_wrapper .sec_reason h4 {
		font-size: 1.125rem;
	}

	.single_shop_wrapper .sec_reason .inner {
		flex-direction: column;
	}

	.single_shop_wrapper .sec_reason .img_block {
		width: 66%;
		height: auto;
		aspect-ratio: 1/1;
		margin: 27px auto;
	}

	.single_shop_wrapper .sec_reason .txt_block {
		width: 100%;
	}

	.single_shop_wrapper .float_btn {
		flex-direction: row;
		justify-content: space-between;
		border-radius: 0;
		width: 100%;
		padding: 8px 20px;
		bottom: 50px;
		box-shadow: 0 -3px 5px rgba(0, 0, 0, .1);
		border-bottom: #FFF2F2 1px solid;
		z-index: 200;
	}

	.single_shop_wrapper .float_btn_txt {
		font-size: 0.875rem;
		margin-bottom: 0.3em;
	}

	.single_shop_wrapper .float_btn .btn_goto {
		width: fit-content;
		box-shadow: none;
	}

	.single_shop_wrapper .float_btn .btn_goto a {
		font-size: 0.875rem;
		line-height: 2.5;
		padding: 0 1em;
	}

	.single_shop_wrapper .float_btn .btn_goto::after {
		display: none;
	}

	.flow-box+.flow-box {
		margin-top: 10px;
	}

	.flow-box {
		flex-direction: column;
		padding: 20px;
	}

	.flow-pic {
		width: 160px;
		margin-bottom: 20px;
	}

	.flow-pic img {
		width: 160px;
		height: 160px;
	}

	.flow-data {
		margin-left: 0;
	}

	.spot-box {
		grid-template-columns: repeat(1, 1fr);
		gap: 15px;
	}

	.spot-box-pic img {
		height: 48vw
	}

	.plan-voice,
	.plan-spot,
	.plan-market,
	.plan-blog {
		margin-bottom: 100px;
	}

	.plan-blog .item_list .item .img_block img {
		height: auto;
	}

	.plan-blog .item_list {
		gap: 10px;
	}

	.plan-blog .btn_goto {
		margin-top: 20px;
	}
}


.hairset_list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

.hairset_list img {
	aspect-ratio: 10 / 11;
	object-fit: cover;
}

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

	.hairset_list {
		grid-template-columns: repeat(2, 1fr);
		gap: 50px 20px;

	}
}



.single_wrapper table {
	width: 100%;
	border-collapse: separate;
	table-layout: fixed;
	margin-top: 100px;
}

.single_wrapper table tbody {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.125rem;
	letter-spacing: 0.01em;
	line-height: 1.5;
	border: none;
}

.single_wrapper table th {
	width: 18.4%;
	font-weight: 500;
	color: #fff;
	text-align: left;
	vertical-align: top;
	background-color: #C67A7A;
	border: #C67A7A 1px solid;
	padding: 34px 0 34px 29px;
}

.single_wrapper table td {
	width: 81%;
	font-weight: 400;
	color: #000;
	background-color: #fff;
	border: #C67A7A 1px solid;
	padding: 34px 25px;
}

@media screen and (max-width:900px) {
	.single_wrapper table tbody {
		font-size: max(1.98vw, 0.875rem);
	}

	.single_wrapper table th {
		width: 24%;
		padding: 3.74vw 0 3.74vw 15px;
	}

	.single_wrapper table td {
		width: 75.5%;
		padding: 3.74vw 2.75vw;
	}
}

@media screen and (max-width:500px) {
	.single_wrapper table {
		border-collapse: collapse;
		margin-top: 70px;
	}

	.single_wrapper table th {
		display: block;
		width: 100%;
		padding: 0.5em 1em 0.4em;
	}

	.single_wrapper table td {
		display: block;
		width: 100%;
	}

	.single_wrapper table td,
	.single_wrapper table th {
		height: auto !important;
	}
}