@charset "utf-8";


/* Body setting
------------------------------------------------------------------------------- */
body {
	color: #000;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	line-height: 1.6;
	font-style: normal;
	overflow-y: auto;
	border-top: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	background: radial-gradient(#669bb5, #00557e);
}

a {
	color: #000;
}

/* style
------------------------------------------------------------------------------- */

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

.effect {
	opacity: 0;
	-webkit-transition: 0.7s ease;
	transition: 0.7s ease;
}

.effect .effect {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

/* PC */
@media screen and (min-width: 1100px) {
	.inner {
		font-size: 18px;
	}

	a {
		-webkit-transition: 0.3s ease;
		transition: 0.3s ease;
	}

	a:hover {
		opacity: 0.7 !important;
	}

	.sp_only {
		display: none;
	}

	/*-------------*/
}

/* SP・タブレット */
@media screen and (max-width: 1099px) {
	.inner {
		width: auto;
		margin: 0 20px;
		font-size: 14px;
	}

	.pc_only {
		display: none;
	}

	/*-------------*/
}


/* content00
------------------------------------------------------------------------------- */
header {
	line-height: 0;
	text-align: center;
}

header #logo {
	position: absolute;
}

header #logo img,
header #key_visual {
	width: 100%;
}


/* PC */
@media screen and (min-width: 1100px) {
	header #logo {
		top: 24px;
		left: 32px;
		width: 240px;
	}
}

/* SP・タブレット*/
@media screen and (max-width: 1099px) {
	header {
		height: auto;
	}

	header img {
		width: 100%;
	}

	header #logo {
		top: 10px;
		left: 10px;
		width: 40px;
	}


}

/* content01
------------------------------------------------------------------------------- */
#content01 {
	text-align: center;
	font-family: "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	background: radial-gradient(circle at center, #fffef5, #f9ecc2, #e8d79a);
}

#content01 .inner {
	padding: 3em 0;
}

#content01 h2 {
	background: radial-gradient(circle at center, #fffef5, #f9ecc2, #e8d79a);
	color: #6a3906;
	font-weight: bold;
	line-height: 1.1;
}

#content01 p {
	margin-bottom: 2em;
}

#content01 p:last-child {
	margin-bottom: 0;
}

#content01 p .point {
	font-weight: bold;
	background: linear-gradient(transparent 60%, #f1df99 0%);
	color: #db5f70;
}

/* PC */
@media screen and (min-width: 1100px) {
	#content01 {
		margin-bottom: 40px;
	}

	#content01 h2 {
		font-size: 24px;
		padding: 16px 0;
	}
}

/* SP・タブレット  */
@media screen and (max-width: 1099px) {
	#content01 {
		margin-bottom: 24px;
	}

	#content01 h2 {
		font-size: 16px;
		padding: 8px 0;
	}

	#content01 p {
		font-size: 13px;
	}

	/*-------------*/
}


/* content02
------------------------------------------------------------------------------- */
#content02 {
	text-align: center;
}

#content02 #schedule p.place {
	text-align: center;
	margin-top: 0;
	margin-bottom: 1em;
	color: #db5f70;
	font-weight: bold;
}

#content02 .sub_wrap {
	background: #fff;
	margin: 0 auto;
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
}

#content02 .sub_wrap h3 {
	font-weight: bold;
	display: inline-block;
	background: url(../img/leaf_l.png) left no-repeat, url(../img/leaf_r.png) right no-repeat;
	background-size: 2em;
	padding: 0 2.5em;
	color: #001856;
}

#content02 .sub_wrap .contents .ico {
	width: 12px;
	margin-right: 0.15rem;
}

#content02 #schedule .venue_wrap {
	border-bottom: 1px dashed #001856;
}

#content02 #schedule .venue_wrap .contents {
	text-align: left;
}

#content02 #schedule .venue_wrap dl {
	display: flex;
}

#content02 #schedule .venue_wrap h4,
#content02 #way .way_wrap h4,
#content02 #way .way_wrap h5,
#content02 #therapist h4 {
	color: #00286c;
	font-weight: bold;
}

#content02 #schedule .venue_wrap h4 {
	margin-bottom: 5px;
}

#content02 #schedule dl dd .map {
	font-size: 90%;
}

#content02 #schedule dl dd .map a {
	text-decoration: none;
}

#content02 #recept .contents .term {
	color: #db5f70;
	font-weight: bold;
}

#content02 #recept .notes,
#content02 #way .notes {
	margin-top: 16px;
}

#content02 #announce p:last-child {
	margin-bottom: 0;
}

#content02 #way .way_wrap ul li {
	display: inline-block;
	background: #e5f7f9;
	position: relative;
}

#content02 #way .way_wrap ul li::before {
	content: "";
	position: absolute;
	z-index: -1;
}

#content02 #way .way_wrap ul li.last_step::before {
	content: none;
}

#content02 #way .way_wrap ul li:nth-of-type(1) {
	z-index: 2;
}

#content02 #way .way_wrap ul li:nth-of-type(2) {
	z-index: 1;
	background: #fff;
}

#content02 #way .way_wrap ul li img {
	width: 60%;
	padding-top: 1em;
}

#content02 #rules ul {
	display: inline-block;
}

#content02 #rules ul li {
	text-align: left;
	padding-bottom: 0.5rem;
}

#content02 #rules ul li:last-child {
	padding-bottom: 0;
}

#content02 .form {
	display: inline-block;
	background-color: #db5f70;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	width: 100%;
	max-width: 480px;
	position: relative;
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
}

#content02 .form::after {
	content: "\003e";
	position: absolute;
	right: 1em;
}

/* PC  */
@media screen and (min-width: 1100px) {
	#content02 {
		padding: 32px 0 80px;
		margin-bottom: 80px;
	}

	#content02 .sub_wrap {
		margin-bottom: 60px;
		padding: 60px;
	}

	#content02 .sub_wrap:last-child {
		margin-bottom: 0;
	}

	#content02 .sub_wrap h3 {
		font-size: 36px;
		margin-bottom: 32px;
	}

	#content02 .sub_wrap h3:before {
		border-width: 25px 0px 25px 15px;
	}

	#content02 .sub_wrap h3:after {
		border-width: 25px 15px 25px 0px;
	}

	#content02 #schedule .venue_wrap .contents {
		padding: 32px 0;
		display: inline-block;
	}

	#content02 #schedule dl dt {
		width: 64px;
	}

	#content02 #schedule dl dd {
		width: 400px;
		position: relative;
	}

	#content02 #schedule dl dd .map {
		position: absolute;
		right: 0;
	}

	#content02 #schedule p {
		margin-top: 32px;
	}

	#content02 #recept .contents .term {
		font-size: 24px;
	}

	#content02 #announce p {
		margin-bottom: 18px;
	}

	#content02 #way .way_wrap:nth-of-type(1) {
		margin-bottom: 48px;
	}

	#content02 #way .way_wrap h4 {
		margin-bottom: 24px;
	}

	#content02 #way .way_wrap ul li {
		width: 33%;
		padding: 24px;
	}

	#content02 #way .way_wrap ul li::before {
		top: calc(50% - 20px);
		right: -20px;
		border-top: 20px solid transparent;
		border-left: 20px solid #e5f7f9;
		border-bottom: 20px solid transparent;
	}

	#content02 #way .way_wrap ul li:nth-of-type(2)::before {
		border-left: 20px solid #fff;
	}

	#content02 .form {
		font-size: 24px;
		padding: 16px 0;
		border-radius: 24px;
	}
}

/* SP  */
@media screen and (max-width: 1099px) {
	#content02 {
		padding: 24px 0 48px;
		/* margin-bottom: 48px; */
	}

	#content02 .sub_wrap {
		margin-bottom: 32px;
		padding: 20px;
	}

	#content02 .sub_wrap:last-child {
		margin-bottom: 0;
	}

	#content02 .sub_wrap h3 {
		font-size: 18px;
		margin-bottom: 1em;
	}

	#content02 .sub_wrap h3:before {
		border-width: 16.3px 0px 16.3px 15px;
	}

	#content02 .sub_wrap h3:after {
		border-width: 16.3px 15px 16.3px 0px;

	}

	#content02 #schedule .venue_wrap .contents {
		padding: 24px 16px;
		display: inline-block;
		min-width: 320px;
	}

	#content02 #schedule .venue_wrap dl:nth-of-type(1) {
		padding-bottom: 8px;
	}

	#content02 #schedule dl dt {
		min-width: 2rem;
	}

	#content02 #schedule dl dd {
		padding-left: 1em;
	}

	#content02 #schedule p {
		margin-top: 24px;
		text-align: left;
	}

	#content02 #recept .term {
		font-size: 16px;
	}

	#content02 #recept .notes,
	#content02 #way .notes {
		text-align: left;
	}

	#content02 #announce p {
		text-align: left;
		margin-bottom: 14px;
	}

	#content02 #way .way_wrap:nth-of-type(1) {
		margin-bottom: 48px;
	}

	#content02 #way .way_wrap h4 {
		margin-bottom: 16px;
	}

	#content02 #way .way_wrap ul li {
		width: 100%;
		padding: 16px;
	}

	#content02 #way .way_wrap ul li::before {
		left: calc(50% - 20px);
		bottom: -10px;
		border-right: 20px solid transparent;
		border-left: 20px solid transparent;
		border-top: 16px solid #e5f7f9;
	}

	#content02 #way .way_wrap ul li:nth-of-type(2)::before {
		border-top: 16px solid #fff;
	}

	#content02 .form {
		font-size: 18px;
		padding: 8px 0;
		border-radius: 16px;
	}
}

/* セラピスト紹介 */
#content02 #therapist h4 {
	text-align: center;
}

#content02 #therapist .region_wrap {
	margin-bottom: 32px;
}

#content02 #therapist .therapist_wrap {
	background-color: #fff;
	text-align: left;
	padding: 16px;
	margin-top: 16px;
	border-radius: 16px;
	font-size: 14px;
}

#content02 #therapist .therapist_wrap dl {
	display: block;
	padding-bottom: 8px;
}

#content02 #therapist .therapist_wrap dl.name {
	border-bottom: 1px dashed #00b3c3;
	border-top: 1px dashed #00b3c3;
	padding-top: 8px;
	margin-bottom: 16px;
	text-align: center;
}

#content02 #therapist .therapist_wrap dl.comment {
	padding-bottom: 0;
}

@media screen and (min-width: 1100px) {
	#content02 #therapist h4 {
		margin-bottom: 16px;
	}

	#content02 #therapist .therapist_wrap {
		display: inline-block;
		width: calc(33% - 16px);
		margin: 8px;
	}

	#content02 #therapist .region_wrap {
		text-align: left;
	}
}


/*-------------*/
/* status
------------------------------------------------------------------------------- */
#status {
	text-align: center;
	background: url(../img/bg_status.jpg) no-repeat;
	background-size: cover;
}

#status h2 {
	color: #6A3906;
	font-family: "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight: bold;
	line-height: 1.1;
	letter-spacing: -2px;
	margin-bottom: 24px;
}

#status h2 img {
	padding-top: 0.5em;
	width: 100%;
	max-width: 800px;
}

#status p:last-child {
	margin-bottom: 0;
}

#status .sub_wrap h3,
#status .benefit_wrap h4 {
	color: #6A3906;
	font-family: "游明朝体";
	font-weight: bold;
}

#status .change {
	max-width: 360px;
	width: 100%;
}

#status .graph,
#status .confirm {
	max-width: 780px;
	width: 100%;
}

#status .rate,
#status .benefit {
	width: 100%;
}

#status .benefit_wrap {
	background: #F0E8D5;
	position: relative;
}

#status .benefit_wrap p {
	margin-bottom: 0;
}

#status .benefit_wrap h4 {
	margin-bottom: 1em;
	font-size: 1.1em;
	border-bottom: 1px solid #be9c59;
	padding-bottom: 0.5em;
}

#status .benefit_wrap h4 span {
	position: absolute;
	background: #6a3906;
	color: #fff;
	font-size: 0.8em;
}

#status .benefit_wrap h4 span::after {
	position: absolute;
	content: '';
	width: 0px;
	height: 0px;
	z-index: 1;
	top: 0;
	right: 0;
	border-color: transparent #F0E8D5 transparent transparent;
	border-style: solid;
}

#status .notes {
	text-align: left;
	font-size: 0.8em;
}

#status .btn {
	display: inline-block;
	background-color: #153163;
	border-radius: 10px;
	color: #fff;
	font-weight: bold;
	padding: 0.5em;
	text-decoration: none;
	width: 250px;
	margin-top: 1em;
	position: relative;
	font-size: 14px;
}

#status .btn::after {
	content: ">";
	color: #fff;
	position: absolute;
	right: 10px;
	font-weight: normal;
}

/* PC */
@media screen and (min-width: 1100px) {
	#status {
		padding: 56px 0;
	}

	#status .status_wrap {
		width: 90vw;
		background: #fff;
		margin: 0 auto;
		padding: 48px 0;
	}

	#status h2 {
		font-size: 32px;
	}

	#status p {
		margin-bottom: 24px;
	}

	#status .sub_wrap {
		margin-top: 48px;
	}

	#status .sub_wrap h3 {
		font-size: 24px;
		margin-bottom: 24px;
	}

	#status .benefit_wrap {
		display: inline-block;
		width: calc(50% - 32px);
		padding: 28px 32px;
		height: 570px;
		margin-top: 0.5em;
	}

	#status .benefit_wrap:first-of-type {
		margin-right: 32px;
		vertical-align: top;
	}

	#status .benefit_wrap p {
		text-align: left;
	}

	#status .benefit_wrap h4 span {
		padding: 4px 32px;
		top: 24px;
		left: -0.5em;
	}

	#status .benefit_wrap h4 span::after {
		border-width: 16.5px 15px 16.5px 0px;
	}

	#status #status_confirm .notes {
		text-align: center;
	}
}

/* SP・タブレット  */
@media screen and (max-width: 1099px) {
	#status {
		padding: 20px 0;
	}

	#status .inner {
		background-color: #fff;
		padding: 32px 20px;
	}

	#status h2 {
		font-size: 24px;
		letter-spacing: -1px;
	}

	#status p {
		margin-bottom: 16px;
		text-align: left;
	}

	#status .sub_wrap {
		margin-top: 32px;
	}

	#status .sub_wrap h3 {
		font-size: 16px;
		padding-bottom: 16px;
	}

	#status .benefit_wrap {
		padding: 20px;
		margin-bottom: 20px;
	}

	#status .benefit_wrap h4 span {
		padding: 2px 16px;
		top: 18px;
		left: -0.5em;
	}

	#status .benefit_wrap h4 span::after {
		border-width: 12px 8px 12px 0px;
	}
}

/* footer
------------------------------------------------------------------------------- */
footer {
	background-color: #153163;
	text-align: center;
}

/* PC  */
@media screen and (min-width: 1100px) {
	footer {
		padding: 30px 0 20px;
	}

	footer p {
		font-size: 18px;
		margin-bottom: 55px;
	}

	#footer-logo {
		margin-bottom: 30px;
	}

	#footer-logo img {
		width: 240px;
	}

	#copyright {
		font-size: 12px;
		color: #ffffff !important;
	}
}

/* SP・タブレット  */
@media screen and (max-width: 1099px) {
	footer {
		padding: 30px 5px 20px;
	}

	footer p {
		font-size: 12px;
		line-height: 2.5;
		margin-bottom: 30px;
		padding: 0 10px;
	}

	#footer-logo {
		margin-bottom: 20px;
	}

	#footer-logo img {
		width: 215px;
	}

	#copyright {
		font-size: 9px;
		color: #ffffff;
	}

	/*-------------*/
}

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