@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#main .contact .btn {
	position: absolute;
	top: 76.2%;
	width: 76.7%;
	left: 11.5%;
}
#main .contact p {
	position: absolute;
	top: 85.4%;
	left: 12%;
	width: 76.7%;
	color: #6c6a6b;
	font-size: 1.8rem;
	text-align: justify;
	letter-spacing: 2px;
}
#shop {
	line-height: 1;
	box-sizing: border-box;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
#shop h2 {
	margin: 0 auto 75px;
	width: 88.2%;
	text-align: center;
	position: relative;
	z-index: 2;
}
#shop h3 {
	text-align: center;
	color: #000;
	font-size: 36px;
	margin-bottom: 40px;
    font-weight: 500;
}
#shop .shop_btn {
	padding-left: 35px;
	padding-right: 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: -62px;
}
#shop .shop_btn li {
	margin-bottom: 20px;
}
#shop .shop_btn li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 22px;
	width: 162px;
	height: 114px;
	color: #ad0e53;
	text-decoration: none;
	border: 2px solid #ad0e53;
	border-radius: 18px;
	text-align: center;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	background: url("../img/index/shop_arrow.png"), #ffffff;
	background-repeat: no-repeat;
	background-position: center bottom 12px;
}
#shop .shop_btn li a:hover {
	color: #fff;
	background-color: #ad0e53;
	background-image: url("../img/index/shop_arrow_w.png");
}
#shop h4 {
	text-align: center;
	margin-top: 100px;
	margin-bottom: 100px;
	color: #ffffff;
	background-color: #ad0e53;
	font-size: 27px;
	font-weight: normal;
	padding: 0.43em;
}
#shop h4 + section:nth-of-type(n + 2) {
	margin-top: 0;
	padding-top: 0px;
	border-top: none;
}
#shop section {
	width: 680px;
	margin-left: auto;
	margin-right: auto;
}
#shop section:nth-of-type(n + 2) {
	margin-top: 100px;
	padding-top: 100px;
	border-top: 1px solid #808080;
}
#shop section h5 {
	text-align: center;
	color: #000;
	font-size: 36px;
	font-weight: normal;
	font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#shop section .map_wrap {
	width: 100%;
	position: relative;
	height: 300px;
	margin-bottom: 45px;
	margin-top: 45px;
}
#shop section .map_wrap iframe {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}
#shop section table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
#shop section table tr {
	border-top: 1px solid #808080;
}
#shop section table tr:last-of-type {
	border-bottom: 1px solid #808080;
}
#shop section table tr:last-of-type td::after {
	content: " ";
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	background-color: #fff;
	left: -10px;
	bottom: -10px;
}
#shop section table tr th {
	font-weight: normal;
	font-size: 22px;
	padding: 0.64em 0.8em;
	line-height: 1.5;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #808080;
	position: relative;
}
#shop section table tr th::after {
	content: " ";
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	background-color: #fff;
	right: -10px;
	top: -10px;
}
#shop section table tr td {
	font-weight: normal;
	font-size: 22px;
	padding: 0.64em 0.8em;
	line-height: 1.5;
	vertical-align: middle;
	position: relative;
}
#shop section .contact_btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 50px;
}
#shop section .contact_btn li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 130px;
}
#shop section .contact_btn li a {
	color: #ffffff;
	width: 326px;
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
	text-decoration: none;
	font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 30px;
}
#shop section .contact_btn li a i {
	margin-bottom: 10px;
	display: block;
}
#shop section .contact_btn li.tel {
	background-image: url("../img/index/tel_bg.png");
}
#shop section .contact_btn li.mail {
	background-image: url("../img/index/mail_bg.png");
}

@media all and (min-width: 751px) {
	.result .photo .btn a:hover {
		opacity: 0.7;
	}
}

#main {
    overflow: hidden;
}
.result {
    margin: -16px -24px 0 -37px;
}
.result .photo {
    position: relative;
    z-index: 1;
}
.result .photo .btn {
    position: absolute;
    left: 50.9%;
    transform: translateX(-50%);
    bottom: 11.9%;
    width: 70.5%;
}
.result .photo p {
    font-size: 2rem;
    color: #42210B;
    position: absolute;
    bottom: 3%;
    width: 69%;
    left: 50%;
    transform: translateX(-50%);
}
.result .pure {
    margin: -72px 24px 0 37px;
    position: relative;
}
.result .pure .textImg {
    position: absolute;
    top: 7.8%;
    left: -0.6%;
    width: 50.5%;
    z-index: 2;
}
.result .pure .pBox {
    position: absolute;
    top: 39.6%;
    width: 51%;
    left: 6.7%;
}
.result .pure .pBox p {
    font-size: 2.5rem;
    color: #603813;
    line-height: 1.6;
    letter-spacing: 0.5px;
}
.result .pure .pBox .ttl {
    padding: 0 0 7px 0;
    margin-bottom: 4px;
    font-size: 3.6rem;
    color: #603813;
    line-height: 1.5;
    border-bottom: 2px solid #754C24;
}
#memory {
    padding: 112px 54px 50px;
    box-sizing: border-box;
    min-height: 2362px;
    background: url("../img/index/bg01.png") no-repeat center top;
    background-size: 100% auto;
}
#memory h2 {
    text-align: center;
    font-size: 2.6rem;
    color: white;
    letter-spacing: 4px;
    font-weight: normal;   
}
#memory h3 {
    line-height: 1.42;
    font-size: 6.8rem;
    color: white;
    font-weight: normal;
    text-align: center;
}
#memory h3 .txtSpan {
    border-bottom: 3px dotted white;
    display: inline-block;
}
#memory h3 .txtSpan span {
    color: #B3738E;
}
.worries {
    margin: 426px 0 0 -9px;
    z-index: 3;
    padding: 87px 40px;
    min-height: 754px;
    box-sizing: border-box;
    position: relative;
    background: url("../img/index/bg06.png") no-repeat center top;
    background-size: cover;
}
.worries .textImg {
    position: absolute;
    top: 5.5%;
    left: 4.2%;
}
.worries .ttl {
    margin-bottom: 14px;
    font-size: 2.7rem;
    color: #603813;
    padding-bottom: 22px;
    letter-spacing: 6px;
    text-align: center;
    background: url("../img/index/line01.png") no-repeat center bottom;
    background-size: 200px auto;
}
.worries .ttl02 {
    margin-bottom: 42px;
    text-align: center;
    font-size: 4.9rem;
    color: #603813;
    line-height: 1.4;
    letter-spacing: -2px;
}
.worries .ttl02 .txtSpan {
    color: #C1272D;
    padding-bottom: 2px;
    background: url("../img/index/line02.png") repeat-x left bottom;
    background-size: auto 26px;
}
.worries .ttl02 .txtSpan02 {
    font-size: 3.3rem;
}
.worries .ulBox {
    margin-bottom: 27px;
    overflow: hidden;
}
.worries .list {
    margin: 0 0px -3px 18px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.worries .list li {
    padding: 14px 30px 18px 0;
    width: 50%;
    min-height: 110px;
    display: flex;
    align-items: center;
    font-size: 3.3rem;
    color: #603813;
    font-weight: 900;
    line-height: 1.15;
    box-sizing: border-box;
    border-bottom: 3px dotted #603813;
    border-right: 3px dotted #603813;
}
.worries .list li:nth-child(2n) {
    border-right: none;
    padding-left: 20px;
}
.worries .list li span {
    padding-left: 60px;
    display: inline-block;
    background: url("../img/index/icon01.png") no-repeat left center;
    background-size: 32px auto;
}
.worries .btmP {
    font-size: 4.1rem;
    color: #603813;
    text-align: center;
}
.worries .arrow {
    position: absolute;
    bottom: 5%;
    left: 0;
    width: 100%;
    text-align: center;
}
#memory .inner {
    margin: -100px -55px 0 -54px;
    position: relative;
    z-index: 2;
}
#memory .inner .pBox {
    width: 37.7%;
    position: absolute;
    top: 30.1%;
    right: 13%;
}
#memory .inner .pBox p {
    text-align: justify;
    color: #603813;
    letter-spacing: 2px;
    line-height: 1.48;
}
#memory .inner .pBox p .red {
    color: #AB0546;
}
#memory .inner .btmP {
    position: absolute;
    bottom: 18.6%;
    left: 1%;
    width: 100%;
    color: #603813;
    text-align: center;
    font-size: 4.1rem;
}
#memory .inner .arrow {
    position: absolute;
    bottom: 13%;
    left: 0;
    width: 100%;
    text-align: center;
}
#muscles {
    margin-top: -55.8%;
    position: relative;
}
#muscles h2 {
    padding-bottom: 36px;
    z-index: 2;
    position: absolute;
    top: 20.7%;
    left: 0;
    width: 100%;
    font-size: 3.2rem;
    text-align: center;
    color: #603813;
    font-weight: normal;
    background: url("../img/index/line01.png") no-repeat center bottom;
    background-size: 200px auto;
}
#muscles .pBox {
    position: absolute;
    top: 51%;
    right: 8%;
    width: 64%;
}
#muscles .pBox .ttl {
    margin-bottom: 21px;
    text-align: center;
}
#muscles .pBox .txt {
    padding: 3px 5px 3px;
    font-size: 2.8rem;
    letter-spacing: 2px;
    color: #603813;
    text-align: center;
    border-bottom: 2px solid #603813;
    border-top: 2px solid #603813;
}
#muscles .pBox .textImg {
    text-align: center;
    margin: -17px -59px 0 36px;
}
#treatment {
    padding: 0 0 87px;
    box-sizing: border-box;
    background: url("../img/index/bg02.png") no-repeat center top -196px;
    background-size: cover;
}
#treatment h2 {
    margin: 0 39px 17px 44px;
}
#treatment .photo {
    margin-bottom: 42px;
}
.comBox {
    margin: 0 50px 35px;
}
.comBox h3 {
    margin: 0 -20px 28px;
    padding-bottom: 27px;
    text-align: center;
    font-size: 3rem;
    color: white;
    font-weight: normal;
    background: url("../img/index/line03.png") no-repeat center bottom;
    background-size: auto 4px;
}
.comBox h3 > span {
    display: block;
    letter-spacing: -6px;
    font-size: 6rem;
}
.comBox h3 .txtSpan {
    font-size: 5rem;
}
.comBox p {
    margin-bottom: 20px;
    line-height: 1.48;
    color: #42210B;
}
.comBox p:last-child {
    margin-bottom: 0;
}
.comBox .txt {
    font-size: 2rem;
    letter-spacing: 1px;
}
.comBox p .white {
    color: white;
}
.comBox p .txtSpan {
    font-size: 2rem;
}
.point {
    margin-bottom: -12%;
    position: relative;
}
.point .pointTtl {
    padding-bottom: 21px;
    font-size: 2.7rem;
    color: #603813;
    text-align: center;
    position: absolute;
    top: 11.7%;
    left: 0;
    width: 100%;
    letter-spacing: 6px;
    background: url("../img/index/line01.png") no-repeat center bottom;
    background-size: auto 3.2px;
}
.point .pointTtl02 {
    position: absolute;
    top: 20%;
    left: 0;
    width: 100%;
    font-size: 4.9rem;
    color: #603813;
    line-height: 1.4;
    text-align: center;
}
.point .pointTtl02 > span {
    letter-spacing: 1px;
    background: url("../img/index/line02.png") repeat-x left bottom 7px;
    background-size: auto 26px;
}
.point .pointTtl02 .txtSpan {
    color: #D4145A;
}
.point .pBox {
    position: absolute;
    top: 39.6%;
    left: 14.4%;
    width: 45%;
}
.point .pBox p {
    line-height: 1.48;
    color: #42210B;
    text-align: justify;
}
.point .pBox .txt {
    font-size: 2rem;
}
#treatment .photo02 {
    margin-bottom: 20px;
}
.whiteArrow {
    text-align: center;
}
#treatment .whiteArrow {
    margin-top: 108px;
}
#method {
    padding-bottom: 83px;
    position: relative;
    z-index: 1;
    background: url("../img/index/bg03.png") no-repeat center top;
    background-size: cover;
}
#method h2 {
    margin-bottom: -5px;
}
#method .comBox h3 {
    margin-bottom: 25px;
}
#method02 .whiteArrow {
    margin-bottom: -166px;
    position: relative;
    top: -8px;
}
#method02 {
    padding-bottom: 85px;
    position: relative;
    z-index: 3;
    background: url("../img/index/bg04.png") no-repeat center top;
    background-size: cover;
}
#method02 h2 {
    margin-bottom: -6px;
}
#method03 {
    padding-bottom: 97px;
    position: relative;
    z-index: 3;
    background: url("../img/index/bg05.png") no-repeat center top;
    background-size: cover;
}
#method03 .whiteArrow {
    margin-bottom: 78px;
    position: relative;
    top: -11px;
}
#method03 h2 {
    margin-bottom: 16px;
}
#flow {
    padding-top: 9px;
    background: url("../img/index/bg07.png") no-repeat center top;
    background-size: 100% auto;
}
#flow h2 {
    margin: 0 26px -165px;
    position: relative;
    z-index: 1;
}
#flow .flowImg {
    position: relative;
}
#flow .flowImg .comBox02 {
    position: absolute;
    top: 14%;
    left: 12%;
    width: 50%;
}
#flow .flowImg .comBox03 {
    left: auto;
    right: 6.5%;
    top: auto;
    bottom: 7.7%;
}
.comBox02 p {
    margin-bottom: 27px;
    text-align: justify;
    color: #603813;
    line-height: 1.48;
}
.comBox02 p:last-child {
    margin-bottom: 0;
}
.comBox02 p .txtSpan {
    font-size: 1.6rem;
}
.comBox02 p .red {
    color: #BE0E53;
}
.comBox02 .ttl {
    margin-bottom: 18px;
    padding-bottom: 20px;
    line-height: 1.5;
    background: url("../img/index/line04.png") no-repeat left bottom;
    background-size: 100% 2px;
}
.comBox02 .ttl .txtSpan02 {
    display: block;
    font-size: 4.5rem;
    color: #BE0E53;
    line-height: 1.3;
}
.comBox02 .txt {
    font-size: 2rem;
    color: #808080;
}
.comBox02 .ttl02 {
    background: none;
    border-bottom: 2px solid #2E301B;
}
.comBox02 .ttl02 .txtSpan02 {
    color: white;
}
.comBox02 p .txtSpan03 {
    letter-spacing: -4px;
}
.comBox02 p .white {
    color: white;
}
.comBox02 p {
    color: #603813;
}
.comBox02 .color {
    color: #2E301B;
}
#flow .flowImg .comBox04 {
    top: 4%;
    left: 6.6%;
}
.comBox04 .ttl .txtSpan02 {
    letter-spacing: -4px;
}
#flow .flowImg .comBox05 {
    bottom: 10.7%;
}
#flow .flowImg .comBox06 .ttl {
    margin-right: -13%;
}
#flow .flowImg .comBox07 {
    top: 6%;
}
#flow .h2Ttl {
    margin-top: -29.5%;
}
#flow .subBox .comBox02 .ttl02 {
    background: none;
    border-bottom: 2px solid white;
}
.comBox02 .ttl03 {
    background: none;
    border-bottom: 2px solid #2E301B;
}
.result02 {
    margin-top: -13px;
}















