@charset "UTF-8";
/*----- default -----*/
html {
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
}
img {
	width: 100%;
	border: 0;
	vertical-align: top;
}
body {
	width: 100%;
	max-width: 64.0rem;
	margin: 0 auto;
	line-height: 1.8em;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-size: 1.4rem;
	color: #5c4731;
}
form, input, p, img, ul, ol, li, dt, dd, dl, input, h1, h2, h3, h4, h5, h6, q {
	list-style: none;
	margin: 0;
	padding: 0;
}
img {
	border: 0;
	vertical-align: top;
	width: 100%;
}
form {
	background: none;
	border: none;
}
hr {
	display: none;
}
del {
	text-decoration: none;
}
em {
	font-style: normal;
}
i {
	font-size: smaller;
	font-weight: normal;
	font-style: normal;
}
.clear-fix:after {
	content: "";
	display: table;
}
.clear-fix:after {
	clear: both;
}
.clear-fix {
 *zoom:1;
}
.red {
	color: #ff0000;
}
.line40 {
	line-height: 4.0rem;
}
/*----- cta -----*/
.cta {
	background-color: #ecece2;
}
.cta p {
	padding: 2.0rem 0 1.0rem;
}
.cta p+ul li {
	padding-bottom: 1.5rem;
}
.cta p+ul+ul {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.cta p+ul+ul li {
	display: table-cell;
}

/*----- avic -----*/
.avic {
	margin-bottom: 2.0rem;
}
.avic p {
	padding: 2.0rem 2.0rem 60%;
	background: url(../img/avic_pic.png) no-repeat bottom;
	background-size: contain;
}
.webp .avic p {
	background: url(../img/avic_pic.png.webp) no-repeat bottom;
	background-size: contain;
}
/*----- worry -----*/
#worry ul {
	padding: 2.0rem 0 60%;
	background: url(../img/worry_pic.jpg) no-repeat bottom;
	background-size: contain;
}
.webp #worry ul {
	background: url(../img/worry_pic.jpg.webp) no-repeat bottom;
	background-size: contain;
}
#worry ul li {
	padding: 1.5rem 1.0rem 0;
}
#worry ul li span {
	display: block;
	padding: 0 0 1.5rem 8%;
	border-bottom: 0.1rem dotted #d2d2d2;
	background: url(../img/worry_ic.png) no-repeat left 15%;
	background-size: 100%;
}
#worry ul li:last-child span {
	border-bottom: none;
}
#worry p {
	padding-top: 2.0rem;
}
/*----- feature -----*/
#feature {
	padding-bottom: 2.0rem;
	background-color: #f1f1f1;
}
#feature ol li:nth-child(odd) p {
	padding: 2.0rem 2.0rem 15% 10%;
	background: url(../img/feature_bg1.png) no-repeat bottom;
	background-size: 100%;
}
#feature ol li:nth-child(even) p {
	padding: 2.0rem 10% 15% 2.0rem;
	background: url(../img/feature_bg2.png) no-repeat bottom;
	background-size: 100%;
}
/*----- group -----*/
#group h3 {
	padding: 3.0rem 0 70%;
	background: url(../img/group_pic.jpg) no-repeat bottom;
	background-size: 100%;
}
.webp #group h3 {
	background: url(../img/group_pic.jpg.webp) no-repeat bottom;
	background-size: 100%;
}
#group p {
	padding: 2.0rem;
}
#group h3+p+ul li {
	margin-bottom: 1.0rem;
}
#group h3+p+ul li:last-child {
	margin-bottom: 3.0rem;
}
/*----- program -----*/
#program h3+ul {
	padding: 2.0rem 2.0rem 15%;
	background: url(../img/group_arrow.png) no-repeat center bottom #ecf7dc;
	background-size: 100%;
}
#program h3+ul li {
	margin-bottom: 1.0rem;
}
#program h3+ul li:last-child {
	margin-bottom: 0;
}
#program h3+ul+p {
	padding: 2.0rem 2.0rem 50%;
	background: url(../img/group_staff_pic.png) no-repeat center bottom;
	background-size: 100%;
}
.webp #program h3+ul+p {
	background: url(../img/group_staff_pic.png.webp) no-repeat center bottom;
	background-size: 100%;
}
#program h3+ul+p+p {
	margin: 2.0rem 0;
}
#program .pt1 {
	background-color: #ecf7dc;
}
#program .pt1 p {
	padding: 2.0rem;
}
#program .pt1 li {
	padding-bottom: 2.0rem;
}
#program .pt1 li:last-child {
	padding-bottom: 5.0rem;
}
#program .pt2 {
	padding: 5.0rem 0 2.0rem;
	background-color: #84ccc9;
}
#program .pt2 p:first-child {
	padding-bottom: 2.0rem;
}
#program .pt2 p+p {
	padding: 0 2.0rem 2.0rem;
}
#program .pt2 li {
	padding-bottom: 1.0rem;
}
#program .pt2 li:last-child {
	padding-bottom: 3.0rem;
}
#program .pt2 ul+p {
	padding: 0 2.0rem;
}
/*----- make -----*/
#make h4 {
	padding-top: 1.5rem;
}
#make h4+p {
	padding: 2.0rem;
}
#make h4+p+ol li {
	margin-bottom: 2.0rem;
	padding-bottom: 4%;
	background: url(../img/make_arrow.png) no-repeat bottom;
	background-size: 100%;
}
#make h4+p+ol li:last-child {
	margin-bottom: 4.0rem;
	padding-bottom: 0;
	background: none;
}
#make h4+p+ol li p {
	margin: 0 6.2%;
	padding: 2.0rem;
	background-color: #ecf7dc;
}
/*----- example -----*/
#example ul {
	padding-bottom: 5.0rem;
}
#example li {
	padding-top: 2.0rem;
}
/*----- real -----*/
#real {
	background: url("../img/real_bg.jpg");
	text-align: center;
	padding-bottom: 30px;
}
.good h3 , .good p{
	text-align: center;
	margin: 0 auto;
	width: 60%;
}
.good h3{
	padding-top: 50px;
}

.good p{
	padding-top: 20px;
}
.graph {
	padding-top: 40px;
}
.graph figure {
	margin-bottom: 40px;
}
.real h3{
	padding-top: 10px;
	margin: 0 auto;
	width: 45%;
}
.real p{
	width: 90%;
	margin: 0 auto;
	padding-top: 40px;
}
.voice{
	padding-top: 20px;
}



/*----- therapist -----*/
#therapist {
	padding-bottom: 5.0rem;
	background-color: #ecf7dc;
}
#therapist h3+p {
	padding: 2.0rem 2.0rem 0;
}
#therapist dt {
	padding-top: 2.0rem;
}
#therapist dd {
	margin: 0 6.2%;
	padding: 2.0rem;
	border-bottom: 0.2rem solid #82c616;
	background-color: #fff;
}
#therapist dd p+ul {
	display: none;
}
#therapist dd p+ul li:first-child {
	padding-bottom: 2.0rem;
	border-bottom: 0.1rem dotted #d2d2d2;
}
#therapist dd p+ul li:last-child {
	padding-top: 2.0rem;
}
#therapist dd p+ul li:last-child h4 {
	color: #82c616;
}
/*----- question -----*/
#question dt {
	margin: 2.0rem 0;
	background: url(../img/question_plus.png) no-repeat top right;
	background-size: 100%;
}
#question dt.minus {
	margin: 2.0rem 0;
	background: url(../img/question_minus.png) no-repeat top right;
	background-size: 100%;
}
#question dd {
	display: none;
	margin: 0 2.0rem;
	padding-bottom: 2.0rem;
	border-bottom: 0.2rem dotted #d2d2d2;
}
#question dd:last-child {
	border-bottom: none;
}

/*----- shopinfo -----*/
#shopinfo {
	margin-bottom: 5.0rem;
}
#shopinfo h3 {
	margin-bottom:20px;
}

/*----- form -----*/
#form {
	margin: 0 0 10%;
}
#form iframe {
	width: 100%;
	margin-top: -2.0rem;
}
#form dl {
	padding: 2.0rem;
}
#form dt {
	margin-bottom: 1.0rem;
	font-weight: bold;
	font-size: medium;
	position: relative;
}
#form .required {
	padding-left: 40px;
}
#form .required::after {
	background: #f3522d;
	border-radius: 5px;
	color: #fff;
	content: "必須";
	display: block;
	font-size: 1.2rem;
	padding: 1px 5px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
#form dd {
	margin-bottom: 3.0rem;
}
#form .radio {
	display: flex;
	width: 100%;
}
#form .radio li {
	display: flex;
}
#form .radio input {
	display: none;
}
#form .radio label {
	display: flex;
	margin-right: 1.0rem;
	padding: 1.0rem 0.5rem;
	border: 0.1rem solid #c9c9c9;
	border-radius: 0.5rem;
	background-color: #eee;
	font-size: 4vw;
	text-align: center;
	align-items: center;
	width: 100%;
}
#form .radio input[type="radio"]:checked + label {
	border: 0.1rem solid #c9c9c9;
	background-color: #b6b6b6;
}
#form .day li {
	margin-bottom: 2.0rem;
	font-size: medium;

}
#form .day li select {
	margin-top: 1.0rem;
}
#form .check li {
	margin-left: 2.6rem;
	text-indent: -2.6rem;
	padding-bottom: 1.0rem;
}
#form .check li label {
	vertical-align: top;
}
#form input[type="checkbox"] {
	width: 2.0rem;
	height: 2.0rem;
	margin-right: 0.5rem;
}
#form input[type="text"], #form input[type="email"], #form input[type="tel"], #form select {
	width: 100%;
	padding: 1.0rem;
	font-size: 1.8rem;
	box-sizing: border-box;
}
#form textarea {
	width: 100%;
	height: 10.0rem;
	padding: 1.0rem;
	box-sizing: border-box;
}
.submit {
    margin-top: 30px;
}
#form p.submit input {
	width: 100%;
}
#form ul.submit input {
	width: 100%;
}
#form ul.submit li:last-child {
	margin: 3.0rem 2.0rem 0;
	text-align: center;
}
#form ul.submit li:last-child input {
	width: 50%;
	padding: 1.0rem 2.0rem;
	box-sizing: border-box;
}
#form.thanks .fst-txt {
	padding: 2.0rem;
}
#form.thanks .fst-txt+p {
	margin-top: 2.0rem;
	text-align: center;
}


/*----- shopinfo -----*/
.shopopen {
 	background:#f3522d;
	text-align:center;
	line-height:1.3;
}
#shopinfo {
	padding: 0 0 60px;
	background-color: #ecece2;
}
#shopinfo ul {
}
#shopinfo ul li {
	padding:0 10px;
	text-align: left;
}
#shopinfo ul li{
margin-bottom:2em;
}
#shopinfo ul li p.shopname {
padding:0.3em;
background:#6f9d53;
color:#fff;
font-size:24px;
text-align:center;
}

#shopinfo ul li dt {
padding-top:1.3em;
color:#6f9d53;
font-weight:bold;
}
#shopinfo ul li dd {
margin-left:1em;
}

#shopinfo ul li dd dl {
}
#shopinfo ul li dd dt {
padding-top:0;
color:#5c4731;
font-weight:normal;
}

.consent-wrap {
    width: 90%;
    margin: 0 auto;
}
.consent-text {
    padding: 1%;
    border: solid 1px #AAAAAA;
}
.privacy {
    text-align: right;
    padding-right: 3%;
    padding-bottom: 20px;
}
.required-check {
	padding: 5% 0 0;
    text-align: center;
}

.required-check span {
    margin-left: 1.0rem;
    padding: 3px 7px !important;
    border-radius: 0.5rem;
    background-color: #f3522d;
    color: #fff;
}
.required-check strong {
    padding-left: 10px;
}
.required-check input{
    vertical-align: middle;
}

/*----- 共通 -----*/
.pagetop {
	width: 20%;
	margin: 0 auto;
	padding: 2.0rem 0;
}
#ft ul {
	padding: 2.0rem 1.0rem;
	background-color: #eee;
	text-align: center;
}
#ft ul li {
	display: inline-block;
	white-space: nowrap;
	font-size: x-small;
}
#ft ul li:first-child:after {
	content: "　｜";
}
#ft ul a {
	color: #90816e;
	text-decoration: none;
}
#ft .copy {
	padding: 2.0rem 1.0rem;
	background-color: #82c616;
	color: #fff;
	text-align: center;
	font-size: x-small;
}
#ft .copy a {
	display: block;
	color: #fff;
}