@charset "utf-8";
#wrapper {
	padding-bottom: 0;
	max-width: inherit;
	width: inherit;
}
#shopDetail {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
}
#shopDetail * {
	font-family: "Noto Sans JP", sans-serif;
}
#shopDetail .comWidth {
	max-width: 1180px;
	width: calc(100% - 4.166666666%/2);
	margin: 0 auto;
}
#shopDetail .ttlBox {
	display: flex;
	max-width: 1180px;
	width: calc(100% - 4.166666666%/2);
	margin: 33px auto 42px;
	align-items: flex-end;
	justify-content: space-between;
}
#shopDetail .ttlBox h1 {
	margin-left: -10px;
	font-size: 48px;
	color: #eb4649;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
}
#shopDetail .pagePath {
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
}
#shopDetail .pagePath a {
	color: inherit;
	text-decoration: none;
}
#shopDetail .mainImg {
	margin-bottom: 38px;
}
#shopDetail .mainImg img {
	width: 100%;
}
#shopDetail .banner01 {
	margin: 0 auto 45px;
	max-width: 1180px;
	width: calc(100% - 4.166666666%/2);
}

#shopDetail .contactBox {
	background-color: #eb4649;
	padding: 53px 0 61px;
}
#shopDetail .contactBox .inner {
	position: relative;
	padding: 37px 0 43px;
	margin: 0 auto;
	max-width: 1180px;
	width: calc(100% - 4.166666666%/2);
	background-color: #fff;
	border-radius: 20px;
	text-align: center;
	box-shadow: 6px 6px 5px rgba(210, 43, 46, 0.5);
}
#shopDetail .contactBox .inner::after {
	position: absolute;
	left: 101px;
	bottom: -61px;
	width: 158px;
	height: 208px;
	content: "";
	user-select: none;
	pointer-events: none;
	background: url("../../uploads/2025/08/contact_img.png") no-repeat center / 100% auto;
}
#shopDetail .contactBox .ttl {
	margin-bottom: 27px;
	display: inline-block;
	position: relative;
	font-size: 30px;
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
}
#shopDetail .contactBox .ttl .small {
	font-family: "Noto Sans JP", sans-serif;
}
#shopDetail .contactBox .ttl::before,
#shopDetail .contactBox .ttl::after {
	position: absolute;
	top: calc(50% - 25px);
	width: 3px;
	height: 50px;
	background-color: #333;
	border-radius: 3px;
	content: "";
}
#shopDetail .contactBox .ttl::before {
	left: -32px;
	transform: rotate(-32deg);
}
#shopDetail .contactBox .ttl::after {
	right: -32px;
	transform: rotate(32deg);
}
#shopDetail .contactBox .ttl .red {
	display: inline-block;
	position: relative;
	color: #eb4649;
}
#shopDetail .contactBox .ttl .red::before {
	position: absolute;
	left: 13px;
	top: -6px;
	width: 6px;
	height: 6px;
	background-color: #eb4649;
	content: "";
	border-radius: 50%;
	font-family: "Noto Sans JP", sans-serif;
}
#shopDetail .contactBox .ttl .bg {
	margin: -6px 5px 0;
	padding: 0 9px 2px;
	font-size: 26px;
	vertical-align: middle;
	display: inline-flex;
	align-items: center;
	color: #fff;
	background-color: #eb4649;
	font-family: "Noto Sans JP", sans-serif;
}
#shopDetail .contactBox .ttl .green {
	color: #3d9f4f;
	font-family: "Noto Sans JP", sans-serif;
}
#shopDetail .contactBox .btns {
	display: flex;
	justify-content: center;
	gap: 15px;
}
#shopDetail .contactBox .btns a {
	padding: 0 0 2px;
	display: flex;
	width: 312px;
	height: 81px;
	border-radius: 41px;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	font-family: "Noto Sans JP", sans-serif;
	color: #fff;
	background-color: #dc8f90;
	text-decoration: none;
	border: 2px solid #dc8f90;
	box-shadow: 3px 3px 4px rgba(0,0,0,0.2);
}
#shopDetail .contactBox .btns a::after {
	margin: 0 -28px 0 12px;
	content: "";
	width: 18px;
	height: 26px;
	background: url("../../uploads/2025/08/icon_tel.png") no-repeat center / 100% auto;
}
#shopDetail .contactBox .btns .line a {
	background-color: #3d9f4f;
	border-color: #3d9f4f;
}
#shopDetail .contactBox .btns .line a::after {
	margin: 0 -20px 0 10px;
	width: 31px;
	height: 29px;
	background-image: url("../../uploads/2025/08/icon_line.png");
}
#shopDetail .banner02 {
	padding: 79px 0 70px;
	background-color: #FDF2F2;
}
#shopDetail .banner02 .banner {
	margin: 0 auto 58px;
	max-width: 1180px;
	width: calc(100% - 4.166666666%/2);
}
#shopDetail .comBtn a {
	margin: 0 auto;
	width: 400px;
	height: 82px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 26px;
	font-family: "Noto Sans JP", sans-serif;
	color: #fff;
	background-color: #d70000;
	border: 2px solid #d70000;
	border-radius: 41px;
	text-decoration: none;
	box-shadow: 5px 5px 11px rgba(0,0,0,0.6);
}
#shopDetail .comBtn a span {
	position: relative;
	display: block;
}
#shopDetail .comBtn a span::after {
	position: absolute;
	right: -31px;
	top: 8px;
	width: 12px;
	height: 22px;
	content: "";
	background: url(./images/shop/btn_arrow.png) no-repeat center / 100% auto;
}
#shopDetail .beginnerBox {
	margin-bottom: 83px;
	padding-top: 100px;
}
#shopDetail .beginnerBox .cat_list {
	margin-bottom: 52px;
	justify-content: space-between;
}
#shopDetail .beginnerBox .cat_list li {
	width: calc(25% - 30px);
}
#shopDetail .beginnerBox .cat_list li .pho {
	margin: 0 0 20px;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
#shopDetail .beginnerBox .cat_list li .pho img {
	width: 100%;
}
#shopDetail .beginnerBox .cat_list a {
	margin: 0 10px;
	font-size: 20px;
	width: calc(100% - 20px);
}
#shopDetail .comTxt {
	font-size: 18px;
	line-height: 1.5;
	font-family: "Noto Sans JP", sans-serif;
	color: #333;
	text-align: justify;
}
#shopDetail .beginnerBox .comTxt {
	margin-bottom: 37px;
}
#shopDetail .beginnerBox .comBtn a {
	width: 495px;
}
#shopDetail .beginnerBox .comBtn a span::after {
	right: -55px;
}
#shopDetail .priceBox {
	padding: 104px 0 82px;
	background : #FDF2F2;
}
#shopDetail .priceBox .headLine01 {
	margin-bottom: 54px;
}
#shopDetail .priceBox table {
	width: 100%;
	border-collapse: collapse;
	text-align: center;
	vertical-align: middle;
	border: none;
}
#shopDetail .priceBox table th {
	background-color: #d9d9d9;
	border: 1px solid #bcbcbc;
	text-align: center;
	font-size: 24px;
	font-family: "Noto Sans JP", sans-serif;
	width: 50%;
	height: 89px;
	font-weight: 400;
}
#shopDetail .priceBox table td {
	text-align: center;
	font-size: 24px;
	font-family: "Noto Sans JP", sans-serif;
	background-color: #fff;
	border: 1px solid #bcbcbc;
}
#shopDetail .priceBox table td .price {
	font-family: "Noto Sans JP", sans-serif;
	display: block;
	text-align: center;
	font-size: 40px;
}
#shopDetail .priceBox .note {
	font-family: "Noto Sans JP", sans-serif;
	margin-top: 11px;
	font-size: 16px;
	line-height: 1.375;
}
#shopDetail .supportBox {
	margin-bottom: 123px;
	padding: 134px 0 137px;
	background-color: #FDF2F2;
}
#shopDetail .supportBox .headLine01 {
	margin-bottom: 67px;
}
#shopDetail .whiteBox {
	padding: 41px 37px 63px;
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 7px 7px 10px rgba(0,0,0,0.3);
}
#shopDetail .whiteBox + .whiteBox {
	padding-bottom: 37px;
	margin-top: 78px;
}
#shopDetail .whiteBox .cat_title {
	margin: 0 0 34px;
	gap: 0;
	font-size: 32px;
	justify-content: space-between;
}
#shopDetail .whiteBox .cat_title .red {
	padding: 0;
	color: #d70000;
}
#shopDetail .whiteBox .supportList {
	display: flex;
	justify-content: center;
	gap: 81px;
}
#shopDetail .whiteBox .supportList li {
	width: 254px;
	text-align: center;
}
#shopDetail .whiteBox .supportList .img {
	margin-bottom: 26px;
}
#shopDetail .whiteBox .supportList .txt {
	text-align: center;
	font-size: 18px;
	line-height: 1.44;
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
}
#shopDetail .whiteBox .supportList .txt .name {
	font-family: "Noto Sans JP", sans-serif;
	color: #d70000;
}
#shopDetail .infoBox {
	margin-bottom: 147px;
}
#shopDetail .infoBox .headLine01 {
	margin-bottom: 98px;
}
#shopDetail .infoBox .imgBox {
	margin-top: 55px;
	display: flex;
	gap: 51px;
}
#shopDetail .infoBox .imgBox .img {
	width: 420px;
	flex-shrink: 0;
}
#shopDetail .infoBox .imgBox .txtBox {
	width: 100%;
}
#shopDetail .infoBox .imgBox .ttl {
	margin: -6px 0 18px;
	padding-bottom: 11px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size: 24px;
	border-bottom: 1px solid #adadad;
}
#shopDetail .infoBox .imgBox .txt {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	line-height: 1.44;
	text-align: justify;
}
#shopDetail .infoBox .imgBox .txt + .txt {
	margin-top: 26px;
}
#shopDetail .companyBox {
	margin-bottom: 93px;
}
#shopDetail .companyBox .headLine01 {
	margin-bottom: 97px;
}
#shopDetail .companyBox .mapBox {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
#shopDetail .companyBox .mapBox .lBox {
	width: 50%;
	height: 550px;
}
#shopDetail .companyBox .mapBox .lBox iframe {
	width: 100%;
	height: 100%;
}
#shopDetail .companyBox .mapBox dl {
	margin-top: -1px;
	display: flex;
	flex-wrap: wrap;
	width: calc(50% - 70px);
}
#shopDetail .companyBox .mapBox dt,
#shopDetail .companyBox .mapBox dd {
	padding-bottom: 20px;
	margin-bottom: 25px;
	font-size: 18px;
	font-family: "Noto Sans JP", sans-serif;
	border-bottom: 1px solid #cdcdcd;
}
#shopDetail .companyBox .mapBox dt {
	width: 113px;
}
#shopDetail .companyBox .mapBox dd {
	width: calc(100% - 113px);
}
#shopDetail .companyBox .mapBox dd a {
	text-decoration: none;
	color: inherit;
}
#shopDetail .companyBox .mapBox .small {
	margin-top: 10px;
	font-family: "Noto Sans JP", sans-serif;
	display: inline-block;
	font-size: 14px;
}
#shopDetail .banner02 .banner a:hover,
#shopDetail .contactBox .btns a:hover {
	opacity: 0.5;
	transition: 1s;
}

@media screen and (min-width: 769px){
	#shopDetail .banner02 .banner a:hover,
	#shopDetail .contactBox .btns a:hover {
		opacity: 0.5;
		transition: 1s;
	}
	#shopDetail .comBtn a:hover {
		opacity: 1;
		background: #fff;
		color: #d70000;
		transition: 1s;
	}
	#shopDetail .comBtn a span::before {
		position: absolute;
		right: -31px;
		top: 8px;
		width: 12px;
		height: 22px;
		content: "";
		opacity: 0;
		background: url(./images/shop/btn_arrow02.png) no-repeat center / 100% auto;
	}
	#shopDetail .comBtn a:hover span::after {
		opacity: 0;
		transition: 1s;
	}
	#shopDetail .comBtn a:hover span::before {
		opacity: 1;
		transition: 1s;
	}
	#shopDetail .beginnerBox .comBtn a span::before {
		right: -55px;
	}
	#shopDetail .pagePath a:hover {
		color: #d70000;
	}
	#shopDetail .fixedBtns {
		display: none;
	}

#shopDetail .headLine01 {
	margin-bottom: 50px !important;
	font-size: 24px;
}

#shopDetail .mgn {
  margin: 80px 0;
}

#shopDetail #symptoms {
  max-width: 1180px;
  width: calc(100% - 4.166666666%/2);
  margin: 0 auto;
  padding-bottom: 80px;
}

#shopDetail #symptoms p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  line-height: 1.8em;
  color: #333333;
}

#shopDetail #symptoms a {
  width: 38.13559322%;
  height: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  line-height: 1.0em;
  color: #ffffff;
  margin: 50px auto 0 auto;
  padding: 20px 0;
  border-radius: 50px;
  border: 2px solid #dc8f90;
  box-shadow: 0 1px 6px rgba(0,0,0,0.3);
  background-color: #dc8f90;
  position: relative;
  display: block;
}

#shopDetail #symptoms a::after {
  width: 12px;
  height: 12px;
  vertical-align: middle;
  margin: auto;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#shopDetail #symptoms a:hover {
  transition: 1.0s;
  color: #dc8f90;
  border: 2px solid #dc8f90;
  background-color: #ffffff;
}

#shopDetail #symptoms a:hover::after {
  border-top: 2px solid #dc8f90;
  border-right: 2px solid #dc8f90;
}

#shopDetail #symptoms .inner {
  width: 100%;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
}

#shopDetail #symptoms .inner ul {
  width: 29.661016949%;
}

#shopDetail #symptoms .inner ul li {
  width: 100%;
  margin-bottom: 30px;
}

#shopDetail #symptoms .inner ul li:last-child {
  margin: 0;
}

#shopDetail #symptoms .inner ul li img {
  width: 100%;
}

#shopDetail #symptoms .inner ul li a {
  width: 100%;
  height: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  line-height: 1.0em;
  color: #dc8f90;
  padding: 18px 0;
  border-radius: 30px;
  border: 1px solid #dc8f90;
  background: url("../../uploads/2025/08/shourei_arrow01.png") no-repeat right 18px center / 8px auto;
  display: block;
}

#shopDetail #symptoms .inner ul li a::after {
  content: none;
}

#shopDetail #symptoms .inner ul li a:hover {
  transition: 1.0s;
  opacity: 0.5;
}

#shopDetail #price {
  max-width: 1180px;
  width: calc(100% - 4.166666666%/2);
  margin: 0 auto;
  padding-bottom: 20px;
}

#shopDetail #price .inner {
  width: 100%;
  margin-bottom: 60px;
}

#shopDetail #price .inner h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 500;
  text-align: left;
  line-height: 1.0em;
  letter-spacing: 0;
  color: #eb4649;
  margin-bottom: 20px;
  padding: 0 0 8px 5px;
  position: relative;
  border-bottom: 5px solid #cccccc;
}

#shopDetail #price .inner h3::before {
  width: 15%;
  height: 5px;
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  background: #eb4649;
}

#shopDetail #price .inner table.type01,
#shopDetail #price .inner table.type02 {
  width: 100%;
  border-collapse: collapse;
  border: 0; 
}

#shopDetail #price .inner table.type01 th {
  width: 33.33333333%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  line-height: 1.0em;
  color: #ffffff;
  padding: 20px;
  border-top: 1px solid #dc8f90;
  border-right: 1px solid #dc8f90;
  border-left: 1px solid #dc8f90;
  border-bottom: 1px solid #ffffff;
  background-color: #dc8f90;
}

#shopDetail #price .inner table.type01 th.type01 {
  border: none;
  background: none;
}

#shopDetail #price .inner table.type01 th.last {
  border-bottom: 1px solid #dc8f90;
}

#shopDetail #price .inner table.type01 td {
  width: 33.33333333%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  line-height: 1.0em;
  color: #dc8f90;
  padding: 20px;
  border: 1px solid #dc8f90;
  background-color: #ffffff;
}

#shopDetail #price .inner table.type01 td.type01 {
  color: #ffffff;
  border-top: 1px solid #dc8f90;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #dc8f90;
  border-bottom: 1px solid #dc8f90;
  background-color: #dc8f90;
}

#shopDetail #price .inner table.type01 td.type02 {
  color: #ffffff;
  border-top: 1px solid #dc8f90;
  border-right: 1px solid #dc8f90;
  border-left: 1px solid #ffffff;
  border-bottom: 1px solid #dc8f90;
  background-color: #dc8f90;
}

#shopDetail #price .inner table.type02 th {
  width: 50%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  line-height: 1.0em;
  color: #ffffff;
  padding: 20px;
  border-top: 1px solid #dc8f90;
  border-right: 1px solid #dc8f90;
  border-left: 1px solid #dc8f90;
  border-bottom: 1px solid #ffffff;
  background-color: #dc8f90;
}

#shopDetail #price .inner table.type02 th.last {
  border-bottom: 1px solid #dc8f90;
}

#shopDetail #price .inner table.type02 th p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  line-height: 1.8em;
  color: #ffffff;
  margin-top: 15px;
}

#shopDetail #price .inner table.type02 td {
  width: 50%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  line-height: 1.0em;
  color: #dc8f90;
  padding: 20px 0;
  border: 1px solid #dc8f90;
  background-color: #ffffff;
}

#shopDetail #price .inner table.type02 td span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  line-height: 1.0em;
  color: #dc8f90;
  margin-top: 15px;
  display: block;
}

#shopDetail #features {
  max-width: 1180px;
  width: calc(100% - 4.166666666%/2);
  margin: 0 auto;
}

#shopDetail #features img {
  width: 100%;
}

#shopDetail #features .inner {
  width: 100%;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}

#shopDetail #features .inner .left,
#shopDetail #features .inner .right {
  width: 48.305084745%;
}

#shopDetail #features .inner .left ul li,
#shopDetail #features .inner .right ul li {
  width: 100%;
  margin-bottom: 15px;
}

#shopDetail #features .inner .left ul li:first-child,
#shopDetail #features .inner .right ul li:first-child {
  margin-bottom: 25px;
}

#shopDetail #features .inner .left ul li:last-child,
#shopDetail #features .inner .right ul li:last-child {
  margin: 0;
}

#shopDetail #features .inner .left ul li strong,
#shopDetail #features .inner .right ul li strong {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  line-height: 1.0em;
  color: #ffffff;
  padding: 12px 0 14px 0;
  border-radius: 7px;
  background-color: #dc8f90;
  display: block;
}

#shopDetail #features .inner .left ul li p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  text-indent: -1.1em;
  line-height: 1.5em;
  color: #666666;
  padding-left: 1.1em;
}

#shopDetail #features .inner .left ul li p span {
  color: #eb4649;
}

#shopDetail #features .inner .right ul li p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  text-indent: 0;
  line-height: 1.9em;
  color: #333333;
  padding: 0;
}
}

@media screen and (max-width: 768px){
	#wrapper {
		padding: 0;
		overflow: hidden;
		display: block;
	}
	#shopDetail .ttlBox {
		display: none;
	}
	#shopDetail .comWidth {
		width: calc(100% - 55px);
	}
	#shopDetail .fixedBtns {
		padding: 20px;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		display: flex;
		justify-content: center;
		gap: 20px;
		background-color: rgba(31,31,31,0.85);
		z-index: 1;
	}
	p.pagetop {
		z-index: 10;
	}
	#shopDetail .fixedBtns > div {
		width: 100%;
	}
	#shopDetail .fixedBtns a {
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 20px;
		color: #fff;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 500;
		background-color: #297195;
		border-radius: 15px;
		box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.2);
		text-decoration: none;
		width: 100%;
		height: 86px;
	}
	#shopDetail .fixedBtns a::after {
		margin: 0 -2px 0 10px;
		content: "";
		width: 16px;
		height: 22px;
		background: url(./images/shop/icon_tel.png) no-repeat center / 100% auto;
	}
	#shopDetail .fixedBtns .line a {
		background-color: #399E4A;
		border-color: #399E4A;
	}
	#shopDetail .fixedBtns .line a::after {
		margin: 0 0 0 8px;
		width: 31px;
		height: 30px;
		background-image: url(./images/shop/icon_line.png);
	}
	#shopDetail .banner01 {
		margin: 0 auto 45px;
		width: calc(100% - 55px);
	}
	#shopDetail .contactBox {
		padding: 25px 0;
	}
	#shopDetail .contactBox .inner {
		padding: 16px 0 20px;
		width: calc(100% - 55px);
		border-radius: 10px;
		box-shadow: 3px 3px 2px rgba(112, 112, 112, 0.5);
		text-align: center;
	}
	#shopDetail .contactBox .inner::after {
		display: none;
	}
	#shopDetail .contactBox .ttl {
		margin-bottom: 15px;
		font-size: 20px;
		text-align: center;
		display: inline-block;
	}
	#shopDetail .contactBox .ttl::before,
	#shopDetail .contactBox .ttl::after {
		top: 2px;
		width: 2px;
		height: 25px;
	}
	#shopDetail .contactBox .ttl::before {
		left: 15px;
	}
	#shopDetail .contactBox .ttl::after {
		right: 15px;
	}
	#shopDetail .contactBox .ttl .red::before {
		left: 6px;
		top: -5px;
		width: 5px;
		height: 5px;
	}
	#shopDetail .contactBox .ttl .bg {
		margin: -6px 5px 0;
		padding: 0 9px 2px;
		font-size: 14px;
	}
	#shopDetail .contactBox .ttl .small {
		margin-top: 3px;
		font-size: 16px;
		display: block;
	}
	#shopDetail .contactBox .btns {
		flex-direction: column;
		align-items: center;
	}
	#shopDetail .contactBox .btns a {
		padding: 0 0 2px;
		width: 262px;
		max-width: 100%;
		height: 69px;
		border-radius: 35px;
		font-size: 20px;
		box-shadow: 3px 3px 2px rgba(0,0,0,0.2);
	}
	#shopDetail .banner02 {
		padding: 30px 0;
	}
	#shopDetail .banner02 .banner {
		margin: 0 auto 40px;
		width: calc(100% - 55px);
	}
	#shopDetail .comBtn a {
		width: 100%;
		max-width: 320px;
		height: 60px;
		font-size: 20px;
		box-shadow: 2px 2px 5px rgba(0,0,0,0.6);
	}
	#shopDetail .comBtn a span::after {
		right: -20px;
		top: 4px;
	}
	#shopDetail .beginnerBox {
		margin-bottom: 83px;
		padding-top: 100px;
	}
	#shopDetail .headLine01 {
		font-family: "Noto Sans JP", sans-serif;
		font-size: 17px;
		font-weight: 600;
		text-align: center;
		line-height: 1.0em;
		letter-spacing: 0;
		color: #ffffff;
		margin-bottom: 20px;
		padding: 2.604166666% 15px 2.994791666%;
		background: linear-gradient(180deg, #e8929f 0%, #e8929f 50%, #dc8f90 50%, #dc8f90 100%);
		border-radius: 100px;
	}
	#shopDetail .beginnerBox .cat_list {
		margin-bottom: 30px;
	}
	#shopDetail .beginnerBox .cat_list li {
		width: calc(50% - 10px);
	}
	#shopDetail .beginnerBox .cat_list a {
		margin: 0 10px;
		font-size: 12px;
		width: calc(100% - 20px);
	}
	#shopDetail .comTxt {
		font-size: 14px;
	}
	#shopDetail .beginnerBox .comTxt {
		margin-bottom: 20px;
	}
	#shopDetail .beginnerBox .comBtn a {
		width: auto;
	}
	#shopDetail .beginnerBox .comBtn a span::after {
		right: -20px;
	}
	#shopDetail .priceBox {
		padding: 40px 0;
	}
	#shopDetail .priceBox .headLine01 {
		margin-bottom: 40px;
	}
	#shopDetail .priceBox table th {
		font-size: 15px;
		height: 60px;
	}
	#shopDetail .priceBox table td {
		font-size: 15px;
	}
	#shopDetail .priceBox table td .price {
		font-size: 30px;
	}
	#shopDetail .priceBox .note {
		margin-top: 5px;
		font-size: 12px;
	}
	#shopDetail .supportBox {
		margin-bottom: 50px;
		padding: 50px 0;
	}
	#shopDetail .supportBox .headLine01 {
		margin-bottom: 40px;
	}
	#shopDetail .whiteBox {
		padding: 20px 15px 30px;
		border-radius: 10px;
		box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
	}
	#shopDetail .whiteBox + .whiteBox {
		padding-bottom: 20px;
		margin-top: 30px;
	}
	#shopDetail .whiteBox .cat_title {
		margin: 0 0 34px;
		justify-content: center;
		font-size: 16px;
		font-weight: 700;
		text-align: center;
		gap: 10px;
	}
	#shopDetail .whiteBox .cat_title::before,
	#shopDetail .whiteBox .cat_title::after {
		width: 40px;
		background-position: left center;
		background-size: 70px auto;
	}
	#shopDetail .whiteBox .cat_title::after {
		background-position: right center;
	}
	#shopDetail .whiteBox .supportList {
		flex-direction: column;
		align-items: center;
		gap: 30px;
	}
	#shopDetail .whiteBox .supportList li {
		width: 200px;
		max-width: 100%;
	}
	#shopDetail .whiteBox .supportList .img {
		margin-bottom: 15px;
	}
	#shopDetail .whiteBox .supportList .txt {
		font-size: 16px;
	}
	#shopDetail .infoBox {
		margin-bottom: 50px;
	}
	#shopDetail .infoBox .headLine01 {
		margin-bottom: 30px;
	}
	#shopDetail .infoBox .imgBox {
		margin-top: 20px;
		flex-direction: column;
		gap: 20px;
	}
	#shopDetail .infoBox .imgBox .img {
		width: 100%;
	}
	#shopDetail .infoBox .imgBox .txtBox {
		width: 100%;
	}
	#shopDetail .infoBox .imgBox .ttl {
		margin: 0 0 10px;
		padding-bottom: 10px;
		font-size: 20px;
	}
	#shopDetail .infoBox .imgBox .txt {
		font-size: 16px;
	}
	#shopDetail .infoBox .imgBox .txt + .txt {
		margin-top: 23px;
	}
	#shopDetail .companyBox {
		margin-bottom: 50px;
	}
	#shopDetail .companyBox .headLine01 {
		margin-bottom: 30px;
	}
	#shopDetail .companyBox .mapBox {
		flex-direction: column-reverse;
	}
	#shopDetail .companyBox .mapBox .lBox {
		width: 100%;
		height: calc(100vw - 55px);
	}
	#shopDetail .companyBox .mapBox dl {
		margin-top: 20px;
		width: 100%;
	}
	#shopDetail .companyBox .mapBox dt, #shopDetail .companyBox .mapBox dd {
		font-size: 16px;
	}
	#shopDetail .banner01 img,
	#shopDetail .banner02 img {
		width: 100%;
	}
	//#footer {
		margin-bottom: 126px;
	}

#shopDetail .mgn {
  margin: 7.8125% 0;
}

#shopDetail .headLine01 {
  margin-bottom: 7.8125% !important;
  font-size: 24px;
}

#shopDetail #symptoms {
  width: calc(100% - 55px);
  margin: 0 auto;
  padding-bottom: 10.41666666%;
}

#shopDetail #symptoms p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.5vw;
  font-weight: 500;
  text-align: left;
  line-height: 1.8em;
  color: #333333;
}

#shopDetail #symptoms a {
  width: 82.335329341%;
  height: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.0vw;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  line-height: 1.0em;
  color: #ffffff;
  margin: 7.8125% auto 0 auto;
  padding: 0.7em 0;
  border-radius: 50px;
  border: 2px solid #dc8f90;
  box-shadow: 0 1px 6px rgba(0,0,0,0.3);
  background-color: #dc8f90;
  position: relative;
  display: block;
}

#shopDetail #symptoms a::after {
  width: 10px;
  height: 10px;
  vertical-align: middle;
  margin: auto;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.0em;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#shopDetail #symptoms a:hover {
  transition: 1.0s;
  color: #dc8f90;
  border: 2px solid #dc8f90;
  background-color: #ffffff;
}

#shopDetail #symptoms a:hover::after {
  border-top: 2px solid #dc8f90;
  border-right: 2px solid #dc8f90;
}

#shopDetail #symptoms .inner {
  width: 100%;
  margin-bottom: 7.8125%;
}

#shopDetail #symptoms .inner ul {
  width: 67.365269461%;
  margin: 0 auto 7.8125% auto;
}

#shopDetail #symptoms .inner ul li {
  width: 100%;
  margin-bottom: 5.208333333%;
}

#shopDetail #symptoms .inner ul li:last-child {
  margin: 0;
}

#shopDetail #symptoms .inner ul li img {
  width: 100%;
}

#shopDetail #symptoms .inner ul li a {
  width: 100%;
  height: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.8vw;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  line-height: 1.0em;
  color: #dc8f90;
  padding: 0.7em 0;
  border-radius: 30px;
  border: 1px solid #dc8f90;
  background: url("../../uploads/2025/08/shourei_arrow01.png") no-repeat right 18px center / 8px auto;
  display: block;
}

#shopDetail #symptoms .inner ul li a::after {
  content: none;
}

#shopDetail #symptoms .inner ul li a:hover {
  transition: 1.0s;
  opacity: 0.5;
}

#shopDetail #price {
  width: calc(100% - 55px);
  margin: 0 auto;
  padding-bottom: 2.604166666%;
}

#shopDetail #price .inner {
  width: 100%;
  margin-bottom: 7.8125%;
}

#shopDetail #price .inner h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.5vw;
  font-weight: 500;
  text-align: left;
  line-height: 1.0em;
  letter-spacing: 0;
  color: #eb4649;
  margin-bottom: 3.90625%;
  padding: 0 0 8px 5px;
  position: relative;
  border-bottom: 5px solid #cccccc;
}

#shopDetail #price .inner h3::before {
  width: 10%;
  height: 5px;
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  background: #eb4649;
}

#shopDetail #price .inner table.type01,
#shopDetail #price .inner table.type02 {
  width: 100%;
  border-collapse: collapse;
  border: 0; 
}

#shopDetail #price .inner table.type01 th {
  width: 33.33333333%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.8vw;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  line-height: 1.0em;
  color: #ffffff;
  padding: 3.90625% 1.302083333%;
  border-top: 1px solid #dc8f90;
  border-right: 1px solid #dc8f90;
  border-left: 1px solid #dc8f90;
  border-bottom: 1px solid #ffffff;
  background-color: #dc8f90;
}

#shopDetail #price .inner table.type01 th.type01 {
  border: none;
  background: none;
}

#shopDetail #price .inner table.type01 th.last {
  border-bottom: 1px solid #dc8f90;
}

#shopDetail #price .inner table.type01 td {
  width: 33.33333333%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.8vw;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  line-height: 1.0em;
  color: #dc8f90;
  padding: 3.90625% 1.302083333%;
  border: 1px solid #dc8f90;
  background-color: #ffffff;
}

#shopDetail #price .inner table.type01 td.type01 {
  color: #ffffff;
  border-top: 1px solid #dc8f90;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #dc8f90;
  border-bottom: 1px solid #dc8f90;
  background-color: #dc8f90;
}

#shopDetail #price .inner table.type01 td.type02 {
  color: #ffffff;
  border-top: 1px solid #dc8f90;
  border-right: 1px solid #dc8f90;
  border-left: 1px solid #ffffff;
  border-bottom: 1px solid #dc8f90;
  background-color: #dc8f90;
}

#shopDetail #price .inner table.type02 th {
  width: 50%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.0vw;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  line-height: 1.0em;
  color: #ffffff;
  padding: 3.90625%;
  border-top: 1px solid #dc8f90;
  border-right: 1px solid #dc8f90;
  border-left: 1px solid #dc8f90;
  border-bottom: 1px solid #ffffff;
  background-color: #dc8f90;
}

#shopDetail #price .inner table.type02 th.last {
  border-bottom: 1px solid #dc8f90;
}

#shopDetail #price .inner table.type02 th p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.8vw;
  font-weight: 400;
  text-align: justify;
  line-height: 1.8em;
  color: #ffffff;
  margin-top: 5.208333333%;
}

#shopDetail #price .inner table.type02 td {
  width: 50%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.0vw;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  line-height: 1.0em;
  color: #dc8f90;
  padding: 3.90625% 1.302083333%;
  border: 1px solid #dc8f90;
  background-color: #ffffff;
}

#shopDetail #price .inner table.type02 td span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.6vw;
  font-weight: 500;
  text-align: center;
  line-height: 1.0em;
  color: #dc8f90;
  margin-top: 5.208333333%;
  display: block;
}

#shopDetail #features {
  width: calc(100% - 55px);
  margin: 0 auto;
}

#shopDetail #features img {
  width: 100%;
}

#shopDetail #features .inner {
  width: 100%;
  margin-top: 7.8125%;
}

#shopDetail #features .inner .left {
  width: 100%;
  margin-bottom: 7.8125%;
}

#shopDetail #features .inner .right {
  width: 100%;
}

#shopDetail #features .inner .left ul li,
#shopDetail #features .inner .right ul li {
  width: 100%;
  margin-bottom: 2.604166666%;
}

#shopDetail #features .inner .left ul li:first-child,
#shopDetail #features .inner .right ul li:first-child {
  margin-bottom: 3.90625%;
}

#shopDetail #features .inner .left ul li:last-child,
#shopDetail #features .inner .right ul li:last-child {
  margin: 0;
}

#shopDetail #features .inner .left ul li strong,
#shopDetail #features .inner .right ul li strong {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.5vw;
  font-weight: 600;
  text-align: center;
  line-height: 1.0em;
  color: #ffffff;
  padding: 0.7em 0;
  border-radius: 7px;
  background-color: #dc8f90;
  display: block;
}

#shopDetail #features .inner .left ul li p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.0vw;
  font-weight: 600;
  text-align: left;
  text-indent: -1.1em;
  line-height: 1.5em;
  color: #666666;
  padding-left: 1.1em;
}

#shopDetail #features .inner .left ul li p span {
  color: #eb4649;
}

#shopDetail #features .inner .right ul li p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.8vw;
  font-weight: 400;
  text-align: justify;
  text-indent: 0;
  line-height: 1.7em;
  color: #333333;
  padding: 0;
}
}

@media screen and (max-width: 374px){
	#shopDetail .contactBox .ttl .small {
		font-size: 14px;
	}
	#shopDetail .contactBox .btns > div {
		max-width: 90%;
	}
	#shopDetail .comBtn a {
		width: 90%;
		font-size: 16px;
	}
}


/**/

.bnrBox {
	padding: 80px 0 80px;
}
.bnrBox .comWidth {
	text-align: center;
}
.bnrBox img {
	margin: 0 auto;
	transition: 0.8s;
}
.bnrBox a:hover img {
	opacity: 0.8;
}

@media screen and (max-width: 768px) {
	.bnrBox {
		padding: 40px 0;
	}
}

.staffWrap {
	display: flex;
	gap: 20px;
	margin-bottom: 20px;
}
.staffName {
	border-bottom: 1px solid #333;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 1.2em;
    font-weight: normal;
}
.redBox {
	background: #FDF2F2;
	padding: 20px;
	margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
	.staffWrap {
		flex-direction: column;
	}
	.redBox {
		padding: 10px;
	}
}
