@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#shop {
    padding: 71px 0;
	line-height: 1;
	box-sizing: border-box;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
#shop h2 {
    margin-bottom: 60px;
    font-size: 3.6rem;
    text-align: center;
    font-weight: 500;
    letter-spacing: 4px;
}
#shop .shop_btn {
    margin-bottom: -58px;
	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;
}
#shop .shop_btn li {
	margin-bottom: 19px;
}
#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;
    line-height: 1.1;
	color: #ad0e53;
	text-decoration: none;
	border: 2px solid #ad0e53;
	border-radius: 18px;
    letter-spacing: 0;
	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 h3 {
	text-align: center;
	margin-top: 100px;
	margin-bottom: 96px;
	color: #ffffff;
	background-color: #ad0e53;
	font-size: 27px;
	font-weight: normal;
	padding: 0.43em;
}
#shop h3 + 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: 500;
    letter-spacing: -1px;
    font-family: 'Noto Serif JP', serif;
}

#shop section 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 section .map_wrap {
	width: 100%;
	position: relative;
	height: 300px;
	margin-bottom: 48px;
	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.71em;
	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.71em;
	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: 40px;
}
#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: 7px;
	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 (-ms-high-contrast:none) {
	#main .reccomend h2 {
		letter-spacing: -3px;
	}
	#main .method li h3 {
		letter-spacing: -1px;
	}
	#main .method li:nth-child(2) .txtBox01 h3 {
		font-size: 4.4rem;
		letter-spacing: -2px;
	}
	#shop h4 {
		padding: 0.6em 0.5em 0.4em;
	}
	#main .flow li h3 {
		letter-spacing: -3px;
	}
	#main .flow li .txt {
		margin-top: 7px;
	}
}
@media all and (min-width: 751px) {
	.result .photo .btn a:hover {
		opacity: 0.7;
	}
}

#main {
    overflow: hidden;
}
.result {
    margin: -2px -0 0 -0;
    position: relative;
    z-index: 1;
}
.result .photo {
    position: relative;
    z-index: 1;
}
.result .photo .btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 12.3%;
    width: 76%;
}
.result .photo p {
    font-size: 2rem;
    color: #42210B;
    position: absolute;
    bottom: 2.7%;
    width: 76%;
    left: 50%;
    transform: translateX(-50%);
}
.result .pure {
    margin: -35px 0 0 0;
    position: relative;
}
.result .pure .textImg {
    position: absolute;
    top: 11.6%;
    left: 0.4%;
    width: 48.6%;
    z-index: 2;
}
.result .pure .pBox {
    position: absolute;
    top: 33%;
    width: 51%;
    left: 6.7%;
}
.result .pure .pBox p {
    font-size: 2.5rem;
    color: #251E1C;
    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: #251E1C;
    line-height: 1.5;
    border-bottom: 2px solid #754C24;
}
#face {
    min-height: 1759px;
    box-sizing: border-box;
    margin: -50px 0 0;
    padding: 130px 0;
    position: relative;
    background: url("../img/index/bg01.png") no-repeat center top;
    background-size: 100% auto;
}
#face h2 {
    margin-bottom: 40px;
    font-size: 7rem;
    font-weight: normal;
    line-height: 1.4;
}
#face h2 .subSpan {
    display: inline-block;
    text-align: center;
    position: relative;
}
#face h2 .textImg {
    position: absolute;
    top: -34%;
    left: 8%;
    width: 32.3%;
}
#face h2 .txtSpan {
    display: inline-block;
    border-bottom: 3px dotted #251E1C;
}
#face .imgBox {
    margin: 0 43px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 3;
}
#face .imgBox .photo {
    width: 40%;
}
#face .imgBox .photo img {
    width: 100%;
}
#face .imgBox .textBox {
    width: 53%;
    margin-right: 28px;
}
#face .imgBox .textBox p {
    color: #0B0001;
}
#face .imgBox .textBox .ttl {
    margin: 0 0 18px;
    padding: 5px 0;
    font-size: 4.3rem;
    color: white;
    border-bottom: 2px solid #713F33;
    border-top: 2px solid #713F33;
}
#face .imgBox .textBox .ttl span {
    padding: 0 25px;
    display: block;
    background : -moz-linear-gradient(0% 50% 0deg,rgba(113, 63, 51, 1) 0%,rgba(113, 63, 51, 1) 87.67%,rgba(113, 63, 51, 1) 100%);
  background : -webkit-linear-gradient(0deg, rgba(113, 63, 51, 1) 0%, rgba(113, 63, 51, 1) 87.67%, rgba(113, 63, 51, 1) 100%);
  background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(113, 63, 51, 1) ),color-stop(0.8767,rgba(113, 63, 51, 1) ),color-stop(1,rgba(113, 63, 51, 1) ));
  background : -o-linear-gradient(0deg, rgba(113, 63, 51, 1) 0%, rgba(113, 63, 51, 1) 87.67%, rgba(113, 63, 51, 1) 100%);
  background : -ms-linear-gradient(0deg, rgba(113, 63, 51, 1) 0%, rgba(113, 63, 51, 1) 87.67%, rgba(113, 63, 51, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#713F33', endColorstr='#713F33' ,GradientType=0)";
  background : linear-gradient(90deg, rgba(113, 63, 51, 1) 0%, rgba(113, 63, 51, 1) 87.67%, rgba(113, 63, 51, 1) 100%);
}
#face .imgBox02 .photo {
    order: 2;
}
#face .imgBox02 .textBox {
    margin: 0 0 0 24px;
}
#signs {
    margin: -43.2% 0 0;   
    position: relative;
    z-index: 2;
    box-sizing: border-box;
}
#signs .ttl {
    padding-bottom: 26px;
    font-size: 3.1rem;
    color: #0B0001;
    position: absolute;
    top: 23.2%;
    text-align: center;
    width: 60%;
    right: 7%;
    line-height: 1.3;
    background: url("../img/index/line01.png") no-repeat center bottom;
    background-size: auto 3px;
}
#signs .btmP {
    font-size: 6rem;
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0;
    line-height: 1.3;
    bottom: 11.6%;
}
.signs h2 {
    margin: 0 44px 7px 38px;
}

#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;
}
.treatment {
    margin-top: -18.4%;
    box-sizing: border-box;
    position: relative;
}
.treatment .comBox {
    margin: 0;
    position: absolute;
    bottom: 7%;
    left: 50%;
    transform: translateX(-50%);
    width: 87%;
}
.treatment .comBox03 {
    bottom: 10.3%;
}
.treatment .treatmentBox {
    bottom: 9%;
}
.treatment .treatmentBox02 {
    bottom: 8.4%;
}
.comBox {
    margin: 0 50px 35px;
}
.comBox h3 {
    margin: 0 -20px 28px;
    padding-bottom: 37px;
    text-align: center;
    font-size: 3rem;
    color: white;
    letter-spacing: 2px;
    font-weight: normal;
    background: url("../img/index/line02.png") no-repeat center bottom;
    background-size: auto 4px;
}
.comBox .h3Ttl {
    color: #AE8A58;
    background-image: url("../img/index/line03.png");
}
.comBox h3 > span {
    margin-top: 4px;
    display: block;
    letter-spacing: 0;
    font-size: 6rem;
    line-height: 1.15;
}
.comBox h3 .txtSpan {
    font-size: 5rem;
}
.comBox p {
    margin-bottom: 20px;
    line-height: 1.48;
}
.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;
}
.treatment02 {
    margin-top: 0;
}
#flow {
    padding-top: 36px;
    background: url("../img/index/bg03.png") no-repeat center top;
    background-size: 100% auto;
}
#flow h2 {
    margin: 0 59px -207px;
    position: relative;
    z-index: 1;
}
#flow .flowImg {
    position: relative;
}
#flow .flowImg .comBox02 {
    position: absolute;
    top: 21.3%;
    left: 16%;
    width: 45%;
}
#flow .flowImg .comBox03 {
    left: auto;
    right: 11.1%;
    top: auto;
    width: 44%;
    bottom: 9.3%;
}
.comBox02 p {
    margin-bottom: 15px;
    text-align: justify;
    line-height: 1.48;
    font-size: 2.4rem;
}
.comBox02 p:last-child {
    margin-bottom: 0;
}
.comBox02 p .txtSpan {
    font-size: 1.4rem;
}
.comBox02 p .yellow {
    color: #D68A42;
}
.comBox02 .ttl {
    margin-bottom: 16px;
    padding-bottom: 17px;
    line-height: 1.5;
    border-bottom: 2px solid #D68A42;
    letter-spacing: 1px;
}
.comBox02 .ttl .txtSpan02 {
    display: block;
    font-size: 4rem;
    color: #D68A42;
    line-height: 1.3;
}
.comBox02 .ttl .txtSpan02 span {
    display: inline-block;
    margin-right: -100px;
    letter-spacing: -2px;
}
.comBox02 .txt {
    font-size: 1.7rem;
}
.comBox02 .ttl02 {
    background: none;
    border-bottom: 2px solid #fff;
}
.comBox02 .ttl02 .txtSpan02 {
    color: white;
}
.comBox02 p .white {
    color: white;
}
#flow .flowImg .comBox04 {
    top: 1.7%;
    left: 11.6%;
}
#flow .flowImg .comBox05 {
    bottom: 11.5%;
}
#flow .flowImg .comBox07 {
    top: 2%;
}
#flow .flowImg .comBox08 {
    bottom: 16.3%;
}
#flow .flowImg .comBox09 {
    top: 18.5%;
    left: 11%;
    bottom: 8.6%;
}
#flow .flowImg .comBox10 {
    right: 16%;
    bottom: 8.6%;
}
#flow .flowImg .comBox11 {
    top: 2.9%;
    left: 17%;
    width: 41%;
}
#flow .flowImg .comBox12 {
    right: 17%;
    bottom: 12.5%;
}
.comBox02 p .green {
    color: #8DB364 !important;
}
.comBox02 .greenTtl {
    border-color: #8DB364;
}
#flow .h2Ttl {
    margin: -16.7% 58px -218px;
}
#flow .subBox .comBox02 .ttl02 {
    background: none;
    border-bottom: 2px solid white;
}
.comBox02 .ttl03 {
    background: none;
    border-bottom: 2px solid #2E301B;
}
.result02 {
    margin-top: 0;
}


@media all and (-ms-high-contrast:none){
    #face .imgBox .textBox .ttl span {
        padding-top: 8px;
    }
}












