@charset "UTF-8";

.ottl{
	position: relative;
	color: #f4a400;
	padding-left: 40px;
	font-size: 30px;
	margin-bottom: 60px;
}
.ottl::before{
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	background: #f4a400;
	height: 100%;
	width: 10px;
	-webkit-transform : translateY(-50%);
    transform : translateY(-50%);
	border-radius: 90px;
}
.usecbottom{
	margin-bottom: 120px;
}
.under section{
	font-weight: 700;
}

@media only screen and (max-width: 1024px) {}
@media only screen and (max-width: 768px) {
	.ottl {
		padding-left: 25px;
		font-size: 25px;
		margin-bottom: 45px;
	}
	.ottl::before {
		width: 6px;
	}
	.usecbottom {
		margin-bottom: 90px;
	}
}
@media only screen and (max-width: 479px) {
	.ottl {
		padding-left: 15px;
		font-size: 20px;
		margin-bottom: 30px;
	}
	.ottl::before {
		width: 4px;
	}
	.usecbottom {
		margin-bottom: 60px;
	}
}

/* -----------------------------------------------

	 under_mainview

----------------------------------------------- */
.under_mainview {
	margin-bottom: 60px;
	background: #fef4e0;
}
.under_mainview .main_img{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 35vw;
	max-height: 260px;
}
.under_mainview .main_img img {
	width: 160px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.under_mainview .main_img .main_text {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
	width: 100%;
	text-align: center;
	line-height: 1.6;
}
  .under_mainview .main_img .main_text .ttl{
	font-size: 50px;
  }
	@media only screen and (max-width: 1024px) {
		.under_mainview .main_img img {
			width: 130px;
		}
		.under_mainview .main_img .main_text .ttl {
			font-size: 35px;
		}
	  .under_mainview .main_img .main_text .ttl{
		font-size: 38px;
	  }
	}
	@media only screen and (max-width: 768px) {
		.under_mainview .main_img{
			height: 200px;
		}
		.under_mainview .main_img img {
			width: 100px;
		}
	  .under_mainview .main_img .main_text .ttl{
		font-size: 30px;
	  }
	}
	@media only screen and (max-width: 479px) {
		.under_mainview {
			margin-bottom: 60px;
		}
		.under_mainview .main_img {
			height: 160px;
		}
		.under_mainview .main_img img {
			width: 80px;
		}
		.under_mainview .main_img .main_text .ttl{
			font-size: 26px;
	  }
	}



/* -----------------------------------------------

	 flow

----------------------------------------------- */
#flow .flowwrap{
	padding: 0 80px;
}
#flow .flowset {
	gap: 60px;
	font-weight: 700;
	margin-bottom: 120px;
}
#flow .flowset:nth-child(4){
	margin-bottom: 90px;
}
#flow .flowset .stepnum{
	display: inline-block;
	background: #f4a400;
	color: #534741;
	font-weight: 900;
    letter-spacing: 0.25rem;
	padding: 2px 20px;
    border-radius: 15px;
    line-height: 1.5;
    margin-bottom: 20px;
    font-size: 22px;
}
#flow .flowset .ttl{
	color: #f4a400;
	font-size: 30px;
	font-weight: 900;
    margin-bottom: 40px;
}
#flow .flowset .txt02{
	margin-top: 45px;
}
#flow .flowset .note{
	font-size: 16px;
	margin-top: 45px;
}
#flow .flowset .image{
	max-width: 380px;
}

#flow .start-visitmassage {
	position: relative;
	border: solid 4px #534741;
	border-radius: 20px;
	padding: 40px 35px;
	margin-bottom: 120px;
}
#flow .start-visitmassage .httl{
	font-size: 18px;
	background: #534741;
	color: #fff;
	padding: 8px;
	border-radius: 90px;
    max-width: 450px;
	width: 100%;
    text-align: center;
	font-weight: 500;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%); 
}
#flow .essentials-wrap {
	margin-bottom: 20px;
}
#flow .essentials-wrap .ttl{
	font-size: 20px;
	font-weight: 900;
	padding-left: 1em;
    text-indent: -1em;
}
#flow .essentials-wrap .txt{
	font-size: 15.5px;
	margin-bottom: 15px;
	font-weight: 700;
}
#flow .start-visitmassage .lasttxt{
	font-size: 20px;
	font-weight: 700;
}


@media only screen and (max-width: 1024px) {
	#flow .flowwrap {
		padding: 0 60px;
	}
	#flow .flowset .stepnum{
		font-size: 20px;
	}
}
@media only screen and (max-width: 768px) {
	#flow .flowwrap {
		padding: 0;
	}
	#flow .flowset {
		gap: 40px;
		margin-bottom: 90px;
	}
	#flow .flowset .ttl {
		font-size: 25px;
		margin-bottom: 30px;
	}
	#flow .flowset .stepnum {
		margin-bottom: 15px;
		font-size: 16px;
		letter-spacing: 0.15rem;
		padding: 2px 15px;
	}
	#flow .flowset .txt02,
	#flow .flowset .note{
		margin-top: 30px;
	}
	#flow .essentials-wrap .ttl {
		font-size: 18px;
		line-height: 1.3;
	}
	#flow .essentials-wrap .txt {
		font-size: 14px;
	}
	#flow .start-visitmassage .lasttxt {
		font-size: 19px;
	}
	#flow .start-visitmassage {
		margin-bottom: 90px;
	}
}
@media only screen and (max-width: 650px) {
	#flow .flowset{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	#flow .flowset .image {
		max-width: 300px;
		margin: auto;
	}
}
@media only screen and (max-width: 479px) {
	#flow .flowset ,
	#flow .start-visitmassage{
		margin-bottom: 60px;
	}
	#flow .flowset .stepnum{
		font-size: 14px;
	}
	#flow .flowset .ttl {
		font-size: 19px;
		letter-spacing: 0;
		margin-bottom: 20px;
	}
	#flow .start-visitmassage .httl {
		font-size: 15px;
	}
	#flow .start-visitmassage .httl .sp{
		display: block;
	}
	#flow .start-visitmassage {
		border: solid 2px #534741;
		padding: 45px 25px 30px
	}
	#flow .start-visitmassage .lasttxt {
		font-size: 15px;
		line-height: 1.3;
	}
	#flow .start-visitmassage .lasttxt .sp{
		display: block;
	}
	#flow .essentials-wrap .ttl {
		font-size: 16px;
		line-height: 1.3;
		margin-bottom: 5px;
	}
}



/* -----------------------------------------------

	 case

----------------------------------------------- */
#case .casewrap{
	position: relative;
	padding: 50px 30px 30px;
	background: #fff;
	border: solid 3px #736357;
	border-radius: 20px;
	max-width: 960px;
    margin: 0 auto 250px;
}
#case .changeset{
	position: relative;
	gap: 60px;
}
#case .changeset::after{
	content: "";
	display: inline-block;
	width: 85px;
	height: 55px;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	z-index: 1;
	position: absolute;
	top: 55%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#case .casettl{
	text-align: center;
    line-height: 1;
    letter-spacing: 0.25rem;
	min-width: 300px;
	padding: 15px;
	border-radius: 10px;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	background: #736357;
}
#case .casettl span{
	font-size: 26px;
}
#case .changeset .ttl{
	border-radius: 10px;
	margin-bottom: 12px;
	text-align: center;
	width: 100%;
	padding: 10px;
	height: 50px;
	letter-spacing: 0.25rem;
}
#case .changeset .before .ttl{
	background: #c7b299;
	color: #534741;
	font-size: 20px;
}
#case .changeset .after .ttl{
	background: #f4a400;
	color: #fff;
	font-size: 25px;
}
#case .casewrap .txt{
    position: absolute;
    width: calc(100% - 60px);
    top: calc(100% - 15px);
	left: 50%;
	-webkit-transform : translateX(-50%);
    transform : translateX(-50%);
}
.balloon {
	position: relative;
	display: inline-block;
	padding: 50px 20px;
	width: 100%;
	background: #FFF;
	border: solid 5px #f4a400;
	box-sizing: border-box;
	border-radius: 20px;
	font-size: 24px;
	color: #534741;
}

.balloon:before {
	content: "";
	position: absolute;
	bottom: calc(100% - 1px);;
	left: 50%;
    -webkit-transform : translateX(-50%);
    transform : translateX(-50%);
	border: 17px solid transparent;
	border-bottom: 18px solid #FFF;
	z-index: 2;
}
.balloon:after {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 50%;
    -webkit-transform : translateX(-50%);
    transform : translateX(-50%);
	border: 24px solid transparent;
	border-bottom: 25px solid #f4a400;
	z-index: 1;
}

@media only screen and (max-width: 768px) {
	.balloon{
		padding: 40px 10px;
	}
	.balloon p{
		font-size: 18px;
	}
	#case .casewrap .txt {
		width: calc(100% - 30px);
	}
	#case .changeset {
		gap: 40px;
	}
	#case .changeset::after {
		width: 65px;
	}
	#case .changeset .before .ttl{
		font-size: 18px;
	}
	#case .changeset .after .ttl{
		font-size: 22px;
	}
}
@media only screen and (max-width: 650px) {
	#case .usec_case .ottl{
		margin-bottom: 50px;
	}
	.balloon p{
		font-size: 16px;
	}
	.balloon p br{
		display: none;
	}
	#case .casettl {
		width: 95%;
		min-width: auto;
		font-size: 16px;
	}
	#case .casettl span {
		font-size: 22px;
	}
	#case .changeset{
		gap: 60px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	#case .changeset::after{
		top: 50%;
		width: 8vw;
		background-image: url(../images/arrow2.png);
	}
	#case .changeset .ttl{
		height: 40px;
	}
	.balloon {
		padding: 30px 10px;
	}
	.balloon p {
		font-size: 15px;
	}
	#case .casewrap .txt {
		width: calc(100% - 10px);
	}
}

/* -----------------------------------------------

	 info

----------------------------------------------- */
#info .usec_company .itset{
	gap: 90px;
}
#info .usec_company .itset dl{
	font-size: 20px;
	margin-bottom: 30px;
	font-weight: 700;
}
#info .usec_company .itset dt{
	background: #c7b299;
	max-width: 180px;
	width: 100%;
	padding: 5px;
	border-radius: 10px;
	margin-right: 20px;
	text-align: center;
}
#info .usec_company .txts,
#info .usec_company .image{
	width: 50%;
}
#info .usec_company .image{
	position: relative;
	top: -60px;
}
#info .usec_company .image img{
	max-width: 330px;
}

@media only screen and (max-width: 1024px) {
	#info .usec_company .itset {
		gap: 60px;
	}
	#info .usec_company .txts{
		width: calc(100% - 360px);
	}
	#info .usec_company .image{
		max-width: 300px;
		text-align: left;
	}
	#info .usec_company .image img {
		max-width: 250px;
	}
	#info .usec_access iframe{
		height: 450px;
	}
}
@media only screen and (max-width: 768px) {
	#info .usec_company .itset {
		gap: 30px;
	}
	#info .usec_company .itset dl {
		font-size: 18px;
	}
	#info .usec_company .itset dt {
		max-width: 150px;
	}
	#info .usec_company .txts{
		width: calc(100% - 210px);
	}
	#info .usec_company .image{
		max-width: 180px;
		top: 0;
	}
	#info .usec_company .image img{
		max-width: 180px;
	}
	#info .usec_access iframe{
		height: 420px;
	}
}
@media only screen and (max-width: 650px) {
	#info .usec_company .itset{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	#info .usec_company .txts, #info .usec_company .image {
		width: 100%;
	}
}
@media only screen and (max-width: 479px) {
	#info .usec_company .itset dl{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		font-size: 16px;
		margin-bottom: 20px;
	}
	#info .usec_company .itset dt{
		max-width: 100%;
		margin: 0 0 10px;
		text-align: left;
		padding-left: 15px;
	}
	#info .usec_company .image {
		text-align: center;
	}
	#info .usec_company .image img {
		max-width: 120px;
	}
	#info .usec_access iframe{
		height: 300px;
	}
}

/* -----------------------------------------------\
	 practitioner(訪問マッサージ施術者紹介)
----------------------------------------------- */
.practitionerset01 {
	margin-bottom: 60px;
}
.practitioner .txts{
	padding: 0 30px;
}
.practitioner .txts,
.practitioner .image{
	width: 50%;
}
.practitioner .job{
	font-size: 24px;
	padding-left: 90px;
	margin-bottom: 10px;
}
.practitioner .name{
	font-size: 50px;
	margin-bottom: 45px;
}
.practitioner .name rt{
	font-size: 40%;
}
.practitioner .txt{
	font-size: 22px;
}

	@media only screen and (max-width: 1024px) {
	.practitioner .name {
		font-size: 45px;
	}
	.practitioner .txts {
		padding: 0 20px;
	}
	.practitioner .txt {
		font-size: 20px;
	}
	.practitioner .job {
		font-size: 22px;
		padding-left: 60px;
	}
	}
	@media only screen and (max-width: 768px) {
	.practitioner .name {
		font-size: 40px;
		margin-bottom: 30px;
	}
	.practitioner .txt {
		font-size: 18px;
	}
	.practitioner .job {
		font-size: 20px;
		padding-left: 30px;
	}
	}
	@media only screen and (max-width: 650px) {
	.practitionerset{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.practitionerset02{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.practitioner .txts, .practitioner .image {
		width: 100%;
	}
	.practitioner .txts{
		padding: 0;
	}
	.practitioner .image{
		margin-bottom: 10px;
	}
	}
	@media only screen and (max-width: 479px) {
	.practitioner .txt {
		font-size: 16px;
	}
	.practitioner .job {
		font-size: 14px;
		padding-left: 10px;
	}
	.practitioner .name {
		font-size: 30px;
		margin-bottom: 10px;
	}
}





/* -----------------------------------------------

	 price

----------------------------------------------- */
#price .usec_feature .featurewrap{
	gap: 30px;
}
#price .usec_feature .featureset{
	background: #fff;
	border: solid 3px #534741;
	border-radius: 20px;
	width: calc(100% / 2 - 15px);
	gap: 30px;
	height: 180px;
    padding: 30px;
}
#price .usec_feature .featureset .image{
	max-width: 90px;
}
#price .usec_feature .featureset .txt{
	font-size: 24px;
}
#price .usec_onetimefee .otfset {
	font-size: 20px;
	background: #534741;
	border-radius: 90px;
	padding: 10px 12px;
	margin-bottom: 20px;
}
#price .usec_onetimefee .otfset .ttl{
	background: #fff;
	max-width: 250px;
	width: 100%;
	padding: 6px;
    margin-right: 45px;
    border-radius: 90px;
    text-align: center;
    line-height: 1.5;
}
#price .usec_onetimefee .otfset .txt{
	color: #fff;
}

#price .usec_examplefee .efset:first-child{
	margin-bottom: 90px;
}
#price .usec_examplefee .efset{
	max-width: 960px;
	margin: auto;
	position: relative;
	background: #fff;
	border-radius: 25px;
	padding: 45px 20px 20px;
	border: solid 3px #736357;
}
#price .usec_examplefee .efset .httl{
	text-align: center;
	font-size: 22px;
	padding: 0 30px;
	border-radius: 10px;
	color: #fff;
	background: #736357;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}
#price .usec_examplefee .efset01 .httl{
	max-width: 380px;
}
#price .usec_examplefee .efset02 .httl{
	max-width: 530px;
}
#price .usec_examplefee .efset .inner{
	gap: 60px;
	max-width: 780px;
	margin: auto;
}
#price .usec_examplefee .efset .image{
	max-width: 180px;
}
#price .usec_examplefee .efset .txts{
	width: 100%;
}
#price .usec_examplefee .efset dl {
	margin-bottom: 15px;
}
#price .usec_examplefee .efset dl dt{
	font-size: 20px;
	background: #c7b299;
	border-radius: 5px;
	padding: 3px;
	max-width: 150px;
	width: 100%;
	text-align: center;
	margin-right: 20px;
}
#price .usec_examplefee .efset dl dd{
	font-size: 23px;
}
#price .usec_extension .txt{
	font-size: 22px;
}
#price .usec_visit .txt,
#price .usec_visit .txt span{
	font-size: 28px;
}
#price .usec_visit .txt span.plus{
	margin: 0 15px;
}

@media only screen and (max-width: 1024px) {
	#price .usec_feature .featureset {
		height: 170px;
	}
	#price .usec_feature .featureset .image {
		max-width: 70px;
	}
	#price .usec_feature .featureset .txt {
		font-size: 19px;
	}
	#price .usec_onetimefee .otfset {
		font-size: 18px;
	}
	#price .usec_onetimefee .otfset .ttl {
		max-width: 220px;
		margin-right: 30px;
	}
	#price .usec_examplefee .efset .image {
		max-width: 160px;
	}
	#price .usec_examplefee .efset dl dt {
		font-size: 18px;
	}
	#price .usec_examplefee .efset dl dd {
		font-size: 21px;
	}
	#price .usec_extension .txt {
		font-size: 20px;
	}
}
@media only screen and (max-width: 768px) {
	#price .usec_feature .featurewrap {
		gap: 20px;
	}
	#price .usec_feature .featureset {
		height: auto;
		width: 100%;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	#price .usec_feature .featureset .txt {
		font-size: 18px;
	}
	#price .usec_onetimefee .otfset .ttl {
		max-width: 180px;
		margin-right: 15px;
	}
	#price .usec_examplefee .efset .inner {
		gap: 30px;
	}
	#price .usec_examplefee .efset .httl{
		font-size: 20px;
	}
	#price .usec_examplefee .efset .image {
		max-width: 130px;
	}
	#price .usec_examplefee .efset dl dt {
		font-size: 16px;
	}
	#price .usec_examplefee .efset dl dd {
		font-size: 18px;
	}
	#price .usec_extension .txt {
		font-size: 18px;
	}
}
@media only screen and (max-width: 650px) {
	#price .usec_onetimefee .otfset{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 15px 30px;
		border-radius: 30px;
	}
	#price .usec_onetimefee .otfset .ttl{
		margin: 0 0 10px;
	}
	#price .usec_examplefee .efset .inner{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
@media only screen and (max-width: 479px) {
	#price .usec_feature .featureset {
		gap: 10px;
		padding: 20px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	#price .usec_feature .featureset .txt {
		font-size: 15px;
	}
	#price .usec_feature .featureset .image {
		max-width: 50px;
	}
	#price .usec_examplefee .efset .httl {
		padding: 5px 20px;
		font-size: 15px;
		max-width: 250px;
		line-height: 1.3;
	}
	#price .usec_examplefee .efset .httl .sp{
		display: block;
	}
	#price .usec_examplefee .efset .inner {
		gap: 20px;
	}
	#price .usec_examplefee .efset dl{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	#price .usec_examplefee .efset dl dt{
		margin: 0 0 5px;
	}
	#price .usec_examplefee .efset dl dd {
		font-size: 15px;
	}
	#price .usec_extension .txt {
		font-size: 15px;
	}
	#price .usec_visit .txt ,
	#price .usec_visit .txt span{
		font-size: 22px;
	}
	#price .usec_visit .txt {
		line-height: 1.5;
	}
	#price .usec_visit .txt span.total{
		display: block;
		margin-top: 10px;
		line-height: 1;
	}
	#price .usec_visit .txt, #price .usec_visit .txt span{
		font-size: 18px;
	}
	#price .usec_visit .txt span.plus{
		margin: 0 5px;
	}
}
