@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;
	}
}
/*---------24.08.26原宿店動画埋め込み追加-----*/
.movie_content{
    padding: 50px 0 150px;
}
.movie_content .movie_embed_item{
	display:flex;
	flex-wrap:wrap;
	padding:0;
	margin:0;
	list-style:none;
	justify-content:center;
}
.movie_content h2.movie_ttl{
	text-align:center;
	color:#fff;
	font-weight:bold;
	font-size:25px;
	display:block;
	position:relative;
	padding:.5em 0;
	background:#321F12;
	margin-bottom:30px;
}
.movie_content h2.movie_ttl::before,.movie_content h2.movie_ttl::after{
	position:absolute;
	content:"";
	background:#fff;
	height:1px;
	width:100%;
	left:0;
}
.movie_content h2.movie_ttl::before{
	top:.25em;
}
.movie_content h2.movie_ttl::after{
	bottom:.25em;
}
.movie_content .movie_embed_item li{
	width:50%;
	padding:0 15px;
}
.movie_content .movie_embed_item li iframe{
	width:100%;
	aspect-ratio: 16 / 9;
}

@media screen and (max-width: 760px){
	.movie_content{
    padding: 50px 0 80px;
}
.movie_content .movie_embed_item li{
	width:100%;
	padding:0;
	margin-bottom:15px;
}
	.movie_content .movie_embed_item li:last-child{
		margin-bottom:0;
	}
	.movie_content h2.movie_ttl {
    font-size: 20px;
	}
}
/*==============ここまで==============*/
.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: 4.6rem;
	color: #FFF;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 8px;
}
.main_title .title_txt p{
	font-size: 2.6rem;
	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;
}
.sub_nav{
	margin: 50px 0 55px;
}
.sub_nav li a{
	position: relative;
	display: block;
	padding-left: 74px;
	font-size: 1.6rem;
	line-height: 1.5;
}
.sub_nav li a:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 10px;
	bottom: 0;
	width: 46px;
	height: 46px;
	margin: auto;
	background: url(../img/common/icon_circle_arrow.png) no-repeat center center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

/*index*/
.overhaul .main_title .title_txt{
	height: 12em;
}
.about_content{
	position: relative;
	margin-bottom: 76px;
}
.about_content .btn_txt{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: max-content;
	height: 45em;
	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: 2em;
	font-size: 2.8rem;
	color: #FFF;
	text-align: center;
	line-height: 2;
}
.about_content .btn_about 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: 3em;
	margin: 90px auto 0;
	font-size: 2rem;
	color: #fff;
	border: 1px solid #fff;
}
.ie .about_content .btn_about a{
	padding-top: 7px;
}
.about_content .btn_about a:after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 1.5em;
	bottom: 0;
	width: 0.8em;
	height: 0.8em;
	margin: auto;
	background: url(../img/common/icob_arrow_right_white_bold.png) no-repeat center center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

.price{
	margin-bottom: 148px;
}
.price a{
	display: block;
}
.price .txt_area{
	width: 50%;
	padding: 0 64px 0 56px;
}
.price .txt_area h3{
	margin-bottom: 0.8em;
	font-size: 2.6rem;
	color: #321f12;
	text-align: left;
	line-height: 2;
}
.price .txt_area h3 + p{
	margin-bottom: 2em;
	font-size: 1.6rem;
	color: #b3a381;
	text-align: left;
}
.price .btn_price a{
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	        justify-content: center;
	width: 100%;
	height: 3em;
	font-size: 1.6rem;
	color: #b3a381;
	border: 1px solid #b3a381;
}
.ie .price .btn_price a{
	padding-top: 7px;
}
.price .btn_price 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.png) no-repeat center center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

.btn_area{
	padding: 100px 0;
	background: #321F12;
}
.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;
}

.result{
	padding: 90px 0 100px;
	background: url(../img/common/bg01.png);
}
.result h3 + p{
	margin-bottom: 60px;
}
.result .contents{
	width: 50%;
	margin-bottom: 5%;
}
.result .contents a{
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}
.result .contents a > p{
	width: 50%;
}
.result .contents .content_txt{
	width: 50%;
	padding: 0 5%;
}
.result .contents .content_txt p.date{
	margin: 0.5em 0;
	font-size: 1.6rem;
	color: #B3A381;
}
.result .contents .content_txt h4{
	margin-bottom: 1em;
	font-size: 1.8rem;
	font-weight: bold;
}
.result .btn_result a{
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	        justify-content: center;
	width: 50%;
	height: 3em;
	margin: auto;
	font-size: 1.8rem;
	color: #321f12;
	border: 1px solid #321f12;
}
.ie .result .btn_result a{
	padding-top: 7px;
}
.result .btn_result 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_brown.png) no-repeat center center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

.qa{
	position: relative;
	margin: 76px auto 150px;
}
.qa a{
	display: block;
}
.qa .btn_txt{
	position: absolute;
	left: 40px;
	bottom: 40px;
	width: max-content;
	height: 17em;
}
.qa .btn_txt h3{
	color: #FFF;
	text-align: left;
}
.qa .btn_txt h3 + p{
	margin-bottom: 0;
	color: #fff;
	text-align: left;
	line-height: 1;
}

.service{
	margin-bottom: 136px;
}
.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;
}

/*about*/
.top_content{
	margin-bottom: 10%;
}
.top_content .image{
	width: 50%;
}
.top_content .txt_area{
	width: 50%;
	padding: 5% 7% 0;
}
.top_content .txt_area h3{
	margin-bottom: 1.5em;
	font-size: 3rem;
	text-align: left;
}
.top_content .txt_area h3 + p{
	text-align: left;
}

.repair{
	padding: 88px 0 94px;
	background: url(../img/common/bg01.png);
}
.repair h3{
	margin-bottom: 0.2em;
}
.repair h3 + p{
	margin-bottom: 2em;
	font-size: 2.2rem;
}
.repair ul{
	width: 56em;
	margin: 0 auto 80px;
}
.repair ul li{
	position: relative;
	padding-left: 90px;
	font-size: 2.6rem;
	line-height: 3.2;
	font-family: 'Noto Sans JP', sans-serif;
}
.repair ul li:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 66px;
	height: 66px;
	margin: auto;
}
.repair ul li:first-child:before{
	background: url(../img/common/number01_01.png) no-repeat center center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
.repair ul li:nth-child(2):before{
	background: url(../img/common/number01_02.png) no-repeat center center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
.repair ul li:nth-child(3):before{
	background: url(../img/common/number01_03.png) no-repeat center center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
.repair ul li:nth-child(4):before{
	background: url(../img/common/number01_04.png) no-repeat center center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
.repair ul + div.sentence{
	width: 970px;
	margin: auto;
}

.process{
	padding: 100px 0 150px;
}
.process h3 + p{
	margin-bottom: 2em;
	font-size: 2.2rem;
}
.process h3 + p + div.sentence{
	width: 970px;
	margin: 0 auto 80px;
}
.process .image{
	width: 50%;
}
.process .content{
	width: 50%;
	padding: 3% 7%;
}
.process .content h3{
	position: relative;
	margin-bottom: 1em;
	padding-left: 96px;
	font-size: 3rem;
	text-align: left;
}
.process .content h3:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 66px;
	height: 66px;
	margin: auto;
}
.process .content h3.one:before{
	background: url(../img/common/number02_01.png) no-repeat center center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
.process .content h3.two:before{
	background: url(../img/common/number02_02.png) no-repeat center center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
.process .content h3.three:before{
	background: url(../img/common/number02_03.png) no-repeat center center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
.process .content h3.four:before{
	background: url(../img/common/number02_04.png) no-repeat center center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
.process .content h3 + p{
	text-align: left;
}
.process .content h3 + p + div.sentence{
	width: 100%;
	margin-bottom: 0;
}
.process div.flex + div.sentence{
	width: 970px;
	margin: 0 auto 100px;
}
.about .process .price{
	position: relative;
	margin-bottom: 0;
}
.about .price .btn_txt{
	position: absolute;
	left: 3%;
	bottom: 6%;
	height: 17em;
}
.about .price .btn_txt h3,
.about .price .btn_txt h3 + p{
	color: #fff;
	text-align: left;
}

.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;
}

.about .qa{
	padding: 76px 0;
	margin: 0;
	background: #321f12;
}
.about .qa .wrap{
	position: relative;
}
.about .qa .btn_txt{
	top: auto;
	right: auto;
	left: 3%;
	bottom: 8%;
}

.about .btn_area{
	background: #FFF;
}
.about .btn_area .btn01 .btn_txt{
	top: auto;
	right: auto;
}
.about .btn_area .btn02 .btn_txt{
	right: auto;
}

/*price*/
.bland{
	margin-bottom: 170px;
}
.bland .title_area{
	position: relative;
	margin-bottom: 76px;
}
.bland .title_area .title_txt{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: max-content;
	height: 45em;
	margin: auto;
}
.bland .title_area .title_txt h3{
	color: #FFF;
}
.bland .title_area .title_txt h3 + p{
	margin-bottom: 2em;
	color: #FFF;
}
.bland .title_area .title_txt h3 + p + p{
	margin-bottom: 1em;
	font-size: 3.3rem;
	color: #FFF;
	text-align: center;
	line-height: 2;
}
.bland .title_area .title_txt .sentence p{
	color: #FFF;
	text-align: center;
}
.bland .title_area + div.flex{
	margin-bottom: 60px;
}
.bland .title_area + div.flex p{
	margin-bottom: 8px;
	font-size: 1.2rem;
	text-align: center;
	letter-spacing: 0;
}
.bland .title_area + div.flex p + p{
	margin-bottom: 24px;
}
.bland .title_area + div.flex + div.sentence{
	width: 980px;
	margin: auto;
}
.bland .title_area + .sentence p{
	font-size: 2.2rem;
}

.repair_price{
	padding: 90px 0 100px;
	background: url(../img/common/bg01.png);
}
.repair_price h3 + p{
	margin-bottom: 2em;
	font-size: 2.2rem;
}
.repair_price table{
	width: 976px;
	margin: 0 auto 32px;
	border-collapse: collapse;
	border-spacing: 0;
}
.repair_price table th{
	padding: 0 0.5%;
}
.repair_price table td{
	padding: 0.5% 0;
}
.repair_price table thead th span,
.repair_price table thead td span{
	display: block;
	padding: 2% 0;
	margin: auto;
	font-size: 1.8rem;
	text-align: center;
	line-height: 1;
	font-family: 'Noto Sans JP', sans-serif;
}
.repair_price table thead{
	background: #a09173;
}
.repair_price table thead .second{
	background: #B3A381;
}
.repair_price table thead th span{
	color: #FFF;
	border-bottom: 1px solid #fff;
}
.repair_price table thead td span{
	color: #FFF;
}
.repair_price table thead td.br span{
	border-right: 1px solid #fff;
}
.repair_price table tbody td{
	padding: 0.5% 0;
	letter-spacing: 0;
	background: rgba(255, 255, 255, 0.2);
}
.repair_price table tbody td span{
	display: block;
	padding: 4% 0;
	margin: auto;
	font-size: 1.8rem;
	text-align: center;
	line-height: 1;
	font-family: 'Noto Sans JP', sans-serif;
}
.repair_price table tbody td .taxin{
	padding-top: 0;
	font-size: 1.2rem;
}
.repair_price table tbody td .taxin span{
	font-size: 1.2rem;
	padding: 0;
}
.repair_price table tbody td.wh{
	background: #FFF;
}
.repair_price table tbody td.wh span{
	border-left: 1px solid #B3A381;
}
.repair_price table + div.flex{
	width: 976px;
	margin: 88px auto 110px;
}
.repair_price table + div.flex p.image{
	width: 35%;
}
.repair_price table + div.flex .sentence{
	width: 65%;
}
.repair_price table tbody td span span{
	display: inline;
	font-size: 1.4rem;
	border-left: none !important;
}

.delivery{
	position: relative;
}
.delivery .btn_txt{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: max-content;
	height: 33em;
	margin: auto;
}
.delivery .btn_txt h3{
	color: #FFF;
}
.delivery .btn_txt h3 + p{
	margin-bottom: 0.5em;
	color: #FFF;
}
.delivery .btn_txt h3 + p + p{
	width: 60%;
	margin: 0 auto 1em;
	font-size: 2.4rem;
	color: #FFF;
}
.delivery .btn_more a{
	display: -webkit-flex;
    display: flex;
	-webkit-justify-content: center;
	        justify-content: center;
	width: 60%;
	margin: auto;
	font-size: 1.8rem;
	color: #FFF;
	text-align: center;
	border: 1px solid #fff;
}
.ie .delivery .btn_more a{
	padding-top: 7px;
}
.delivery .btn_more a:after{
	background: url(../img/common/icob_arrow_right_white.png) no-repeat center center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

.btn_area2{
	padding: 70px 0;
	margin-top: 55px;
	background: #321f12;
}
.btn_area2 .btn02{
	position: relative;
	width: 48%;
	margin-bottom: 5%;
}
.btn_area2 .btn02 a{
	display: block;
}
.btn_area2 .btn02 .btn_txt{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 6%;
	width: max-content;
	height: 15em;
	margin: auto;
}
.btn_area2 .btn_txt p{
	font-size: 2.6rem;
	color: #FFF;
}
.btn_area2 .btn_txt p.en{
	font-size: 4.6rem;
	line-height: 1.2;
}
.btn_area2 .btn01{
	position: relative;
}
.btn_area2 .btn01 a{
	display: block;
}
.btn_area2 .btn01 .btn_txt{
	position: absolute;
	bottom: 6%;
	left: 3%;
	width: max-content;
	height: max-content;
	margin: auto;
}

.price .btn_area,
.results .btn_area,
.qa_content .btn_area{
	padding: 100px 0 156px;
	background: #FFF;
}

/*results*/
.results .result{
	padding: 10px 0 150px;
	background: none;
}
.top_content .result > .sentence{
	margin-bottom: 70px;
}
.top_content .result > .sentence p{
	text-align: center;
}
.pager{
	width: 54em;
	margin: auto;
}
.pager li a,
.pager li.current span{
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	-webkit-justify-content: center;
	        justify-content: center;
	-webkit-align-items: center;
	        align-items: center;
	width: 2.5em;
	height: 2.5em;
	padding-left: 2px;
	margin: 0 5px;
	font-size: 2rem;
	color: #B3A381;
	text-align: center;
	border: 1px solid #B3A381;
}
.pager li.current span{
	color: #fff;
	background: #B3A381;
}
.pager li span{
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	-webkit-justify-content: center;
	        justify-content: center;
	-webkit-align-items: center;
	        align-items: center;
	width: 2.5em;
	height: 2em;
	font-size: 2rem;
	color: #B3A381;
	text-align: center;
}
.pager li.prev a{
	background: url(../img/common/icon_arrow_pager_prev.png) no-repeat center center;
	-webkit-background-size: 9px;
	     -o-background-size: 9px;
	        background-size: 9px;
}
.pager li.next a{
	background: url(../img/common/icon_arrow_pager_next.png) no-repeat center center;
	-webkit-background-size: 9px;
	     -o-background-size: 9px;
	        background-size: 9px;
}
.pager li.prev{
	background: url(../img/common/icon_arrow_pager_prev_on.png) no-repeat center center;
	-webkit-background-size: 9px;
	     -o-background-size: 9px;
	        background-size: 9px;
}
.pager li.prev a:hover{
	background: url(../img/common/icon_arrow_pager_prev_on.png) no-repeat center center #B3A381;
	-webkit-background-size: 9px;
	     -o-background-size: 9px;
	        background-size: 9px;
}
.pager li.next{
	background: url(../img/common/icon_arrow_pager_next_on.png) no-repeat center center;
	-webkit-background-size: 9px;
	     -o-background-size: 9px;
	        background-size: 9px;
}
.pager li.next a:hover{
	background: url(../img/common/icon_arrow_pager_next_on.png) no-repeat center center #B3A381;
	-webkit-background-size: 9px;
	     -o-background-size: 9px;
	        background-size: 9px;
}
.pager li a:hover{
	color: #fff;
	background: #B3A381;
	opacity: 1;
}

/*qa_content*/
.qa_content .top_content .sentence{
	margin-bottom: 90px;
}
.qa_content .top_content .sentence p{
	text-align: center;
}
.qa_content .box01{
	padding: 10px;
	margin-bottom: 74px;
	border: 1px solid #B3A381;
}
.qa_content .box01:last-child{
	margin-bottom: 80px;
}
.qa_content .box02{
	border: 1px solid #B3A381;
}
.qa_content .question{
	position: relative;
	padding: 40px 60px 40px 120px;
	font-size: 1.6rem;
	color: #B3A381;
	background: url(../img/common/bg01.png);
}
.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;
}
.qa_content .answer{
	position: relative;
	padding: 30px 60px 60px 120px;
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: 1px;
}
.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;
}
.qa_content .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;
}
.qa_content .contact_btn h3{
	color: #FFF;
}
.qa_content .contact_btn p{
	margin-bottom: 1em;
	color: #FFF;
}
.qa_content .contact_btn .sentence{
	margin-bottom: 2em;
}
.qa_content .contact_btn .sentence p{
	margin-bottom: 0;
}
.qa_content .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 .qa_content .contact_btn .btn_contact a{
	padding-top: 7px;
}
.qa_content .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;
}
.qa_content .btn_area2 .btn02{
	margin-bottom: 0;
}

/*results_single*/
.article_area{
	padding: 70px 0 150px;
}
.article_area .flex{
	margin-bottom: 74px;
}
.article_area .image{
	width: 50%;
}
.article_area .right{
	width: 50%;
	padding: 0 5%;
}
.article_area .right .title_area{
	margin-bottom: 5%;
}
.article_area .right .title_area p{
	margin-bottom: 1em;
	font-size: 3rem;
	color: #B3A381;
}
.article_area .right .title_area h3{
	font-size: 2.6rem;
	color: #321f12;
	text-align: left;
}
.article_area .right .date{
	padding: 0 2%;
	margin-bottom: 2em;
	font-size: 1.6rem;
	color: #B3A381;
}
.article_area .right dl{
	width: 100%;
	padding: 0 2%;
}
.article_area .right dl dt{
	position: absolute;
	font-size: 1.6rem;
	color: #B3A381;
	line-height: 2.8;
	letter-spacing: 0;
}
.article_area .right dl dd{
	padding-left: 9em;
	font-size: 1.6rem;
	line-height: 2.8;
	letter-spacing: 0;
	border-bottom: 1px solid #B3A381;
}
.article_area .right dl dd:last-child{
	border-bottom: none;
}
.article_area .box01{
	padding: 10px;
	margin-bottom: 76px;
	border: 1px solid #B3A381;
}
.article_area .box02{
	padding: 50px 100px;
	border: 1px solid #B3A381;
}
.article_area .box02 h4{
	margin-bottom: 0.5em;
	font-size: 2.9rem;
	color: #B3A381;
	text-align: center;
}
.article_area .box02 h4 + p{
	margin-bottom: 1em;
	font-size: 2.2rem;
	text-align: center;
}
.article_area .btn_return 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;
	margin: auto;
	font-size: 1.8rem;
	border: 1px solid #321f12;
}
.ie .article_area .btn_return a{
	padding-top: 7px;
}
.article_area .btn_return 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_brown.png) no-repeat center center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

.other_results{
	padding: 90px 0 100px;
	background: url(../img/common/bg01.png);
}
.other_results h3 + p{
	margin-bottom: 70px;
	font-size: 2.2rem;
}
.other_results .contents{
	width: 23%;
}
.other_results .contents a{
	display: block;
}
.other_results .contents .content_txt{
	padding: 5% 5% 0;
}
.other_results .contents .content_txt .date{
	margin-bottom: 0.5em;
	font-size: 1.6rem;
	color: #B3A381;
}
.other_results .contents .content_txt h4{
	font-size: 1.8rem;
}
.other_results + .delivery{
	margin-top: 150px;
}

@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;
	}

	h3{
		font-size: 1.6rem;
	}
	h3+ p{
		font-size: 1.2rem;
	}
	h3+ p + .sentence{
		margin-bottom: 5%;
	}
	.sub_nav{
		width: 100%;
		margin: 5% auto;
	}
	.sub_nav .flex{
		display: block;
	}
	.sub_nav li a{
		padding-left: 2em;
		font-size: 1.2rem;
	}
	.sub_nav li a:before{
		left: 0.5em;
		width: 1em;
		height: 1em;
	}
	.sub_nav li a br{
		display: none;
	}
	
	/*index*/
	.overhaul .main_title .title_txt{
		height: 4em;
	}
	.about_content{
		margin-bottom: 5%;
	}
	.about_content .btn_txt{
		position: initial;
		width: 100%;
		height: auto;
		padding: 3% 0;
	}
	.about_content .btn_txt h3,
	.about_content .btn_txt p{
		color: #321f12 !important;
	}
	.about_content .btn_txt h3{
		font-size: 1.4rem;
	}
	.about_content .btn_txt h3 + p{
		margin-bottom: 1em;
		font-size: 1.2rem;
		letter-spacing: 1px;
	}
	.about_content .btn_txt h3 + p + p{
		margin-bottom: 0;
		font-size: 1.2rem;
		text-align: left;
	}
	.about_content .btn_txt h3 + p + p br{
		display: none;
	}
	.about_content .btn_about a{
		width: 100%;
		height: 2em;
		margin: 3% auto 0;
		font-size: 1.2rem;
		color: #321f12;
		border: 1px solid #321f12;
	}
	.about_content .btn_about a:after{
		background: url(../img/common/icob_arrow_right_brown.png) no-repeat center center;
		-webkit-background-size: cover;
		     -o-background-size: cover;
		        background-size: cover;
	}

	.price{
		display: block;
		margin-bottom: 10%;
	}
	.price .txt_area{
		width: 100%;
		padding: 5% 0 0;
	}
	.price .txt_area h3{
		margin-bottom: 0;
		font-size: 1.4rem;
	}
	.price .txt_area h3 br{
		display: none;
	}
	.price .txt_area h3 + p{
		margin-bottom: 1em;
		font-size: 1.2rem;
	}
	.price .btn_price a{
		font-size: 1rem;
	}
	.price .btn_price a:after{
		right: 1em;
	}

	.btn_area{
		padding: 10% 0 15%;
	}
	.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;
	}

	.result{
		padding: 10% 0;
	}
	.result h3 + p{
		margin-bottom: 5%;
	}
	.result .contents{
		width: 49%;
	}
	.result .contents a{
		display: block;
	}
	.result .contents a > p{
		width: 100%;
	}
	.result .contents .content_txt{
		width: 100%;
		padding: 5%;
	}
	.result .contents .content_txt p.date{
		margin-bottom: 0;
		font-size: 1rem;
	}
	.result .contents .content_txt h4{
		margin-bottom: 0.2em;
		font-size: 1.4rem;
		letter-spacing: 0;
	}
	.result .btn_result a{
		width: 100%;
		font-size: 1.2rem;
	}

	.qa{
		margin: 10% auto;
	}
	.qa .btn_txt{
		left: 5%;
		bottom: 5%;
		height: 7em;
	}
	.qa .btn_txt h3{
		font-size: 1.8rem;
	}
	.qa .btn_txt h3 + p{
		font-size: 1.4rem;
	}

	.service{
		margin-bottom: 15%;
	}
	.service h3{
		margin-bottom: 5%;
	}
	.service .flex{
		display: block;
	}
	.service .content_top > p{
		width: 100%;
	}
	.service .content_top .content_txt{
		width: 100%;
		padding: 5%;
	}
	.service .content_top .content_txt h4{
		margin-bottom: 0;
		font-size: 2rem;
	}
	.service .content_top .content_txt h4 + p{
		margin-bottom: 0.4em;
		font-size: 1.6rem;
	}
	.service .content_bottom .contents{
		width: 100%;
	}
	.service .content_bottom .contents .content_txt{
		padding: 5%;
	}
	.service .content_bottom .contents .content_txt h4{
		margin-bottom: 0;
		font-size: 1.8rem;
	}
	.service .content_bottom .contents .content_txt h4 + p{
		margin-bottom: 0.4em;
		font-size: 1.4rem;
	}

	/*about*/
	.top_content{
		display: block;
		margin-bottom: 5%;
	}
	.top_content .result > .sentence p{
		text-align: left;
	}
	.top_content .image{
		width: 100%;
	}
	.top_content .txt_area{
		width: 100%;
		padding: 5% 5% 0 5%;
	}
	.top_content .txt_area h3{
		margin-bottom: 0.5em;
		font-size: 2rem;
	}
	.top_content .txt_area h3 + p{
		font-size: 1.4rem;
	}
	.pager{
		-webkit-justify-content: space-between;
		        justify-content: space-between;
		width: 28em;
		margin: auto;
	}

	.repair{
		padding: 10% 0;
	}
	.repair h3 + p{
		font-size: 1.4rem;
	}
	.repair ul{
		width: 100%;
		margin: 0 auto 10%;
	}
	.repair ul li{
		padding-left: 2em;
		margin-bottom: 0.8em;
		font-size: 1.4rem;
		line-height: 1.2;
	}
	.repair ul li:before{
		width: 1.5em;
		height: 1.5em;
	}
	.repair ul li:first-child:before{
		background: url(../img/common/number01_01_sp.png) no-repeat center center;
		-webkit-background-size: cover;
		     -o-background-size: cover;
		        background-size: cover;
	}
	.repair ul li:nth-child(2):before{
		background: url(../img/common/number01_02_sp.png) no-repeat center center;
		-webkit-background-size: cover;
		     -o-background-size: cover;
		        background-size: cover;
	}
	.repair ul li:nth-child(3):before{
		background: url(../img/common/number01_03_sp.png) no-repeat center center;
		-webkit-background-size: cover;
		     -o-background-size: cover;
		        background-size: cover;
	}
	.repair ul li:nth-child(4):before{
		background: url(../img/common/number01_04_sp.png) no-repeat center center;
		-webkit-background-size: cover;
		     -o-background-size: cover;
		        background-size: cover;
	}
	.repair ul + div.sentence{
		width: 100%;
	}

	.process{
		padding: 10% 0;
	}
	.process h3 + p{
		font-size: 1.4rem;
	}
	.process h3 + p + div.sentence{
		width: 100%;
		margin: 0 auto 5%;
	}
	.process .flex{
		display: block;
		margin-bottom: 0;
	}
	.process .image{
		width: 100%;
	}
	.process .content{
		width: 100%;
		padding: 5% 5% 10%;
	}
	.process .content h3{
		margin-bottom: 0.5em;
		padding-left: 2.6em;
		font-size: 2rem;
	}
	.process .content h3:before{
		width: 2em;
		height: 2em;
	}
	.process .content h3 + p{
		margin-bottom: 1em;
	}
	.process div.flex + div.sentence{
		width: 100%;
		margin: 0 auto 10%;
	}

	.about .process .price .btn_txt{
		height: 6em;
	}
	.about .process .price .btn_txt h3,
	.about .process .price .btn_txt p{
		line-height: 1.4;
		letter-spacing: 1px;
	}
	.about .process .price .btn_txt p{
		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;
	}

	.about .qa{
		padding: 5% 0;
	}

	/*price*/
	.bland{
		margin-bottom: 10%;
	}
	.bland .title_area{
		margin-bottom: 5%;
	}
	.bland .title_area .title_txt{
		position: initial;
		width: 100%;
		height: auto;
		padding: 1.5% 2.5%;
		margin: 0 auto;
	}
	.bland .title_area .title_txt h3,
	.bland .title_area .title_txt p{
		color: #321F12 !important;
	}
	.bland .title_area .title_txt h3 + p{
		margin-bottom: 0.5em;
		font-size: 1.4rem;
	}
	.bland .title_area .title_txt h3 + p + p{
		margin-bottom: 0.5em;
		font-size: 1.2rem;
		text-align: left;
	}
	.bland .title_area .title_txt h3 + p + p br{
		display: none;
	}
	.bland .title_area .title_txt .sentence p{
		font-size: 1rem;
		text-align: left;
	}
	.bland .title_area + div.flex{
		margin-bottom: 5%;
	}
	.bland .title_area + div.flex p{
		margin-bottom: 3%;
		font-size: 1rem;
	}
	.bland .title_area + div.flex p + p{
		margin-bottom: 5%;
	}
	.bland .title_area + div.flex div{
		width: 48%;
	}
	.bland .title_area + div.flex + div.sentence{
		width: 100%;
	}
	.bland .title_area + .sentence p{
		font-size: 1.2rem;
	}

	.repair_price{
		padding: 10% 0;
	}
	.repair_price h3 + p{
		margin-bottom: 1em;
		font-size: 1.2rem;
	}
	.repair_price table{
		width: 100%;
		margin: 0 auto 3%;
	}
	.repair_price table thead th span,
	.repair_price table thead td span{
		font-size: 1.2rem;
	}
	.repair_price table tbody td span{
		font-size: 1rem;
		letter-spacing: 1px;
		line-height: 1.4;
	}
	.repair_price table tbody td span span{
		font-size: 0.8rem;
	}
	.repair_price table tbody td .taxin{
		font-size: 1.0rem;
	}
	.repair_price table tbody td .taxin span{
		font-size: 0.8rem;
	}
	.repair_price table + div.flex{
		display: block;
		width: 100%;
		margin: 5% 0;
	}
	.repair_price table + div.flex p.image{
		width: 100%;
		margin-bottom: 3%;
	}
	.repair_price table + div.flex p.image img{
		width: 100%;
	}
	.repair_price table + div.flex .sentence{
		width: 100%;
	}

	.delivery .btn_txt{
		position: initial;
		width: 100%;
		height: auto;
	}
	.delivery .btn_txt h3{
		color: #321f12;
	}
	.delivery .btn_txt h3 + p{
		margin-bottom: 0;
		color: #321f12;
	}
	.delivery .btn_txt h3 + p + p{
		width: 100%;
		margin: 0 auto 0.5em;
		font-size: 1.2rem;
		color: #321f12;
	}
	.delivery .btn_more a{
		width: 90%;
		font-size: 1rem;
		color: #321f12;
		border: 1px solid #321F12;
	}
	.delivery .btn_more a:after{
		background: url(../img/common/icob_arrow_right_brown.png) no-repeat center center;
		-webkit-background-size: cover;
		     -o-background-size: cover;
		        background-size: cover;
	}

	.btn_area2{
		padding: 5% 0;
		margin-top: 5%;
	}
	.btn_area2 .flex{
		display: block;
	}
	.btn_area2 .btn02{
		width: 100%;
		margin-bottom: 3%;
	}
	.btn_area2 .btn02 .btn_txt{
		height: 6em;
	}
	.btn_area2 .btn_txt p{
		font-size: 1.4rem;
	}
	.btn_area2 .btn_txt p.en{
		font-size: 1.8rem;
	}

	.price .btn_area,
	.results .btn_area,
	.qa_content .btn_area{
		padding: 5% 0 15%;
	}

	/*results*/
	.results .result{
		padding: 0 0 10%;
	}
	.top_content .result > .sentence{
		margin-bottom: 5%;
	}
	.pager li{
		margin: 0 1%;
	}
	.pager li a,
	.pager li.current span{
		margin: 0;
		font-size: 1rem;
	}
	.pager li span{
		font-size: 1rem;
	}

	/*qa_content*/
	.qa_content .top_content .sentence{
		margin-bottom: 10%;
	}
	.qa_content .top_content .sentence p{
		text-align: left;
	}
	.qa_content .box01{
		padding: 2%;
		margin-bottom: 5%;
	}
	.qa_content .box01:last-child{
		margin-bottom: 10%;
	}
	.qa_content .question{
		padding: 3% 3% 3% 3em;
		font-size: 1.2rem;
	}
	.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;
	}
	.qa_content .answer{
		padding: 3% 3% 3% 3em;
		font-size: 1.2rem;
	}
	.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;
	}
	.qa_content .contact_btn{
		height: auto;
		padding: 5%;
	}
	.qa_content .contact_btn p{
		margin-bottom: 0.5em;
	}
	.qa_content .contact_btn .sentence{
		margin-bottom: 1em;
	}
	.qa_content .contact_btn .sentence p{
		font-size: 1rem;
		text-align: left;
	}
	.qa_content .contact_btn .btn_contact{
		width: 100%;
	}
	.qa_content .contact_btn .btn_contact a{
		width: 100%;
		font-size: 1.2rem;
	}
	.qa_content .btn_area2 .btn02{
		margin-bottom: 3%;
	}

	/*results_single*/
	.article_area{
		padding: 0 0 10%;
	}
	.article_area .flex{
		display: block;
		margin-bottom: 10%;
	}
	.article_area .image{
		width: 100%;
		margin-bottom: 5%;
	}
	.article_area .right{
		width: 100%;
		padding: 0;
	}
	.article_area .right .title_area p{
		margin-bottom: 0.5em;
		font-size: 1.2rem;
	}
	.article_area .right .title_area h3{
		font-size: 1.6rem;
	}
	.article_area .right .date{
		margin-bottom: 2em;
		font-size: 1rem;
	}
	.article_area .right dl dt{
		font-size: 1.2rem;
		line-height: 2;
	}
	.article_area .right dl dd{
		font-size: 1.2rem;
		line-height: 2;
	}
	.article_area .box01{
		padding: 2%;
		margin-bottom: 5%;
	}
	.article_area .box02{
		padding: 5%;
	}
	.article_area .box02 h4{
		margin-bottom: 0.2em;
		font-size: 1.6rem;
	}
	.article_area .box02 h4 + p{
		margin-bottom: 0.5em;
		font-size: 1.4rem;
	}
	.article_area .btn_return a{
		width: 100%;
		font-size: 1.2rem;
	}

	.other_results{
		padding: 10% 0 5%;
	}
	.other_results h3 + p{
		margin-bottom: 2em;
		font-size: 1.2rem;
	}
	.other_results .contents{
		width: 49%;
		margin-bottom: 5%;
	}
	.other_results .contents .content_txt .date{
		margin-bottom: 0.2em;
		font-size: 1rem;
	}
	.other_results .contents .content_txt h4{
		font-size: 1.4rem;
		letter-spacing: 0;
	}
	.other_results + .delivery{
		margin-top: 10%;
	}
}
/*===============================-2023/8/28オーバーホール原宿追加=======================*/
.overhaul-harajuku .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;
}
.overhaul-harajuku .main_title .title_txt p {
    font-size: 2rem;
    line-height: 1.8em;
    color: #FFF;
}
.overhaul-harajuku .bnr_content {
    padding: 88px 0 150px;
}
body.overhaul-harajuku .bnr_content .image {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.overhaul-harajuku div.jewelry-harajuku-desc {
    width: 80%;
    padding-right: 15px;
    font-size: 14px;
    line-height: 2;
    margin: 30px auto 0;
	text-align:center;
}
.overhaul-harajuku .strength {
    padding: 100px 0;
    background: url(../img/common/bg01.png);
}
.overhaul-harajuku .strength h3 {
    font-size: 4.6rem;
    color: #B3A381;
    font-weight: bold;
    text-align: center;
}
.overhaul-harajuku .strength h3 {
    color: #000000;
    padding: 0.5em 0;
}
.overhaul-harajuku .strength h3+ p {
    margin-bottom: 1em;
    font-size: 2.6rem;
    text-align: center;
}
.overhaul-harajuku .strength h3+ p + .sentence {
    margin-bottom: 56px;
}

.overhaul-harajuku .strength .strength_in {
    margin-bottom: 50px;
}
.overhaul-harajuku .strength .strength_in .image {
    width: 50%;
}
.overhaul-harajuku .strength .strength_in .content {
    width: 50%;
    padding: 5% 7% 0;
}
.overhaul-harajuku .strength .strength_in .content.btype {
    width: 50%;
    padding: 5% 7% 0 0;
}
.overhaul-harajuku .strength .strength_in .content .number {
    position: relative;
    padding-left: 80px;
    margin-bottom: 40px;
    font-size: 2rem;
    color: #b3a381;
    letter-spacing: 3px;
}
.overhaul-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;
}
.overhaul-harajuku .strength .strength_in .content .number:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 66px;
    height: 66px;
    margin: auto;
}
.overhaul-harajuku .strength .strength_in .content h4 {
    margin-bottom: 1em;
    font-size: 3.2rem;
    line-height: 2;
    letter-spacing: 1px;
}
.overhaul-harajuku .strength .double_frame_area {
    margin-bottom: 72px;
} 
.overhaul-harajuku .strength .double_frame_area .double_frame {
    width: 49%;
    padding: 8px;
    border: 1px solid #B3A381;
}
.overhaul-harajuku .strength .double_frame_area .double_frame .double_frame_in {
    border: 1px solid #B3A381;
}
.overhaul-harajuku .strength .double_frame_area .double_frame .double_frame_in .sentence {
    width: 70%;
    margin: 0 3%;
}
.overhaul-harajuku .strength .double_frame_area .double_frame .double_frame_in .sentence p.fsl {
    font-size: 1.8rem;
}

.overhaul-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;
}
.overhaul-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;
}

.overhaul-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;
}
.overhaul-harajuku .whatsoverhaul-wrap{
	padding:100px 0 0;
}
.overhaul-harajuku .whatsoverhaul-wrap .main_title{
	margin-bottom:10%;
}
.overhaul-harajuku .whatsoverhaul-wrap .main_title p.image img{
	width:100%;
}
.overhaul-harajuku .whatsoverhaul-wrap .main_title .title_txt h2 {
    margin-bottom: 0;
    font-size: 3.6rem;
    color: #FFF;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 8px;
}
.overhaul-harajuku .whatsoverhaul-wrap .main_title .title_txt {
    position: absolute;
    top: 0;
    left: 70px;
    bottom: 0;
    width: max-content;
    height: 3.6em;
    margin: auto;
}

.overhaul-harajuku .contact {
    padding: 0 0 150px;
}
body.overhaul-harajuku .box01 {
    width: 100%;
    padding: 8px;
    border: 1px solid #B3A381;
}
.overhaul-harajuku .contact .box01 {
    width: 932px;
    margin: auto;
}
body.overhaul-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.overhaul-harajuku .contact .box_in {
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    height: 254px;
}
body.overhaul-harajuku .contact .box_in p.mb2em {
    margin-bottom: 2em;
}
body.overhaul-harajuku .contact .box_in p {
    font-size: 2rem;
    text-align: center;
}
body.overhaul-harajuku .box_in p.tel_number {
    font-size: 4.6rem;
    color: #B3A381;
}body.overhaul-harajuku .contact .box_in p {
    font-size: 2rem;
    text-align: center;
}body.overhaul-harajuku .contact .box_in p.tel_number + p {
    margin-left: 0.5em;
    font-size: 4.6rem;
    color: #B3A381;
}body.overhaul-harajuku .line-box02 {
    width: 65%;
    margin: 30px auto 0;
	background:#000;
	padding:30px;
}
body.overhaul-harajuku .line-box01 {
	background:#000;
	padding:20px;
}
body.overhaul-harajuku .result {
    padding: 90px 0 100px;
}body.overhaul-harajuku .result h3 {
    margin-bottom: 16px;
    font-size: 4.6rem;
    color: #B3A381;
    font-weight: bold;
    text-align: center;
    background: none;
}body.overhaul-harajuku .result h3 + p {
    margin-bottom: 60px;
    font-size: 2.2rem;
    text-align: center;
}body.overhaul-harajuku .result h3 + p + .sentence {
    margin-bottom: 5%;
}body.overhaul-harajuku .result h3 + p + .sentence p {
    text-align: center;
}body.overhaul-harajuku .result .content {
    width: calc(100%/4);
    margin-bottom: 5%;
    padding: 0 10px;
}body.overhaul-harajuku .result .image {
    width: 100%;
}body.overhaul-harajuku .ofi {
    object-fit: cover;
    font-family: 'object-fit: cover;';
    width: 100%;
    height: 240px;
}body.overhaul-harajuku .result .content_in {
    width: 100%;
    padding: 15px 2%;
}body.overhaul-harajuku .result .content_in dl {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 2px solid #B3A381;
    padding-top: 10px;
    padding-bottom: 10px;
}body.overhaul-harajuku .result .content_in dl:first-child {
    height: 6rem;
}
body.overhaul-harajuku .result .content_in dl dt {
    font-size: 1.3rem;
    color: #B3A381;
    width: 35%;
    line-height: 1.5;
}body.overhaul-harajuku .result .content_in dl dd {
    width: 65%;
    font-size: 1.3rem;
    line-height: 1.5;
}
body.overhaul-harajuku  .process div.flex + div.sentence.mb-0{
	margin-bottom:0;
}
.overhaul-harajuku .price_list_harajuku {
    padding: 90px 0 100px;
}
.overhaul-harajuku .price_list_harajuku h3 {
    margin-bottom: 16px;
    font-size: 4.6rem;
    color: #B3A381;
    font-weight: bold;
    text-align: center;
    background: none;
}
.overhaul-harajuku .price_list_harajuku h3 + p {
    margin-bottom: 60px;
    font-size: 2.2rem;
    text-align: center;
}
.overhaul-harajuku .price_list_harajuku .innerwrap {
    margin-bottom: 50px;
}
.overhaul-harajuku .price_list_harajuku .innerwrap ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.overhaul-harajuku .price_list_harajuku .innerwrap h4 {
    color: #B3A381;
    font-size: 20px;
    margin-bottom: 20px;
}
.overhaul-harajuku .price_list_harajuku .innerwrap ul li:first-child {
    padding-right: 20px;
}
.overhaul-harajuku .price_list_harajuku .innerwrap ul li {
    width: 50%;
}

.overhaul-harajuku .price_list_harajuku .innerwrap ul li:last-child {
    padding-left: 20px;
}
.overhaul-harajuku .price_list_harajuku .innerwrap ul li dl {
    border-bottom: 1px solid #000;
    padding: 15px 0;
    font-size: 18px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.overhaul-harajuku .price_list_harajuku .innerwrap ul li dt {
    text-align: left;
}
.overhaul-harajuku .price_list_harajuku .innerwrap ul li dd {
    text-align: right;
}
.overhaul-harajuku .price_list_harajuku p.attention {
    font-size: 14px;
}
body.overhaul-harajuku .info {
    padding: 30px 0;
}
body.overhaul-harajuku .info .photo {
    width: 50%;
}body.overhaul-harajuku .info .contents {
    width: 50%;
    padding: 0 0 0 5%;
    align-self: center;
}body.overhaul-harajuku .info .contents h3 {
    padding-left: 3%;
    font-size: 2.6rem;
    background: none;
}body.overhaul-harajuku .info .contents dl {
    padding-left: 3%;
    margin-bottom: 5%;
}body.overhaul-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.overhaul-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.overhaul-harajuku .addlinebtn_wrap.box01 {
    margin-bottom: 10px;
}body.overhaul-harajuku .info .contents .box_in.addlinebtn {
    height: 67.5px;
    padding: 0 3.5% 0 3.5%;
}body.overhaul-harajuku .info .box_in p.tel_number {
    letter-spacing: 0.1em;
}body.overhaul-harajuku .map {
    padding: 40px 0;
}body.overhaul-harajuku .map iframe {
    width: 100%;
    height: 350px;
    margin-bottom: 1%;
}body.overhaul-harajuku .gallery {
    padding-bottom: 80px;
}body.overhaul-harajuku .gallery .flex div {
    width: calc(100%/4 - 9px);
    margin-left: 12px;
}body.overhaul-harajuku .gallery .flex div:first-child {
    margin-left: 0px;
}body.overhaul-harajuku .gallery p {
    font-size: 1.8rem;
    text-align: center;
}body.overhaul-harajuku .gallery p:first-child {
    margin-bottom: 2%;
}

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

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

body.overhaul-harajuku .flow#flow{
	padding:50px 0 ;
}

body.overhaul-harajuku .flow h3,body.overhaul-harajuku .faq h3 {
    margin-bottom: 16px;
    font-size: 4.6rem;
    color: #B3A381;
    font-weight: bold;
    text-align: center;
    background: none;
}
body.overhaul-harajuku .flow .flow-step{
	display:flex;
	flex-wrap:wrap;
	list-style:none;
	padding:0;
	margin:0;
}
body.overhaul-harajuku .flow .flow-step li{
	width:calc(100%/5);
	padding:0 15px;
}
body.overhaul-harajuku .flow .flow-step .flowimg{
	position:relative;
	margin-bottom:20px;
}
body.overhaul-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.overhaul-harajuku .flow .flow-step li:last-child .flowimg::after{
	content:none;
}
@media screen and (max-width: 760px){
	body.overhaul-harajuku .price_list_harajuku {
    padding: 10% 0;
}
	body.overhaul-harajuku .price_list_harajuku h3 {
    margin-bottom: 2%;
    font-size: 2rem;
}
	body.overhaul-harajuku .price_list_harajuku h3 + p {
    margin-bottom: 5%;
    letter-spacing: 1px;
		font-size: 1.6rem;
}
	body.overhaul-harajuku .price_list_harajuku .innerwrap h4{
	font-size:18px;
	margin-bottom: 5px;
}
	
body.overhaul-harajuku .price_list_harajuku .innerwrap ul{
	display:block;
	flex-wrap:inherit;
}
body.overhaul-harajuku .price_list_harajuku .innerwrap ul li{
	width:100%;
}
body.overhaul-harajuku .price_list_harajuku .innerwrap ul li:first-child{
	padding-right:0px;
}

body.overhaul-harajuku .price_list_harajuku .innerwrap ul li:last-child{
	padding-left:0px;
}
	body.overhaul-harajuku .price_list_harajuku .innerwrap ul li dl{
		font-size:1.4em;
	}
	body.overhaul-harajuku .price_list_harajuku p.attention{
	font-size:1.2em;
}
	body.overhaul-harajuku .main_title .title_txt {
    right: 0;
    left: 0;
    width: 100%;
    height: 12.5em;
}
body.overhaul-harajuku .main_title .title_txt h2 {
    font-size: 1.4rem;
    text-align: center;
	  line-height:1.75;
    margin-bottom: 1.5em;
}
body.overhaul-harajuku .main_title .title_txt p {
    font-size: 1.25rem;
    text-align: center;
	line-height:1.75;
}
	body.overhaul-harajuku .bnr_content {
     padding: 10% 0;
    
}body.overhaul-harajuku .bnr_content .image{
    width:100%;
	margin-left:auto;
	margin-right:auto;
    
}
 .overhaul-harajuku div.jewelry-harajuku-desc  {
	width:100%;
	font-size:14px;
	line-height:2;
	 margin-top:15px;
}

	body.overhaul-harajuku .result {
     padding: 10% 0;
    
}
	body.overhaul-harajuku .gallery {
    padding: 5% 0;
}
	body.overhaul-harajuku .map {
    padding: 5% 0;
}
	body.overhaul-harajuku .result h3 {
    margin-bottom: 2%;
    font-size: 2rem;
}
	body.overhaul-harajuku .result h3 + p {
    margin-bottom: 5%;
    letter-spacing: 1px;
    font-size: 1.6rem;
}
	body.overhaul-harajuku .result h3 + p + .sentence p {
    text-align: left;
}
	body.overhaul-harajuku .result .content {
    width: 49%;
}
	body.overhaul-harajuku .result .content a {
    display: block;
}
	body.overhaul-harajuku .result .image {
    width: 100%;
}
	body.overhaul-harajuku .result .content_in {
    width: 100%;
    padding: 0;
}
	body.overhaul-harajuku .result .content_in dl {
    display: block;
    flex-wrap: wrap;
    border-bottom: 2px solid #B3A381;
    padding-top: 7px;
    padding-bottom: 7px;
	
}
	body.overhaul-harajuku .result .content_in dl:first-child{
	height:7.5rem;
	}
	body.overhaul-harajuku .result .content_in dl dt {
    font-size: 1.3rem;
    color: #B3A381;
    width: 100%;
    line-height: 1.5;
}
	body.overhaul-harajuku .result .content_in dl dd {
    width: 100%;
    font-size: 1.3rem;
    line-height: 1.5;
}
	body.overhaul-harajuku .contact {
    padding: 10% 0 25%;
}
	body.overhaul-harajuku .contact .box01 {
    width: 100%;
}
	body.overhaul-harajuku .contact .box_in {
    height: auto;
    padding: 5% 2.5%;
}
	body.overhaul-harajuku .contact .box_in p.mb2em {
    margin-bottom: 1em;
}
	body.overhaul-harajuku .contact .box_in p.tel_number {
    text-align: center;
}
body.overhaul-harajuku .contact .box_in p {
    font-size: 1.2rem;
	text-align: left;
}
	body.overhaul-harajuku .contact .box_in p.tel_number + p {
    margin-left: 0;
    font-size: 2.6rem;
}
	body.overhaul-harajuku .contact .box_in p.tel_number + p a {
    color: #B3A381;
}
	body.overhaul-harajuku .line-box02 {
    width: 100%;
    margin: 20px auto 0;
		background:#000;
	padding:20px;
}
	
	body.overhaul-harajuku .info .flex {
    display: block;
}
	body.overhaul-harajuku .info .photo {
    width: 100%;
    margin-bottom: 5%;
}
	 body.overhaul-harajuku .info .contents {
    width: 100%;
    padding: 0 2%;
}
	body.overhaul-harajuku .info .contents h3 {
    padding-left: 0;
    margin-bottom: 0;
    font-size: 1.6rem;
}
	body.overhaul-harajuku .info .contents dl {
    padding-left: 0;
}
	body.overhaul-harajuku .info .contents dl dt {
    position: initial;
    font-size: 1.2rem;
}
	body.overhaul-harajuku .info .contents dl dd {
    padding-left: 0;
    font-size: 1.2rem;
    line-height: 1.6;
}
	body.overhaul-harajuku .box01 {
    padding: 2%;
}
	body.overhaul-harajuku .info .contents .box_in.addlinebtn {
    height: 47px;
    padding: 4%;
}
	body.overhaul-harajuku .map p a {
    font-size: 1.2rem;
}
	body.overhaul-harajuku .gallery .flex {
    display: block;
}
	body.overhaul-harajuku .gallery .flex div {
		margin-left:0px;
    width: 100%;
}
	
	body.overhaul-harajuku .gallery .flex div p img{
    width: 100%;
}
	body.overhaul-harajuku .box_in p.tel_number a {
    font-size: 2.6rem;
    color: #B3A381;
}
	body.overhaul-harajuku .info .box_in p {
    font-size: 1.4rem;
    text-align: center;
}
	body.overhaul-harajuku .gallery p {
    margin-bottom: 5%;
    font-size: 1.2rem;
	}
	body.overhaul-harajuku .fixed-footer{
		position: fixed;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
		justify-content:center;
	}
	body.overhaul-harajuku .fixed-footer .newicon_phone a{
		background: #b4a382;
    padding-bottom: 10px;
    padding-top: 10px;
    display: block;
	}
	body.overhaul-harajuku .fixed-footer .newicon_line a{
		background: #4cc864;
    padding-bottom: 10px;
    padding-top: 10px;
    display: block;
	}
	body.overhaul-harajuku .fixed-footer p.text-line img{
		width:100%;
		height:auto;
		margin-bottom:-1px;
	}
	
	body.overhaul-harajuku #info p.text-line{
		width:100%;
		height:auto;
		margin-bottom:10px;
	}
	
	body.overhaul-harajuku .contact p.text-line img{
		width:100%;
		height:auto;
		margin-bottom:10px;
	}
	body.overhaul-harajuku .fixed-footer .newicon{
		width:50%;
	}
	
	body.overhaul-harajuku .concept{
		padding: 10% 0;
	}
	body.overhaul-harajuku .concept .sentence.tac + .flex{
		display: block;
	}
	body.overhaul-harajuku .concept .content{
		width: 100%;
		margin-bottom: 5%;
	}
	body.overhaul-harajuku .concept .content:last-child{
		margin-bottom: 0;
	}
	body.overhaul-harajuku .concept .content .number:before{
		width: 3em;
		height: 3em;
	}
	body.overhaul-harajuku .concept .content .number.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;
	}
	body.overhaul-harajuku .concept .content .number.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;
	}
	body.overhaul-harajuku .concept .content .number.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;
	}
	
	body.overhaul-harajuku .concept .content .number{
		padding-top: 3.5em;
		margin-bottom: 0.5em;
		font-size: 1.2rem;
	}
	body.overhaul-harajuku .concept .content .image{
		margin-bottom: 5%;
	}
	body.overhaul-harajuku .concept .content .image + div{
		padding: 0 3%;
	}
	body.overhaul-harajuku .concept .content h4{
		margin-bottom: 0.5em;
		font-size: 1.4rem;
	}
	body.overhaul-harajuku .strength{
		padding: 10% 0;
	}
	body.overhaul-harajuku .strength .flex{
		display: block;
	}
	body.overhaul-harajuku .strength .strength_in{
		margin-bottom: 5%;
	}
	body.overhaul-harajuku .strength .strength_in .image{
		width: 100%;
	}
	body.overhaul-harajuku .strength .strength_in .content{
		width: 100%;
		padding: 7% 2% 0;
	}
	body.overhaul-harajuku .strength .strength_in .content .number{
		padding-left: 3.5em;
		margin-bottom: 1em;
		font-size: 1.4rem;
	}
	body.overhaul-harajuku .strength .strength_in .content .number:before{
		width: 2.5em;
		height: 2.5em;
	}
	body.overhaul-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.overhaul-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.overhaul-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.overhaul-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.overhaul-harajuku .strength .strength_in .content h4{
		margin-bottom: 0;
		font-size: 1.4rem;
	}
	body.overhaul-harajuku .strength .double_frame_area{
		margin-bottom: 5%;
	}
	body.overhaul-harajuku .strength .double_frame_area .double_frame{
		width: 100%;
		padding: 3%;
		margin-bottom: 5%;
		border: 1px solid #B3A381;
	}
	body.overhaul-harajuku .strength .double_frame_area .double_frame{
		margin-bottom: 3%;
	}
	body.overhaul-harajuku .strength .double_frame_area .double_frame img{
		width: 60%;
		vertical-align: top;
		display:block;
		margin:15px auto 0;
	}
	body.overhaul-harajuku .strength .double_frame_area .double_frame .double_frame_in .sentence{
		width: 100%;
		margin: 0;
		padding: 3%;
	}
	body.overhaul-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.overhaul-harajuku .strength .btn_area .btn{
		position: relative;
		width: 100%;
		margin-bottom: 5%;
	}
	body.overhaul-harajuku .strength .btn_area .btn p img{
		width: 100%;
	}
	body.overhaul-harajuku .strength .btn_area .btn .btn_txt{
		position: absolute;
		left: 5%;
		bottom: 7%;
		height: 8em;
	}
	body.overhaul-harajuku .strength .btn_area .btn:first-child .btn_txt{
		height: 5em;
	}
	body.overhaul-harajuku .strength .btn_area .btn_txt p{
		font-size: 1.6rem;
	}
	body.overhaul-harajuku .strength .btn_area .btn .btn_txt p:first-child{
		font-size: 2rem;
	}
	body.overhaul-harajuku .strength .btn_area .btn2 .btn_txt{
		width: 100%;
		height: 5em;
	}
	body.overhaul-harajuku .strength .btn_area .btn2 .btn_txt p{
		font-size: 1.2rem;
	}
	body.overhaul-harajuku .strength .btn_area .btn2 .btn_txt p:first-child{
		font-size: 2rem;
	}
	.overhaul-harajuku .whatsoverhaul-wrap .main_title .title_txt h2 {
    margin-bottom: 0;
    font-size: 1.4rem;
    color: #FFF;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 8px;
}
	.overhaul-harajuku .whatsoverhaul-wrap .main_title .title_txt {
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0;
    width: max-content;
    height: 1.4em;
    margin: auto;
}
	body.overhaul-harajuku .ofi {
    width: 100%;
    height: 172px;
}

	body.overhaul-harajuku .flow .flow-step {
    display: block;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}
	body.overhaul-harajuku .flow .flow-step li {
    width: 100%;
    padding: 0;
    display: flex;
		position:relative;
		margin-bottom:30px;
}
	body.overhaul-harajuku .flow .flow-step li:last-child {
		margin-bottom:0px;}
	body.overhaul-harajuku .flow .flow-step .flowimg {
    position: relative;
    margin-bottom: 0;
    width: 30%;
}
	
	body.overhaul-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.overhaul-harajuku .flow .flow-step .flowdes {
    width: 70%;
    padding-left: 15px;
    align-self: center;
}
	body.overhaul-harajuku .flow#flow {
    padding: 10% 0;
}

	body.overhaul-harajuku .flow h3,body.overhaul-harajuku .faq h3 {
    margin-bottom: 2%;
    font-size: 2rem;
}
	
}
@media screen and (min-width: 992px) and (max-width: 1261px){
body.overhaul-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;
}
}
/*


.overhaul-harajuku 
.overhaul-harajuku 
.overhaul-harajuku 
.overhaul-harajuku .strength 

.overhaul-harajuku*/
