@charset "UTF-8";
/*---------24.10.16原宿店芸能人画像追加-----*/
.talent_content{
	padding: 80px 0px;
	background:#E5E0D3;
}
.talent_content h2.talent_ttl{
	font-size:30px;
	margin-bottom:1.5em;
	font-weight:bold;
	text-align:center;
	color:#333;
}
.talent_content h3.talent_subttl{
	font-size:25px;
	margin-bottom:2em;
	font-weight:bold;
	text-align:center;
	color:#9B8752;
}

.talent_content .talent_item{
	margin:0;
	padding:0;
	display:flex;
	flex-wrap:wrap;
	list-style:none;
}
.talent_content .talent_item li{
	width:calc(100%/3);
	padding:0 15px;
}
.talent_content .talent_item li img{
	width:100%;
	height:auto;
	margin-bottom:1em;
}
.talent_content .talent_item li p.talent_name{
	text-align:center;
	font-size:20px;
	line-height:1.75em;
}

@media screen and (max-width: 760px){
	.talent_content{
	padding: 50px 0px;
	}
	.talent_content h2.talent_ttl{
		font-size:28px;}
	.talent_content .talent_item li{
		width:100%;
		margin-bottom:1.5em;
	}
}
.main_title .wrap{
	position: relative;
	max-width: 1300px;
}
.main_title .title_txt{
	position: absolute;
	top: 0;
	left: 70px;
	bottom: 0;
	width: max-content;
	height: 17em;
	margin: auto;
}
.main_title .title_txt h2{
	margin-bottom: 0.5em;
	font-size: 3.6rem;
	color: #FFF;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 8px;
}
.main_title .title_txt p{
	font-size: 2rem;
	line-height: 1.8em;
	color: #FFF;
}

h3{
	font-size: 4.6rem;
	color: #B3A381;
	font-weight: bold;
	text-align: center;
}
h3+ p{
	margin-bottom: 1em;
	font-size: 2.6rem;
	text-align: center;
}
h3+ p + .sentence{
	margin-bottom: 56px;
}

.about_content{
	position: relative;
	margin: 74px auto 150px;
}
.about_content .btn_txt{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 970px;
	height: 42em;
	margin: auto;
}
.about_content .btn_txt h3{
	color: #FFF;
}
.about_content .btn_txt h3 + p{
	margin-bottom: 3em;
	color: #FFF;
}
.about_content .btn_txt h3 + p + p{
	margin-bottom: 1em;
	font-size: 2.4rem;
	color: #FFF;
	text-align: center;
	line-height: 2;
}
.about_content .btn_txt .sentence{
	width: 90%;
	margin: auto;
}
.about_content .btn_txt .sentence p{
	color: #FFF;
}

.repair_menu{
	padding: 88px 0 150px;
	background: url(../img/common/bg01.png);
}
.repair_menu h3{
	margin-bottom: 0.2em;
}
.repair_menu h3 + p{
	margin-bottom: 2em;
	font-size: 2.2rem;
}
.repair_menu div.sentence{
	width: 970px;
	margin: 0 auto 30px;
}
.repair_menu .repair_menu_content{
	padding: 70px 0;
}
.repair_menu .repair_menu_content:last-child{
	padding: 70px 0 0;
}
.repair_menu .image_area{
	width: 50%;
}
.repair_menu .image_area .flex{
	margin-top: 5%;
}
.repair_menu .image_area .flex p{
	width: 48%;
}
.repair_menu .content{
	width: 50%;
	padding: 3% 7% 0;
}
.repair_menu .content p.en{
	position: relative;
	margin-bottom: 3em;
	padding-left: 96px;
	font-size: 2.3rem;
	color: #B3A381;
	text-align: left;
	letter-spacing: 2px;
}
.repair_menu .content p.en:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 66px;
	height: 66px;
	margin: auto;
}
.repair_menu .content p.en.one:before{
	background: url(../img/common/number02_01.png) no-repeat center center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
.repair_menu .content p.en.two:before{
	background: url(../img/common/number02_02.png) no-repeat center center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
.repair_menu .content p.en.three:before{
	background: url(../img/common/number02_03.png) no-repeat center center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
.repair_menu .content p.en.four:before{
	background: url(../img/common/number02_04.png) no-repeat center center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
.repair_menu .content p.en.five:before{
	background: url(../img/common/number02_05.png) no-repeat center center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
.repair_menu .content p.en.six:before{
	background: url(../img/common/number02_06.png) no-repeat center center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
.repair_menu .content p.en + h3{
	margin-bottom: 2em;
	font-size: 2.6rem;
	color: #321F12;
	font-weight: normal;
	text-align: left;
}
.repair_menu .content p.en + h3 + div.sentence{
	width: 100%;
	margin-bottom: 5em;
}
.repair_menu .content p.en + h3 + div.sentence.mb100{
	margin-bottom: 100px;
}
.repair_menu table{
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
	border-spacing: 0;
}
.repair_menu table th,
.repair_menu table td{
	padding: 1em;
	font-size: 1.8rem;
	text-align: center;
	line-height: 1;
	font-family: 'Noto Sans JP', sans-serif;
}
.repair_menu table td .taxin{
	font-size: 1.2rem;
	display: block;
	padding-top: 5px;
}
.repair_menu table th{
	width: 60%;
	color: #FFF;
	background: #B3A381;
}
.repair_menu table tr th.blown{
	background: #a09173;
}
.repair_menu table td{
	width: 40%;
	background: rgba(255, 255, 255, 0.2);
}
.repair_menu table tr td.white{
	background: rgba(255, 255, 255, 0.7);
}
.repair_menu table + div.sentence{
	width: 100%;
	margin: 30px auto 0;
}
.repair_menu table + div.sentence p{
	font-size: 1.2rem;
}
.repair_menu p.fss{
	font-size: 1.2rem;
	letter-spacing: 0;
}
.repair_menu .flex + p.fss{
	max-width: 1108px;
	margin: 2em auto 0;
}
.repair_menu h4{
	margin: 2em 0 1em;
	font-size: 1.8rem;
	letter-spacing: 1px;
}
.repair_menu h4 span{
	font-size: 1.4rem;
}
.repair_menu table + p.fss{
	margin-top: 2em;
}

.contact{
	padding: 150px 0;
}
.contact .box01{
	padding: 10px;
	border: 1px solid #B3A381;
}
.contact .contact_btn{
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-align-items: center;
	        align-items: center;
	-webkit-justify-content: center;
	        justify-content: center;
	width: 100%;
	height: 334px;
	background: #B3A381;
}
.contact .contact_btn h3{
	color: #FFF;
}
.contact .contact_btn p{
	margin-bottom: 1em;
	color: #FFF;
	text-align: center;
}
.contact .contact_btn .sentence{
	margin-bottom: 2em;
}
.contact .contact_btn .sentence p{
	margin-bottom: 0;
}
.contact .contact_btn .btn_contact a{
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	        justify-content: center;
	width: 534px;
	height: 2.5em;
	font-size: 1.6rem;
	color: #fff;
	border: 1px solid #fff;
}
.ie .contact .contact_btn .btn_contact a{
	padding-top: 7px;
}
.contact .contact_btn .btn_contact a:after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 1.5em;
	bottom: 0;
	width: 1em;
	height: 1em;
	margin: auto;
	background: url(../img/common/icob_arrow_right_white.png) no-repeat center center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

.voice{
	padding: 90px 0 122px;
	background: url(../img/common/bg01.png);
}
.voice .wrap{
	width: 1000px;
}
.voice h3 + p{
	margin-bottom: 3em;
	font-size: 2.2rem;
}
.voice .left{
	width: 20%;
}
.voice .left .gold_box{
	padding: 5%;
	margin-bottom: 40px;
	border: 2px solid #B3A381;
}
.voice .left .gold_box p{
	font-size: 1.8rem;
	color: #B3A381;
	text-align: center;
}
.voice .left .gold_box p.en{
	font-size: 1.2rem;
}
.voice .left .image{
	margin-bottom: 8px;
}
.voice .left .image + p{
	font-size: 1.2rem;
	text-align: center;
	letter-spacing: 1px;
	font-family: 'Noto Sans JP', sans-serif;
}
.voice .right{
	width: 76%;
}
.voice .right h4{
	margin-bottom: 28px;
	font-size: 2rem;
	line-height: 1.8;
	letter-spacing: 0;
}

.service{
	padding: 200px 0 75px;
}
.service h3{
	margin-bottom: 80px;
}
.service .content_top{
	margin-bottom: 5%;
}
.service .content_top > p{
	width: 50%;
}
.service .content_top .content_txt{
	width: 50%;
	padding: 5% 7%;
}
.service .content_top .content_txt h4{
	margin-bottom: 0.2em;
	font-size: 4.6rem;
	color: #B3A381;
}
.service .content_top .content_txt h4 + p{
	margin-bottom: 1em;
	font-size: 2.6rem;
}
.service .content_bottom .contents{
	width: 50%;
}
.service .content_bottom .contents .content_txt{
	padding: 5% 15% 0 9%;
}
.service .content_bottom .contents .content_txt h4{
	margin-bottom: 0.2em;
	font-size: 3rem;
	color: #B3A381;
}
.service .content_bottom .contents .content_txt h4 + p{
	margin-bottom: 1em;
	font-size: 2.6rem;
}

.btn_area{
	padding: 75px 0 150px;
}
.btn_area a{
	display: block;
}
.btn_area .btn01{
	position: relative;
	width: 48%;
}
.btn_area .btn01 .btn_txt{
	position: absolute;
	left: 36px;
	bottom: 32px;
	width: 85%;
	height: 28em;
}
.btn_area .btn_txt .en{
	font-size: 3.9rem;
	color: #FFF;
}
.btn_area .btn_txt .en + p{
	margin-bottom: 0.5em;
	font-size: 2.6rem;
	color: #FFF;
}
.btn_area .btn_txt .en + p + p{
	font-size: 1.8rem;
	color: #FFF;
}
.btn_area .btn01 + div{
	width: 48%;
}
.btn_area .btn02{
	position: relative;
}
.btn_area .btn02 .btn_txt{
	position: absolute;
	top: 0;
	left: 34px;
	bottom: 0;
	width: max-content;
	height: 15em;
	margin: auto;
}

@media screen and (max-width: 760px){
	.main_title .title_txt{
		right: 0;
		left: 0;
		width: 100%;
		height: 6em;
	}
	.main_title .title_txt h2{
		font-size: 1.6rem;
		text-align: center;
	}
	.main_title .title_txt p{
		font-size: 1rem;
		text-align: center;
		padding-top:35px;
	}

	h3{
		font-size: 1.6rem;
	}
	h3+ p{
		font-size: 1.2rem;
	}
	h3+ p + .sentence{
		margin-bottom: 5%;
	}

	.about_content{
		margin: 10% auto;
	}
	.about_content .btn_txt{
		position: initial;
		width: 100%;
		height: auto;
		margin: 5% 0;
	}
	.about_content .btn_txt h3{
		color: #321f12;
	}
	.about_content .btn_txt h3 + p{
		margin-bottom: 1em;
		color: #321f12;
	}
	.about_content .btn_txt h3 + p + p{
		margin-bottom: 0.5em;
		font-size: 1.4rem;
		color: #321f12;
		text-align: left;
		line-height: 2;
	}
	.about_content .btn_txt h3 + p + p br{
		display: none;
	}
	.about_content .btn_txt .sentence p{
		color: #321f12;
	}

	.repair_menu{
		padding: 10% 0;
	}
	.repair_menu h3{
		margin-bottom: 0;
	}
	.repair_menu h3 + p{
		margin-bottom: 1em;
		font-size: 1.2rem;
	}
	.repair_menu div.sentence{
		width: 100%;
		margin: 0 auto;
	}
	.repair_menu .repair_menu_content{
		padding: 5% 0;
	}
	.repair_menu .repair_menu_content:last-child{
		padding: 5% 0 0;
	}
	.repair_menu .repair_menu_content .flex{
		display: block;
		margin-bottom: 5%;
	}
	.repair_menu .image_area{
		width: 100%;
		margin-bottom: 5%;
	}
	.repair_menu .image_area .flex{	
		display: flex;
		display: -webkit-flex;
		display: -ms-flex;
	}
	.repair_menu .content{
		width: 100%;
		padding: 0 2.5%;
	}
	.repair_menu .content p.en{
		margin-bottom: 1em;
		padding-left: 3.5em;
		font-size: 1.2rem;
	}
	.repair_menu .content p.en:before{
		width: 2.5em;
		height: 2.5em;;
	}
	.repair_menu .content p.en.one:before{
		background: url(../img/common/number02_01_sp.png) no-repeat center center;
		-webkit-background-size: cover;
		     -o-background-size: cover;
		        background-size: cover;
	}
	.repair_menu .content p.en.two:before{
		background: url(../img/common/number02_02_sp.png) no-repeat center center;
		-webkit-background-size: cover;
		     -o-background-size: cover;
		        background-size: cover;
	}
	.repair_menu .content p.en.three:before{
		background: url(../img/common/number02_03_sp.png) no-repeat center center;
		-webkit-background-size: cover;
		     -o-background-size: cover;
		        background-size: cover;
	}
	.repair_menu .content p.en.four:before{
		background: url(../img/common/number02_04_sp.png) no-repeat center center;
		-webkit-background-size: cover;
		     -o-background-size: cover;
		        background-size: cover;
	}
	.repair_menu .content p.en.five:before{
		background: url(../img/common/number02_05_sp.png) no-repeat center center;
		-webkit-background-size: cover;
		     -o-background-size: cover;
		        background-size: cover;
	}
	.repair_menu .content p.en.six:before{
		background: url(../img/common/number02_06_sp.png) no-repeat center center;
		-webkit-background-size: cover;
		     -o-background-size: cover;
		        background-size: cover;
	}
	.repair_menu .content p.en + h3{
		margin-bottom: 1em;
		font-size: 1.6rem;
	}
	.repair_menu .content p.en + h3 + div.sentence{
		margin-bottom: 5%;
	}
	.repair_menu .content p.en + h3 + div.sentence.mb100{
		margin-bottom: 5%;
	}
	.repair_menu table th,
	.repair_menu table td{
		padding: 1em;
		font-size: 1.2rem;
	}
	.repair_menu table td .taxin{
		font-size: 1.0rem;
	}
	.repair_menu table th{
		width: 40%;
	}
	.repair_menu table td{
		width: 60%;
	}
	.repair_menu table + div.sentence{
		margin: 5% auto 0;
	}
	.repair_menu table + div.sentence p{
		font-size: 1rem;
	}
	.repair_menu p.fss{
		font-size: 1rem;
	}
	.repair_menu .flex + p.fss{
		width: 100%;
		margin: 0 auto;
	}
	.repair_menu h4{
		margin: 1em 0;
		font-size: 1.4rem;
		letter-spacing: 1px;
	}
	.repair_menu h4 span{
		display: block;
		font-size: 1rem;
	}
	.repair_menu table + p.fss{
		margin-top: 2em;
	}

	.contact{
		padding: 10% 0;
	}

	.contact .box01{
		padding: 2%;
	}
	.contact .contact_btn{
		height: auto;
		padding: 5%;
	}
	.contact .contact_btn p{
		margin-bottom: 0.5em;
	}
	.contact .contact_btn .sentence{
		margin-bottom: 1em;
	}
	.contact .contact_btn .sentence p{
		font-size: 1rem;
		text-align: left;
	}
	.contact .contact_btn .btn_contact{
		width: 100%;
	}
	.contact .contact_btn .btn_contact a{
		width: 100%;
		font-size: 1.2rem;
	}

	.voice{
		padding: 10% 0;
	}
	.voice .wrap{
		width: 95%;
	}
	.voice h3 + p{
		margin-bottom: 2em;
		font-size: 1.4rem;
	}
	.voice .flex{
		display: block;
	}
	.voice .left{
		width: 100%;
	}
	.voice .left .gold_box{
		padding: 3%;
		margin-bottom: 3%;
	}
	.voice .left .gold_box p{
		font-size: 1.4rem;
	}
	.voice .left .gold_box p.en{
		font-size: 1rem;
	}
	.voice .left .image{
		width: 50%;
		margin: 0 auto 2%;
	}
	.voice .left .image + p{
		font-size: 1rem;
	}
	.voice .right{
		width: 100%;
	}
	.voice .right h4{
		margin-bottom: 3%;
		font-size: 1.6rem;
	}

	.service{
		padding: 10% 0 0;
	}
	.service h3{
		width: 60%;
		margin: 0 auto 5%;
	}
	.service .content_top{
		display: block;
		margin-bottom: 5%;
	}
	.service .content_top > p{
		width: 100%;
		margin-bottom: 5%;
	}
	.service .content_top .content_txt{
		width: 100%;
		padding: 0 2.5%;
	}
	.service .content_top .content_txt h4{
		margin-bottom: 0;
		font-size: 2rem;
		letter-spacing: 2px;
	}
	.service .content_top .content_txt h4 + p{
		margin-bottom: 0.5em;
		font-size: 1.6rem;
	}
	.service .content_bottom{
		display: block;
	}
	.service .content_bottom .contents{
		width: 100%;
	}
	.service .content_bottom .contents .content_txt{
		padding: 0 2.5%;
	}
	.service .content_bottom .contents .content_txt h4{
		margin-bottom: 0;
		font-size: 2rem;
		letter-spacing: 2px;
	}
	.service .content_bottom .contents .content_txt h4 + p{
		margin-bottom: 0.5em;
		font-size: 1.6rem;
	}

	.btn_area{
		padding: 10% 0 20%;
	}
	.btn_area .flex{
		display: block;
	}
	.btn_area .btn01{
		width: 100%;
		margin-bottom: 3%;
	}
	.btn_area .btn01 .btn_txt{
		left: 5%;
		bottom: 5%;
		width: 90%;
		height: 14em;
	}
	.btn_area .btn_txt .en{
		font-size: 1.8rem;
	}
	.btn_area .btn_txt .en + p{
		font-size: 1.4rem;
	}
	.btn_area .btn_txt .en + p + p{
		font-size: 1rem;
	}
	.btn_area .btn01 + div{
		width: 100%;
	}
	.btn_area .btn02 .btn_txt{
		left: 5%;
		height: 7.5em;
	}
	.btn_area .btn02{
		margin-bottom: 3%;
	}
	.btn_area .btn02:last-child{
		margin-bottom: 0;
	}
}
/*------------------230809原宿LP用追加-----------------------------------------------------------------------------*/
body.jewelry-harajuku .ofi{
	object-fit: cover;
font-family: 'object-fit: cover;'; /* IE対策 */
	width: 100%;
    height: 240px;
}
body.jewelry-harajuku .bnr_content {
    padding: 88px 0 150px;
    
}
body.jewelry-harajuku .bnr_content .image{
    width:80%;
	margin-left:auto;
	margin-right:auto;
    
}
body.jewelry-harajuku .bnr_content .image img{
    width:100%;
	
    
}
 div.jewelry-harajuku-desc {
	width:60%;
	padding-right:15px;
	font-size:14px;
	line-height:2;
	 margin:30px auto 0;
}
body.jewelry-harajuku .result {
    padding: 90px 0 100px;
}
body.jewelry-harajuku .result h3 {
    margin-bottom: 16px;
    font-size: 4.6rem;
    color: #B3A381;
    font-weight: bold;
    text-align: center;
    background: none;
}
body.jewelry-harajuku .result h3 + p {
    margin-bottom: 60px;
}
body.jewelry-harajuku .result h3 + p {
    margin-bottom: 60px;
    font-size: 2.2rem;
    text-align: center;
}
body.jewelry-harajuku .result h3 + p + .sentence {
    margin-bottom: 5%;
}
	body.jewelry-harajuku .result h3 + p + .sentence p {
    text-align: center;
}
body.jewelry-harajuku .result .content {
    width: calc(100%/4);
    margin-bottom: 5%;
	padding:0 10px;
}
body.jewelry-harajuku .result .image {
    width: 100%;
}
body.jewelry-harajuku .result .content_in {
    width: 100%;
    padding: 15px 2%;
}
body.jewelry-harajuku .result .content_in dl{
    display:flex;
	flex-wrap:wrap;
	border-bottom:2px solid #B3A381;
	padding-top:10px;
	padding-bottom:10px;
}

	body.jewelry-harajuku .result .content_in dl:first-child{
	height:6rem;
	}
body.jewelry-harajuku .result .content_in dl dt{
	font-size: 1.3rem;
	color: #B3A381;
	width:35%;
	line-height:1.5;
}
body.jewelry-harajuku .result .content_in dl dd{
	width:65%;
	font-size: 1.3rem;
	line-height:1.5;
}
body.jewelry-harajuku .contact {
    padding: 86px 0 150px;
}
body.jewelry-harajuku .box01 {
    width: 100%;
    padding: 8px;
    border: 1px solid #B3A381;
}
body.jewelry-harajuku .contact .box01 {
    width: 932px;
    margin: auto;
}body.jewelry-harajuku .box_in {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    border: 1px solid #B3A381;
}
body.jewelry-harajuku .contact .box_in {
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    height: 254px;
}

body.jewelry-harajuku .contact .box_in p.mb2em {
    margin-bottom: 2em;
}
body.jewelry-harajuku 
.contact .box_in p {
    font-size: 2rem;
    text-align: center;
}
body.jewelry-harajuku .box_in p.tel_number {
    font-size: 4.6rem;
    color: #B3A381;
}
body.jewelry-harajuku .contact .box_in p {
    font-size: 2rem;
    text-align: center;
}
body.jewelry-harajuku .contact .box_in p.tel_number + p {
    margin-left: 0.5em;
    font-size: 4.6rem;
    color: #B3A381;
}
body.jewelry-harajuku .line-box02 {
    width: 65%;
    margin: 30px auto 0;
	background:#000;
	padding:30px;
}
body.jewelry-harajuku .line-box01 {
	background:#000;
	padding:20px;
}
body.jewelry-harajuku .message {
    padding: 88px 0 100px;
}
body.jewelry-harajuku .message h3 {
    font-size: 4.6rem;
    color: #B3A381;
    font-weight: bold;
    text-align: center;
    background: none;
	margin-bottom: 2em;
}
body.jewelry-harajuku .message h3+ p {
    margin-bottom: 3em;
    font-size: 2.2rem;
    text-align: center;
}
body.jewelry-harajuku .message .image_area {
    width: 50%;
}
body.jewelry-harajuku .message .image_area p {
    padding: 0 0 0 1em;
    font-size: 1.6rem;
    letter-spacing: 1px;
}
body.jewelry-harajuku .message .image_area p:first-child {
    padding: 0;
    margin-bottom: 3%;
}


body.jewelry-harajuku .message .sentence {
    width: 50%;
    padding: 3% 7%;
}

body.jewelry-harajuku .info {
    padding: 30px 0;
}
body.jewelry-harajuku .info .photo {
    width: 50%;
}
body.jewelry-harajuku .info .contents {
    width: 50%;
    padding: 0 0 0 5%;
	align-self: center;
}
body.jewelry-harajuku .info .contents h3 {
    padding-left: 3%;
    font-size: 2.6rem;
    background: none;
}
body.jewelry-harajuku .info .contents dl {
    padding-left: 3%;
    margin-bottom: 5%;
}
body.jewelry-harajuku .info .contents dl dt {
    position: absolute;
    font-size: 1.8rem;
    color: #B3A381;
    line-height: 2;
    letter-spacing: 1px;
    font-family: 'Noto Sans JP', sans-serif;
}
body.jewelry-harajuku .info .contents dl dd {
    padding-left: 6em;
    font-size: 1.8rem;
    line-height: 2;
    letter-spacing: 1px;
    font-family: 'Noto Sans JP', sans-serif;
}
body.jewelry-harajuku .addlinebtn_wrap.box01 {
    margin-bottom: 10px;
}
body.jewelry-harajuku .info .contents .box_in.addlinebtn {
    height: 67.5px;
    padding: 0 3.5% 0 3.5%;
}
body.jewelry-harajuku .info .box_in p.tel_number {
    letter-spacing: 0.1em;
}
.box_in p.tel_number {
    font-size: 4.6rem;
    color: #B3A381;
}
body.jewelry-harajuku .map {
    padding: 40px 0;
}
body.jewelry-harajuku .map iframe {
    width: 100%;
    height: 350px;
    margin-bottom: 1%;
}
body.jewelry-harajuku .map p a {
    display: block;
    float: right;
    font-size: 1.4rem;
    text-align: right;
    text-decoration: underline;
    font-family: 'Noto Sans JP', sans-serif;
}
body.jewelry-harajuku .gallery {
    padding-bottom: 80px;
}
body.jewelry-harajuku .gallery .flex div {
    width: calc(100%/4 - 9px);
	margin-left:12px;
}
body.jewelry-harajuku .gallery .flex div:first-child {
	margin-left:0px;
}
body.jewelry-harajuku .gallery p {
    font-size: 1.8rem;
    text-align: center;
}
body.jewelry-harajuku .gallery p:first-child {
    margin-bottom: 2%;
}
body.jewelry-harajuku .contact p.text-line img{
		width:100%;
		height:auto;
		margin-bottom:10px;
	}

	body.jewelry-harajuku #info p.text-line img{
		width:100%;
		height:auto;
		margin-bottom:10px;
	}

body.jewelry-harajuku .strength{
	padding: 100px 0 150px;
	background: url(../img/common/bg01.png);
}
body.jewelry-harajuku .strength .strength_in{
	margin-bottom: 50px;
}
body.jewelry-harajuku .strength .strength_in .image{
	width: 50%;
}
body.jewelry-harajuku .strength .strength_in .content{
	width: 50%;
	padding: 5% 7% 0;
}

body.jewelry-harajuku .strength .strength_in .content.btype{
	width: 50%;
	padding: 5% 7% 0 0;
}
body.jewelry-harajuku .strength .strength_in .content .number{
	position: relative;
	padding-left: 80px;
	margin-bottom: 40px;
	font-size: 2rem;
	color: #b3a381;
	letter-spacing: 3px;
}
body.jewelry-harajuku .strength .strength_in .content .number:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 66px;
	height: 66px;
	margin: auto;
}
body.jewelry-harajuku .strength .strength_in .content .number.one:before{
	background: url(../img/common/number01_01.png) no-repeat center center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
body.jewelry-harajuku .strength .strength_in .content .number.two:before{
	background: url(../img/common/number01_02.png) no-repeat center center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
body.jewelry-harajuku .strength .strength_in .content .number.three:before{
	background: url(../img/common/number01_03.png) no-repeat center center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

body.jewelry-harajuku .strength .strength_in .content .number.four:before{
	background: url(../img/common/number01_04.png) no-repeat center center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
body.jewelry-harajuku .strength .strength_in .content h4{
	margin-bottom: 1em;
	font-size: 3.2rem;
	line-height: 2;
	letter-spacing: 1px;
}
body.jewelry-harajuku .strength .double_frame_area{
	margin-bottom: 72px;
}
body.jewelry-harajuku .strength .double_frame_area .double_frame{
	width: 49%;
	padding: 8px;
	border: 1px solid #B3A381;
}
body.jewelry-harajuku .strength .double_frame_area .double_frame .double_frame_in{
	border: 1px solid #B3A381;	
}
body.jewelry-harajuku .strength .double_frame_area .double_frame .double_frame_in .sentence{
	width: 70%;
	margin: 0 3%;
}
body.jewelry-harajuku .strength .double_frame_area .double_frame .double_frame_in .sentence p.fsl{
	font-size: 1.8rem;
}
body.jewelry-harajuku .strength .btn_area .btn{
	position: relative;
	width: 25%;
}
body.jewelry-harajuku .strength .btn_area a{
	display: block;
}
body.jewelry-harajuku .strength .btn_area .btn .btn_txt{
	position: absolute;
	left: 25px;
	bottom: 15px;
	width: max-content;
	height: 11em;
	margin: auto;
}
body.jewelry-harajuku .strength .btn_area .btn:first-child .btn_txt{
	height: 8em;
}
body.jewelry-harajuku .strength .btn_area .btn_txt p{
	font-size: 2.6rem;
	color: #FFF;
}
body.jewelry-harajuku .strength .btn_area .btn .btn_txt p:first-child{
	font-size: 2.3rem;
}
body.jewelry-harajuku .strength .btn_area .btn2{
	position: relative;
	width: 100%;
}
body.jewelry-harajuku .strength .btn_area .btn2 .btn_txt{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: max-content;
	height: 11em;
	margin: auto;
}
body.jewelry-harajuku .strength .btn_area .btn2 .btn_txt p{
	text-align: center;
}
body.jewelry-harajuku .strength .btn_area .btn2 .btn_txt p:first-child{
	font-size: 4.6rem;
}
body.jewelry-harajuku .flow#flow{
	padding:50px 0 ;
}

body.jewelry-harajuku .flow h3,body.jewelry-harajuku .faq h3 {
    margin-bottom: 16px;
    font-size: 4.6rem;
    color: #B3A381;
    font-weight: bold;
    text-align: center;
    background: none;
}
body.jewelry-harajuku .flow .flow-step{
	display:flex;
	flex-wrap:wrap;
	list-style:none;
	padding:0;
	margin:0;
}
body.jewelry-harajuku .flow .flow-step li{
	width:calc(100%/5);
	padding:0 15px;
}
body.jewelry-harajuku .flow .flow-step .flowimg{
	position:relative;
	margin-bottom:20px;
}
body.jewelry-harajuku .flow .flow-step .flowimg::after{
	position:absolute;
	top:50%;
	right:-24px;
	transform:translateY(-50%);
	content:"";
	width: 0;
  height: 0;
	border-style: solid;
	border-width: 12px 0 12px 17px;
  border-color: transparent transparent transparent #B0A485;
}
body.jewelry-harajuku .flow .flow-step li:last-child .flowimg::after{
	content:none;
}

body.jewelry-harajuku .faq#faq{
	padding:20px 0 80px ;
}
body.jewelry-harajuku .qa_content .box01 {
    padding: 10px;
    margin-bottom: 50px;
    border: 1px solid #B3A381;
}
body.jewelry-harajuku .qa_content .box01:last-child{
	margin-bottom: 0px;
}
body.jewelry-harajuku .qa_content .box02 {
    border: 1px solid #B3A381;
}
body.jewelry-harajuku .qa_content .question {
    position: relative;
    padding: 40px 60px 40px 120px;
    font-size: 1.6rem;
    color: #B3A381;
    background: url(../img/common/bg01.png);
}
body.jewelry-harajuku .qa_content .question:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 36px;
    width: 66px;
    height: 66px;
    margin: auto;
    background: url(../img/common/icon_question.png) no-repeat center center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
body.jewelry-harajuku .qa_content .answer:before {
    content: "";
    position: absolute;
    top: 30px;
    left: 36px;
    width: 66px;
    height: 66px;
    background: url(../img/common/icon_answer.png) no-repeat center center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
body.jewelry-harajuku .qa_content .answer {
    position: relative;
    padding: 30px 60px 60px 120px;
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 1px;
}
@media screen and (min-width: 992px) and (max-width: 1261px){
body.jewelry-harajuku .info .contents .box_in.addlinebtn p.tel_number {
    font-size: 3.58rem;
    text-align: center;
	}}
@media screen and (min-width: 761px) and (max-width: 991px){
body.jewelry-harajuku .info .contents .box_in.addlinebtn p.tel_number {
    font-size: 2.7rem;
    text-align: center;
}
}
@media screen and (max-width: 760px){
	body.jewelry-harajuku .main_title .title_txt {
    right: 0;
    left: 0;
    width: 100%;
    height: 12.5em;
}
body.jewelry-harajuku .main_title .title_txt h2 {
    font-size: 1.4rem;
    text-align: center;
	  line-height:1.75;
    margin-bottom: 1.5em;
}
body.jewelry-harajuku .main_title .title_txt p {
    font-size: 1.25rem;
    text-align: center;
	line-height:1.75;
}
/*body.jewelry-harajuku .main_title .title_txt {
    right: 0;
    left: 0;
    width: 100%;
    height: 21em;
}
body.jewelry-harajuku .main_title .title_txt h2 {
    font-size: 2.6rem;
    text-align: center;
	line-height:1.75;
    margin-bottom: 1.5em;
}
body.jewelry-harajuku .main_title .title_txt p {
    font-size: 1.5rem;
    text-align: center;
	line-height:1.75;
}*/
	body.jewelry-harajuku .bnr_content {
     padding: 10% 0;
    
}body.jewelry-harajuku .bnr_content .image{
    width:100%;
	margin-left:auto;
	margin-right:auto;
    
}
 div.jewelry-harajuku-desc {
	width:100%;
	font-size:14px;
	line-height:2;
	 margin-top:15px;
}

	body.jewelry-harajuku .result {
     padding: 10% 0;
    
}
body.jewelry-harajuku .message {
    padding: 10% 0;
}
	body.jewelry-harajuku .gallery {
    padding: 5% 0;
}
	body.jewelry-harajuku .map {
    padding: 5% 0;
}
	body.jewelry-harajuku .result h3 {
    margin-bottom: 2%;
    font-size: 2rem;
}
	body.jewelry-harajuku .result h3 + p {
    margin-bottom: 5%;
    letter-spacing: 1px;
    font-size: 1.6rem;align-content
}
	body.jewelry-harajuku .result h3 + p + .sentence p {
    text-align: left;
}
	body.jewelry-harajuku .result .content {
    width: 49%;
}
	body.jewelry-harajuku .result .content a {
    display: block;
}
	body.jewelry-harajuku .result .image {
    width: 100%;
}
	body.jewelry-harajuku .result .content_in {
    width: 100%;
    padding: 0;
}
	body.jewelry-harajuku .result .content_in dl {
    display: block;
    flex-wrap: wrap;
    border-bottom: 2px solid #B3A381;
    padding-top: 7px;
    padding-bottom: 7px;
	
}
	body.jewelry-harajuku .result .content_in dl:first-child{
	height:7.5rem;
	}
	body.jewelry-harajuku .result .content_in dl dt {
    font-size: 1.3rem;
    color: #B3A381;
    width: 100%;
    line-height: 1.5;
}
	body.jewelry-harajuku .result .content_in dl dd {
    width: 100%;
    font-size: 1.3rem;
    line-height: 1.5;
}
	body.jewelry-harajuku .contact {
    padding: 10% 0 25%;
}
	body.jewelry-harajuku .contact .box01 {
    width: 100%;
}
	body.jewelry-harajuku .contact .box_in {
    height: auto;
    padding: 5% 2.5%;
}
	body.jewelry-harajuku .contact .box_in p.mb2em {
    margin-bottom: 1em;
}
	body.jewelry-harajuku .contact .box_in p.tel_number {
    text-align: center;
}
body.jewelry-harajuku .contact .box_in p {
    font-size: 1.2rem;
	text-align: left;
}
	body.jewelry-harajuku .contact .box_in p.tel_number + p {
    margin-left: 0;
    font-size: 2.6rem;
}
	body.jewelry-harajuku .contact .box_in p.tel_number + p a {
    color: #B3A381;
}
	body.jewelry-harajuku .line-box02 {
    width: 100%;
    margin: 20px auto 0;
		background:#000;
	padding:20px;
}
	 body.jewelry-harajuku .message h3 {
    margin-bottom: 0.5em;
    font-size: 1.6rem;
}
	body.jewelry-harajuku .message h3+ p {
    margin-bottom: 2em;
    font-size: 1.2rem;
}
	body.jewelry-harajuku .message .flex {
    display: block;
}
	body.jewelry-harajuku .message .image_area {
    width: 100%;
    margin-bottom: 5%;
}
	body.jewelry-harajuku .message .image_area p {
    padding: 0;
    font-size: 1.2rem;
    text-align: center;
}
	body.jewelry-harajuku .message .image_area p:first-child {
    padding: 0;
    margin-bottom: 3%;
}
	body.jewelry-harajuku .message .sentence {
    width: 100%;
    padding: 0 2%;
}
	body.jewelry-harajuku .info .flex {
    display: block;
}
	body.jewelry-harajuku .info .photo {
    width: 100%;
    margin-bottom: 5%;
}
	 body.jewelry-harajuku .info .contents {
    width: 100%;
    padding: 0 2%;
}
	body.jewelry-harajuku .info .contents h3 {
    padding-left: 0;
    margin-bottom: 0;
    font-size: 1.6rem;
}
	body.jewelry-harajuku .info .contents dl {
    padding-left: 0;
}
	body.jewelry-harajuku .info .contents dl dt {
    position: initial;
    font-size: 1.2rem;
}
	body.jewelry-harajuku .info .contents dl dd {
    padding-left: 0;
    font-size: 1.2rem;
    line-height: 1.6;
}
	body.jewelry-harajuku .box01 {
    padding: 2%;
}
	body.jewelry-harajuku .info .contents .box_in.addlinebtn {
    height: 47px;
    padding: 4%;
}
	body.jewelry-harajuku .map p a {
    font-size: 1.2rem;
}
	body.jewelry-harajuku .gallery .flex {
    display: block;
}
	body.jewelry-harajuku .gallery .flex div {
		margin-left:0px;
    width: 100%;
}
	
	body.jewelry-harajuku .gallery .flex div p img{
    width: 100%;
}
	body.jewelry-harajuku .box_in p.tel_number a {
    font-size: 2.6rem;
    color: #B3A381;
}
	body.jewelry-harajuku .info .box_in p {
    font-size: 1.4rem;
    text-align: center;
}
	body.jewelry-harajuku .gallery p {
    margin-bottom: 5%;
    font-size: 1.2rem;
	}body.jewelry-harajuku .fixed-footer{
		position: fixed;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
	}
	
	body.jewelry-harajuku .fixed-footer .newicon_phone a{
		background: #b4a382;
    padding-bottom: 10px;
    padding-top: 10px;
    display: block;
	}
	body.jewelry-harajuku .fixed-footer .newicon_line a{
		background: #4cc864;
    padding-bottom: 10px;
    padding-top: 10px;
    display: block;
	}
	body.jewelry-harajuku .fixed-footer p.text-line img{
		width:100%;
		height:auto;
		margin-bottom:-1px;
	}
	
	body.jewelry-harajuku #info p.text-line{
		width:100%;
		height:auto;
		margin-bottom:10px;
	}
	
	body.jewelry-harajuku .contact p.text-line img{
		width:100%;
		height:auto;
		margin-bottom:10px;
	}
	body.jewelry-harajuku .fixed-footer .newicon{
		width:50%;
	}
	body.jewelry-harajuku .strength{
		padding: 10% 0;
	}
	body.jewelry-harajuku .strength .sentence.tac p{
		text-align: left;
	}
	body.jewelry-harajuku .strength .flex{
		display: block;
	}
	body.jewelry-harajuku .strength .strength_in{
		margin-bottom: 5%;
	}
	body.jewelry-harajuku .strength .strength_in .image{
		width: 100%;
	}
	body.jewelry-harajuku .strength .strength_in .content{
		width: 100%;
		padding: 7% 2% 0;
	}
	
	body.jewelry-harajuku .strength .strength_in .content.btype{
		width: 100%;
		padding: 7% 2%;
	}
	body.jewelry-harajuku .strength .strength_in .content .number{
		padding-left: 3.5em;
		margin-bottom: 1em;
		font-size: 1.4rem;
	}
	body.jewelry-harajuku .strength .strength_in .content .number:before{
		width: 2.5em;
		height: 2.5em;
	}
	body.jewelry-harajuku .strength .strength_in .content .number.one:before{
		background: url(../img/common/number01_01_sp.png) no-repeat center center;
		-webkit-background-size: cover;
		     -o-background-size: cover;
		        background-size: cover;
	}
	body.jewelry-harajuku .strength .strength_in .content .number.two:before{
		background: url(../img/common/number01_02_sp.png) no-repeat center center;
		-webkit-background-size: cover;
		     -o-background-size: cover;
		        background-size: cover;
	}
	body.jewelry-harajuku .strength .strength_in .content .number.three:before{
		background: url(../img/common/number01_03_sp.png) no-repeat center center;
		-webkit-background-size: cover;
		     -o-background-size: cover;
		        background-size: cover;
	}
	body.jewelry-harajuku .strength .strength_in .content .number.four:before{
		background: url(../img/common/number01_04_sp.png) no-repeat center center;
		-webkit-background-size: cover;
		     -o-background-size: cover;
		        background-size: cover;
	}
	body.jewelry-harajuku .strength .strength_in .content h4{
		margin-bottom: 0;
		font-size: 1.4rem;
	}
	body.jewelry-harajuku .strength .double_frame_area{
		margin-bottom: 5%;
	}
	body.jewelry-harajuku .strength .double_frame_area .double_frame{
		width: 100%;
		padding: 3%;
		margin-bottom: 5%;
		border: 1px solid #B3A381;
	}
	body.jewelry-harajuku .strength .double_frame_area .double_frame{
		margin-bottom: 3%;
	}
	body.jewelry-harajuku .strength .double_frame_area .double_frame img{
		width: 60%;
    vertical-align: top;
    display: block;
    margin: 15px auto 0;
	}
	body.jewelry-harajuku .strength .double_frame_area .double_frame .double_frame_in .sentence{
		width: 100%;
		margin: 0;
		padding:3%;
	}
	body.jewelry-harajuku .strength .double_frame_area .double_frame .double_frame_in .sentence p.fsl{
		font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 15px;
	}
	body.jewelry-harajuku .strength .btn_area .btn{
		position: relative;
		width: 100%;
		margin-bottom: 5%;
	}
	body.jewelry-harajuku .strength .btn_area .btn p img{
		width: 100%;
	}
	body.jewelry-harajuku .strength .btn_area .btn .btn_txt{
		position: absolute;
		left: 5%;
		bottom: 7%;
		height: 8em;
	}
	body.jewelry-harajuku .strength .btn_area .btn:first-child .btn_txt{
		height: 5em;
	}
	body.jewelry-harajuku .strength .btn_area .btn_txt p{
		font-size: 1.6rem;
	}
	body.jewelry-harajuku .strength .btn_area .btn .btn_txt p:first-child{
		font-size: 2rem;
	}
	body.jewelry-harajuku .strength .btn_area .btn2 .btn_txt{
		width: 100%;
		height: 5em;
	}
	body.jewelry-harajuku .strength .btn_area .btn2 .btn_txt p{
		font-size: 1.2rem;
	}
	body.jewelry-harajuku .strength .btn_area .btn2 .btn_txt p:first-child{
		font-size: 2rem;
	}
	body.jewelry-harajuku .flow .flow-step {
    display: block;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}
	body.jewelry-harajuku .flow .flow-step li {
    width: 100%;
    padding: 0;
    display: flex;
		position:relative;
		margin-bottom:30px;
}
	body.jewelry-harajuku .flow .flow-step li:last-child {
		margin-bottom:0px;}
	body.jewelry-harajuku .flow .flow-step .flowimg {
    position: relative;
    margin-bottom: 0;
    width: 30%;
}
	
	body.jewelry-harajuku .flow .flow-step .flowimg::after {
   top:inherit;
		right:50%;
		bottom:-24px;
		transform:translatex(50%);
		border-width: 17px 12px 0px 12px;
    border-color: #B0A485 transparent transparent transparent;
}
	
	body.jewelry-harajuku .flow .flow-step .flowdes {
    width: 70%;
    padding-left: 15px;
    align-self: center;
}
	body.jewelry-harajuku .flow#flow {
    padding: 10% 0;
}
	body.jewelry-harajuku .flow h3,body.jewelry-harajuku .faq h3 {
    margin-bottom: 2%;
    font-size: 2rem;
}
	
body.jewelry-harajuku .qa_content .box01 {
    padding: 2%;
    margin-bottom: 5%;
}
body.jewelry-harajuku .qa_content .box01:last-child{
	margin-bottom: 0px;
}
body.jewelry-harajuku .qa_content .question {
    padding: 3% 3% 3% 3em;
    font-size: 1.2rem;
}
body.jewelry-harajuku .qa_content .question:before {
    left: 0.8em;
    width: 1.5em;
    height: 1.5em;
    margin: auto;
    background: url(../img/common/icon_question_sp.png) no-repeat center center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
body.jewelry-harajuku .qa_content .answer:before {
    top: 1em;
    left: 0.8em;
    width: 1.5em;
    height: 1.5em;
    background: url(../img/common/icon_answer_sp.png) no-repeat center center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
body.jewelry-harajuku .qa_content .answer {
    padding: 3% 3% 3% 3em;
    font-size: 1.2rem;
}
}
/*------------------240117原宿LP用追加-----------------------------------------------------------------------------*/
body.jewelryreform-harajuku .main_title .title_txt h2,body.jewelryreform-harajuku .main_title .title_txt p{
	color:#000;
}
body.jewelryreform-harajuku .ofi{
	object-fit: cover;
font-family: 'object-fit: cover;'; /* IE対策 */
	width: 100%;
    height: 240px;
}
body.jewelryreform-harajuku .bnr_content {
    padding: 88px 0 150px;
    
}
body.jewelryreform-harajuku .bnr_content .image{
    width:80%;
	margin-left:auto;
	margin-right:auto;
    
}
body.jewelryreform-harajuku .bnr_content .image img{
    width:100%;
	
    
}
 div.jewelryreform-harajuku-desc {
	width:60%;
	padding-right:15px;
	font-size:14px;
	line-height:2;
	 margin:30px auto 0;
}
body.jewelryreform-harajuku .result {
    padding: 90px 0 50px;
}
body.jewelryreform-harajuku .result h3 {
    margin-bottom: 16px;
    font-size: 4.6rem;
    color: #B3A381;
    font-weight: bold;
    text-align: center;
    background: none;
}
body.jewelryreform-harajuku .result h3 + p {
    margin-bottom: 60px;
}
body.jewelryreform-harajuku .result h3 + p {
    margin-bottom: 60px;
    font-size: 2.2rem;
    text-align: center;
}
body.jewelryreform-harajuku .result h3 + p + .sentence {
    margin-bottom: 5%;
}
	body.jewelryreform-harajuku .result h3 + p + .sentence p {
    text-align: center;
}
body.jewelryreform-harajuku .result .content {
    width: calc(100%/3);
    margin-bottom: 5%;
	padding:0 20px;
}
body.jewelryreform-harajuku .result .image {
    width: 100%;
}
body.jewelryreform-harajuku .result .content_in {
    width: 100%;
    padding: 15px 2%;
}
body.jewelryreform-harajuku .result .content_in dl{
    display:flex;
	flex-wrap:wrap;
	border-bottom:2px solid #B3A381;
	padding-top:10px;
	padding-bottom:10px;
}

	body.jewelryreform-harajuku .result .content_in dl:first-child{
	height:6rem;
	}
body.jewelryreform-harajuku .result .content_in dl dt{
	font-size: 1.3rem;
	color: #B3A381;
	width:35%;
	line-height:1.5;
}
body.jewelryreform-harajuku .result .content_in dl dd{
	width:65%;
	font-size: 1.3rem;
	line-height:1.5;
}
body.jewelryreform-harajuku .contact {
    padding: 86px 0 150px;
}
body.jewelryreform-harajuku .box01 {
    width: 100%;
    padding: 8px;
    border: 1px solid #B3A381;
}
body.jewelryreform-harajuku .contact .box01 {
    width: 932px;
    margin: auto;
}body.jewelryreform-harajuku .box_in {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    border: 1px solid #B3A381;
}
body.jewelryreform-harajuku .contact .box_in {
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    height: 254px;
}

body.jewelryreform-harajuku .contact .box_in p.mb2em {
    margin-bottom: 2em;
}
body.jewelryreform-harajuku 
.contact .box_in p {
    font-size: 2rem;
    text-align: center;
}
body.jewelryreform-harajuku .box_in p.tel_number {
    font-size: 4.6rem;
    color: #B3A381;
}
body.jewelryreform-harajuku .contact .box_in p {
    font-size: 2rem;
    text-align: center;
}
body.jewelryreform-harajuku .contact .box_in p.tel_number + p {
    margin-left: 0.5em;
    font-size: 4.6rem;
    color: #B3A381;
}
body.jewelryreform-harajuku .line-box02 {
    width: 65%;
    margin: 30px auto 0;
	background:#000;
	padding:30px;
}
body.jewelryreform-harajuku .line-box01 {
	background:#000;
	padding:20px;
}
body.jewelryreform-harajuku #price-list{
	padding:50px 0px;
	background:#F1EFE9;
}

body.jewelryreform-harajuku #price-list h3{
	color:#B0A485;
}

body.jewelryreform-harajuku #price-list p.small{
text-align:center;
	margin-bottom:40px;
	font-size:1.4rem
}

body.jewelryreform-harajuku #price-list ul.price-items{
display:flex;
	flex-wrap:wrap;
	padding:0;
	margin:0;
	
}

body.jewelryreform-harajuku #price-list ul.price-items li{
width:50%;
	padding:0 20px;
	margin-bottom:30px;
}
body.jewelryreform-harajuku #price-list ul.price-items li img{
margin-bottom:15px;
}
body.jewelryreform-harajuku #price-list ul.price-items li p.items_ttl{
	text-align:center;
	color:#fff;
	padding:3px 0;
	background:#B19B88;
	font-size:14px;
	margin-bottom:10px;
}
body.jewelryreform-harajuku #price-list ul.price-items li p.items_detail{
	font-size:14px;
	line-height:1.5;
}
body.jewelryreform-harajuku .message {
    padding: 88px 0 100px;
}
body.jewelryreform-harajuku .message h3 {
    font-size: 4.6rem;
    color: #B3A381;
    font-weight: bold;
    text-align: center;
    background: none;
	margin-bottom: 2em;
}
body.jewelryreform-harajuku .message h3+ p {
    margin-bottom: 3em;
    font-size: 2.2rem;
    text-align: center;
}
body.jewelryreform-harajuku .message .image_area {
    width: 50%;
}
body.jewelryreform-harajuku .message .image_area p {
    padding: 0 0 0 1em;
    font-size: 1.6rem;
    letter-spacing: 1px;
}
body.jewelryreform-harajuku .message .image_area p:first-child {
    padding: 0;
    margin-bottom: 3%;
}


body.jewelryreform-harajuku .message .sentence {
    width: 50%;
    padding: 3% 7%;
}

body.jewelryreform-harajuku .info {
    padding: 30px 0;
}
body.jewelryreform-harajuku .info .photo {
    width: 50%;
}
body.jewelryreform-harajuku .info .contents {
    width: 50%;
    padding: 0 0 0 5%;
	align-self: center;
}
body.jewelryreform-harajuku .info .contents h3 {
    padding-left: 3%;
    font-size: 2.6rem;
    background: none;
}
body.jewelryreform-harajuku .info .contents dl {
    padding-left: 3%;
    margin-bottom: 5%;
}
body.jewelryreform-harajuku .info .contents dl dt {
    position: absolute;
    font-size: 1.8rem;
    color: #B3A381;
    line-height: 2;
    letter-spacing: 1px;
    font-family: 'Noto Sans JP', sans-serif;
}
body.jewelryreform-harajuku .info .contents dl dd {
    padding-left: 6em;
    font-size: 1.8rem;
    line-height: 2;
    letter-spacing: 1px;
    font-family: 'Noto Sans JP', sans-serif;
}
body.jewelryreform-harajuku .addlinebtn_wrap.box01 {
    margin-bottom: 10px;
}
body.jewelryreform-harajuku .info .contents .box_in.addlinebtn {
    height: 67.5px;
    padding: 0 3.5% 0 3.5%;
}
body.jewelryreform-harajuku .info .box_in p.tel_number {
    letter-spacing: 0.1em;
}
.box_in p.tel_number {
    font-size: 4.6rem;
    color: #B3A381;
}
body.jewelryreform-harajuku .map {
    padding: 40px 0;
}
body.jewelryreform-harajuku .map iframe {
    width: 100%;
    height: 350px;
    margin-bottom: 1%;
}
body.jewelryreform-harajuku .map p a {
    display: block;
    float: right;
    font-size: 1.4rem;
    text-align: right;
    text-decoration: underline;
    font-family: 'Noto Sans JP', sans-serif;
}
body.jewelryreform-harajuku .gallery {
    padding-bottom: 80px;
}
body.jewelryreform-harajuku .gallery .flex div {
    width: calc(100%/4 - 9px);
	margin-left:12px;
}
body.jewelryreform-harajuku .gallery .flex div:first-child {
	margin-left:0px;
}
body.jewelryreform-harajuku .gallery p {
    font-size: 1.8rem;
    text-align: center;
}
body.jewelryreform-harajuku .gallery p:first-child {
    margin-bottom: 2%;
}
body.jewelryreform-harajuku .contact p.text-line img{
		width:100%;
		height:auto;
		margin-bottom:10px;
	}

	body.jewelryreform-harajuku #info p.text-line img{
		width:100%;
		height:auto;
		margin-bottom:10px;
	}

body.jewelryreform-harajuku .strength{
	padding: 100px 0 150px;
	background: url(../img/common/bg01.png);
}
body.jewelryreform-harajuku .strength .strength_in{
	margin-bottom: 50px;
}
body.jewelryreform-harajuku .strength .strength_in .image{
	width: 50%;
}
body.jewelryreform-harajuku .strength .strength_in .content{
	width: 50%;
	padding: 5% 7% 0;
}

body.jewelryreform-harajuku .strength .strength_in .content.btype{
	width: 50%;
	padding: 5% 7% 0 0;
}
body.jewelryreform-harajuku .strength .strength_in .content .number{
	position: relative;
	padding-left: 80px;
	margin-bottom: 40px;
	font-size: 2rem;
	color: #b3a381;
	letter-spacing: 3px;
}
body.jewelryreform-harajuku .strength .strength_in .content .number:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 66px;
	height: 66px;
	margin: auto;
}
body.jewelryreform-harajuku .strength .strength_in .content .number.one:before{
	background: url(../img/common/number01_01.png) no-repeat center center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
body.jewelryreform-harajuku .strength .strength_in .content .number.two:before{
	background: url(../img/common/number01_02.png) no-repeat center center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
body.jewelryreform-harajuku .strength .strength_in .content .number.three:before{
	background: url(../img/common/number01_03.png) no-repeat center center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

body.jewelryreform-harajuku .strength .strength_in .content .number.four:before{
	background: url(../img/common/number01_04.png) no-repeat center center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
body.jewelryreform-harajuku .strength .strength_in .content h4{
	margin-bottom: 1em;
	font-size: 3.2rem;
	line-height: 2;
	letter-spacing: 1px;
}
body.jewelryreform-harajuku .strength .double_frame_area{
	margin-bottom: 72px;
}
body.jewelryreform-harajuku .strength .double_frame_area .double_frame{
	width: 49%;
	padding: 8px;
	border: 1px solid #B3A381;
}
body.jewelryreform-harajuku .strength .double_frame_area .double_frame .double_frame_in{
	border: 1px solid #B3A381;	
}
body.jewelryreform-harajuku .strength .double_frame_area .double_frame .double_frame_in .sentence{
	width: 70%;
	margin: 0 3%;
}
body.jewelryreform-harajuku .strength .double_frame_area .double_frame .double_frame_in .sentence p.fsl{
	font-size: 1.8rem;
}
body.jewelryreform-harajuku .strength .btn_area .btn{
	position: relative;
	width: 25%;
}
body.jewelryreform-harajuku .strength .btn_area a{
	display: block;
}
body.jewelryreform-harajuku .strength .btn_area .btn .btn_txt{
	position: absolute;
	left: 25px;
	bottom: 15px;
	width: max-content;
	height: 11em;
	margin: auto;
}
body.jewelryreform-harajuku .strength .btn_area .btn:first-child .btn_txt{
	height: 8em;
}
body.jewelryreform-harajuku .strength .btn_area .btn_txt p{
	font-size: 2.6rem;
	color: #FFF;
}
body.jewelryreform-harajuku .strength .btn_area .btn .btn_txt p:first-child{
	font-size: 2.3rem;
}
body.jewelryreform-harajuku .strength .btn_area .btn2{
	position: relative;
	width: 100%;
}
body.jewelryreform-harajuku .strength .btn_area .btn2 .btn_txt{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: max-content;
	height: 11em;
	margin: auto;
}
body.jewelryreform-harajuku .strength .btn_area .btn2 .btn_txt p{
	text-align: center;
}
body.jewelryreform-harajuku .strength .btn_area .btn2 .btn_txt p:first-child{
	font-size: 4.6rem;
}
body.jewelryreform-harajuku .flow#flow{
	padding:50px 0 ;
}

body.jewelryreform-harajuku .flow h3,body.jewelryreform-harajuku .faq h3 {
    margin-bottom: 16px;
    font-size: 4.6rem;
    color: #B3A381;
    font-weight: bold;
    text-align: center;
    background: none;
}
body.jewelryreform-harajuku .flow .flow-step{
	display:flex;
	flex-wrap:wrap;
	list-style:none;
	padding:0;
	margin:0;
}
body.jewelryreform-harajuku .flow .flow-step li{
	width:calc(100%/5);
	padding:0 15px;
}
body.jewelryreform-harajuku .flow .flow-step .flowimg{
	position:relative;
	margin-bottom:20px;
}
body.jewelryreform-harajuku .flow .flow-step .flowimg::after{
	position:absolute;
	top:50%;
	right:-24px;
	transform:translateY(-50%);
	content:"";
	width: 0;
  height: 0;
	border-style: solid;
	border-width: 12px 0 12px 17px;
  border-color: transparent transparent transparent #B0A485;
}
body.jewelryreform-harajuku .flow .flow-step li:last-child .flowimg::after{
	content:none;
}

body.jewelryreform-harajuku .faq#faq{
	padding:20px 0 80px ;
}
body.jewelryreform-harajuku .qa_content .box01 {
    padding: 10px;
    margin-bottom: 50px;
    border: 1px solid #B3A381;
}
body.jewelryreform-harajuku .qa_content .box01:last-child{
	margin-bottom: 0px;
}
body.jewelryreform-harajuku .qa_content .box02 {
    border: 1px solid #B3A381;
}
body.jewelryreform-harajuku .qa_content .question {
    position: relative;
    padding: 40px 60px 40px 120px;
    font-size: 1.6rem;
    color: #B3A381;
    background: url(../img/common/bg01.png);
}
body.jewelryreform-harajuku .qa_content .question:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 36px;
    width: 66px;
    height: 66px;
    margin: auto;
    background: url(../img/common/icon_question.png) no-repeat center center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
body.jewelryreform-harajuku .qa_content .answer:before {
    content: "";
    position: absolute;
    top: 30px;
    left: 36px;
    width: 66px;
    height: 66px;
    background: url(../img/common/icon_answer.png) no-repeat center center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
body.jewelryreform-harajuku .qa_content .answer {
    position: relative;
    padding: 30px 60px 60px 120px;
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 1px;
}
@media screen and (min-width: 992px) and (max-width: 1261px){
body.jewelryreform-harajuku .info .contents .box_in.addlinebtn p.tel_number {
    font-size: 3.58rem;
    text-align: center;
	}}
@media screen and (min-width: 761px) and (max-width: 991px){
body.jewelryreform-harajuku .info .contents .box_in.addlinebtn p.tel_number {
    font-size: 2.7rem;
    text-align: center;
}
}

@media screen and (max-width: 760px){
	body.jewelryreform-harajuku .main_title .wrap .image{
		padding-bottom: 15px;
	}
}
@media screen and (max-width: 390px){
	body.jewelryreform-harajuku .main_title .wrap .image{
		padding-bottom: 35px;
	}
}
@media screen and (max-width: 760px){
	body.jewelryreform-harajuku .main_title .title_txt {
    right: 0;
    left: 0;
    width: 100%;
    height: auto;
    bottom: 0;
    top: inherit;
}
body.jewelryreform-harajuku .main_title .title_txt h2 {
    font-size: 1.4rem;
    text-align: center;
	  line-height:1.75;
    margin-bottom: 1.5em;
}
body.jewelryreform-harajuku .main_title .title_txt p {
    font-size: 1.25rem;
    text-align: center;
	line-height:1.75;
	padding-top:0;
}
	body.jewelryreform-harajuku .bnr_content {
     padding: 10% 0;
    
}body.jewelryreform-harajuku .bnr_content .image{
    width:100%;
	margin-left:auto;
	margin-right:auto;
    
}
 div.jewelryreform-harajuku-desc {
	width:100%;
	font-size:14px;
	line-height:2;
	 margin-top:15px;
}

	body.jewelryreform-harajuku .result {
     padding: 10% 0;
    
}
body.jewelryreform-harajuku .message {
    padding: 10% 0;
}
	body.jewelryreform-harajuku .gallery {
    padding: 5% 0;
}
	body.jewelryreform-harajuku .map {
    padding: 5% 0;
}
	body.jewelryreform-harajuku .result h3 {
    margin-bottom: 2%;
    font-size: 2rem;
}
	body.jewelryreform-harajuku .result h3 + p {
    margin-bottom: 5%;
    letter-spacing: 1px;
    font-size: 1.6rem;align-content
}
	body.jewelryreform-harajuku .result h3 + p + .sentence p {
    text-align: left;
}
	body.jewelryreform-harajuku .result .content {
    width: 50%;
		padding:0 10px;
}
	
	body.jewelryreform-harajuku #price-list ul.price-items li {

		padding:0 10px;
}
	body.jewelryreform-harajuku #price-list ul.price-items li p.items_detail{
		font-size:12px;
	}
	body.jewelryreform-harajuku .result .content a {
    display: block;
}
	body.jewelryreform-harajuku .result .image {
    width: 100%;
}
	body.jewelryreform-harajuku .result .content_in {
    width: 100%;
    padding: 0;
}
	body.jewelryreform-harajuku .result .content_in dl {
    display: block;
    flex-wrap: wrap;
    border-bottom: 2px solid #B3A381;
    padding-top: 7px;
    padding-bottom: 7px;
	
}
	body.jewelryreform-harajuku .result .content_in dl:first-child{
	height:7.5rem;
	}
	body.jewelryreform-harajuku .result .content_in dl dt {
    font-size: 1.3rem;
    color: #B3A381;
    width: 100%;
    line-height: 1.5;
}
	body.jewelryreform-harajuku .result .content_in dl dd {
    width: 100%;
    font-size: 1.3rem;
    line-height: 1.5;
}
	body.jewelryreform-harajuku .contact {
    padding: 10% 0 25%;
}
	body.jewelryreform-harajuku .contact .box01 {
    width: 100%;
}
	body.jewelryreform-harajuku .contact .box_in {
    height: auto;
    padding: 5% 2.5%;
}
	body.jewelryreform-harajuku .contact .box_in p.mb2em {
    margin-bottom: 1em;
}
	body.jewelryreform-harajuku .contact .box_in p.tel_number {
    text-align: center;
}
body.jewelryreform-harajuku .contact .box_in p {
    font-size: 1.2rem;
	text-align: left;
}
	body.jewelryreform-harajuku .contact .box_in p.tel_number + p {
    margin-left: 0;
    font-size: 2.6rem;
}
	body.jewelryreform-harajuku .contact .box_in p.tel_number + p a {
    color: #B3A381;
}
	body.jewelryreform-harajuku .line-box02 {
    width: 100%;
    margin: 20px auto 0;
		background:#000;
	padding:20px;
}
	 body.jewelryreform-harajuku .message h3 {
    margin-bottom: 0.5em;
    font-size: 1.6rem;
}
	body.jewelryreform-harajuku .message h3+ p {
    margin-bottom: 2em;
    font-size: 1.2rem;
}
	body.jewelryreform-harajuku .message .flex {
    display: block;
}
	body.jewelryreform-harajuku .message .image_area {
    width: 100%;
    margin-bottom: 5%;
}
	body.jewelryreform-harajuku .message .image_area p {
    padding: 0;
    font-size: 1.2rem;
    text-align: center;
}
	body.jewelryreform-harajuku .message .image_area p:first-child {
    padding: 0;
    margin-bottom: 3%;
}
	body.jewelryreform-harajuku .message .sentence {
    width: 100%;
    padding: 0 2%;
}
	body.jewelryreform-harajuku .info .flex {
    display: block;
}
	body.jewelryreform-harajuku .info .photo {
    width: 100%;
    margin-bottom: 5%;
}
	 body.jewelryreform-harajuku .info .contents {
    width: 100%;
    padding: 0 2%;
}
	body.jewelryreform-harajuku .info .contents h3 {
    padding-left: 0;
    margin-bottom: 0;
    font-size: 1.6rem;
}
	body.jewelryreform-harajuku .info .contents dl {
    padding-left: 0;
}
	body.jewelryreform-harajuku .info .contents dl dt {
    position: initial;
    font-size: 1.2rem;
}
	body.jewelryreform-harajuku .info .contents dl dd {
    padding-left: 0;
    font-size: 1.2rem;
    line-height: 1.6;
}
	body.jewelryreform-harajuku .box01 {
    padding: 2%;
}
	body.jewelryreform-harajuku .info .contents .box_in.addlinebtn {
    height: 47px;
    padding: 4%;
}
	body.jewelryreform-harajuku .map p a {
    font-size: 1.2rem;
}
	body.jewelryreform-harajuku .gallery .flex {
    display: block;
}
	body.jewelryreform-harajuku .gallery .flex div {
		margin-left:0px;
    width: 100%;
}
	
	body.jewelryreform-harajuku .gallery .flex div p img{
    width: 100%;
}
	body.jewelryreform-harajuku .box_in p.tel_number a {
    font-size: 2.6rem;
    color: #B3A381;
}
	body.jewelryreform-harajuku .info .box_in p {
    font-size: 1.4rem;
    text-align: center;
}
	body.jewelryreform-harajuku .gallery p {
    margin-bottom: 5%;
    font-size: 1.2rem;
	}body.jewelryreform-harajuku .fixed-footer{
		position: fixed;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
	}
	
	body.jewelryreform-harajuku .fixed-footer .newicon_phone a{
		background: #b4a382;
    padding-bottom: 10px;
    padding-top: 10px;
    display: block;
	}
	body.jewelryreform-harajuku .fixed-footer .newicon_line a{
		background: #4cc864;
    padding-bottom: 10px;
    padding-top: 10px;
    display: block;
	}
	body.jewelryreform-harajuku .fixed-footer p.text-line img{
		width:100%;
		height:auto;
		margin-bottom:-1px;
	}
	
	body.jewelryreform-harajuku #info p.text-line{
		width:100%;
		height:auto;
		margin-bottom:10px;
	}
	
	body.jewelryreform-harajuku .contact p.text-line img{
		width:100%;
		height:auto;
		margin-bottom:10px;
	}
	body.jewelryreform-harajuku .fixed-footer .newicon{
		width:50%;
	}
	body.jewelryreform-harajuku .strength{
		padding: 10% 0;
	}
	body.jewelryreform-harajuku .strength .sentence.tac p{
		text-align: left;
	}
	body.jewelryreform-harajuku .strength .flex{
		display: block;
	}
	body.jewelryreform-harajuku .strength .strength_in{
		margin-bottom: 5%;
	}
	body.jewelryreform-harajuku .strength .strength_in .image{
		width: 100%;
	}
	body.jewelryreform-harajuku .strength .strength_in .content{
		width: 100%;
		padding: 7% 2% 0;
	}
	
	body.jewelryreform-harajuku .strength .strength_in .content.btype{
		width: 100%;
		padding: 7% 2%;
	}
	body.jewelryreform-harajuku .strength .strength_in .content .number{
		padding-left: 3.5em;
		margin-bottom: 1em;
		font-size: 1.4rem;
	}
	body.jewelryreform-harajuku .strength .strength_in .content .number:before{
		width: 2.5em;
		height: 2.5em;
	}
	body.jewelryreform-harajuku .strength .strength_in .content .number.one:before{
		background: url(../img/common/number01_01_sp.png) no-repeat center center;
		-webkit-background-size: cover;
		     -o-background-size: cover;
		        background-size: cover;
	}
	body.jewelryreform-harajuku .strength .strength_in .content .number.two:before{
		background: url(../img/common/number01_02_sp.png) no-repeat center center;
		-webkit-background-size: cover;
		     -o-background-size: cover;
		        background-size: cover;
	}
	body.jewelryreform-harajuku .strength .strength_in .content .number.three:before{
		background: url(../img/common/number01_03_sp.png) no-repeat center center;
		-webkit-background-size: cover;
		     -o-background-size: cover;
		        background-size: cover;
	}
	body.jewelryreform-harajuku .strength .strength_in .content .number.four:before{
		background: url(../img/common/number01_04_sp.png) no-repeat center center;
		-webkit-background-size: cover;
		     -o-background-size: cover;
		        background-size: cover;
	}
	body.jewelryreform-harajuku .strength .strength_in .content h4{
		margin-bottom: 0;
		font-size: 1.4rem;
	}
	body.jewelryreform-harajuku .strength .double_frame_area{
		margin-bottom: 5%;
	}
	body.jewelryreform-harajuku .strength .double_frame_area .double_frame{
		width: 100%;
		padding: 3%;
		margin-bottom: 5%;
		border: 1px solid #B3A381;
	}
	body.jewelryreform-harajuku .strength .double_frame_area .double_frame{
		margin-bottom: 3%;
	}
	body.jewelryreform-harajuku .strength .double_frame_area .double_frame img{
		width: 60%;
    vertical-align: top;
    display: block;
    margin: 15px auto 0;
	}
	body.jewelryreform-harajuku .strength .double_frame_area .double_frame .double_frame_in .sentence{
		width: 100%;
		margin: 0;
		padding:3%;
	}
	body.jewelryreform-harajuku .strength .double_frame_area .double_frame .double_frame_in .sentence p.fsl{
		font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 15px;
	}
	body.jewelryreform-harajuku .strength .btn_area .btn{
		position: relative;
		width: 100%;
		margin-bottom: 5%;
	}
	body.jewelryreform-harajuku .strength .btn_area .btn p img{
		width: 100%;
	}
	body.jewelryreform-harajuku .strength .btn_area .btn .btn_txt{
		position: absolute;
		left: 5%;
		bottom: 7%;
		height: 8em;
	}
	body.jewelryreform-harajuku .strength .btn_area .btn:first-child .btn_txt{
		height: 5em;
	}
	body.jewelryreform-harajuku .strength .btn_area .btn_txt p{
		font-size: 1.6rem;
	}
	body.jewelryreform-harajuku .strength .btn_area .btn .btn_txt p:first-child{
		font-size: 2rem;
	}
	body.jewelryreform-harajuku .strength .btn_area .btn2 .btn_txt{
		width: 100%;
		height: 5em;
	}
	body.jewelryreform-harajuku .strength .btn_area .btn2 .btn_txt p{
		font-size: 1.2rem;
	}
	body.jewelryreform-harajuku .strength .btn_area .btn2 .btn_txt p:first-child{
		font-size: 2rem;
	}
	body.jewelryreform-harajuku .flow .flow-step {
    display: block;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}
	body.jewelryreform-harajuku .flow .flow-step li {
    width: 100%;
    padding: 0;
    display: flex;
		position:relative;
		margin-bottom:30px;
}
	body.jewelryreform-harajuku .flow .flow-step li:last-child {
		margin-bottom:0px;}
	body.jewelryreform-harajuku .flow .flow-step .flowimg {
    position: relative;
    margin-bottom: 0;
    width: 30%;
}
	
	body.jewelryreform-harajuku .flow .flow-step .flowimg::after {
   top:inherit;
		right:50%;
		bottom:-24px;
		transform:translatex(50%);
		border-width: 17px 12px 0px 12px;
    border-color: #B0A485 transparent transparent transparent;
}
	
	body.jewelryreform-harajuku .flow .flow-step .flowdes {
    width: 70%;
    padding-left: 15px;
    align-self: center;
}
	body.jewelryreform-harajuku .flow#flow {
    padding: 10% 0;
}
	body.jewelryreform-harajuku .flow h3,body.jewelryreform-harajuku .faq h3 {
    margin-bottom: 2%;
    font-size: 2rem;
}
	
body.jewelryreform-harajuku .qa_content .box01 {
    padding: 2%;
    margin-bottom: 5%;
}
body.jewelryreform-harajuku .qa_content .box01:last-child{
	margin-bottom: 0px;
}
body.jewelryreform-harajuku .qa_content .question {
    padding: 3% 3% 3% 3em;
    font-size: 1.2rem;
}
body.jewelryreform-harajuku .qa_content .question:before {
    left: 0.8em;
    width: 1.5em;
    height: 1.5em;
    margin: auto;
    background: url(../img/common/icon_question_sp.png) no-repeat center center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
body.jewelryreform-harajuku .qa_content .answer:before {
    top: 1em;
    left: 0.8em;
    width: 1.5em;
    height: 1.5em;
    background: url(../img/common/icon_answer_sp.png) no-repeat center center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
body.jewelryreform-harajuku .qa_content .answer {
    padding: 3% 3% 3% 3em;
    font-size: 1.2rem;
}
	body.jewelryreform-harajuku #price-list p.small {
 font-size: 1.2rem;
}
}
	