@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;
	background:none;
}

.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 50px;
}
.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 .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;
	}
}
/*---------23.09.01原宿店口コミバナー追加-----*/
.addnewicon .bnr_content {
    padding: 50px 0 50px;
}
body.addnewicon .bnr_content .image {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
/*---------23.07.12原宿店料金表追加-----*/
.price_list_harajuku {
    padding: 90px 0 100px;
}
.price_list_harajuku h3 {
    margin-bottom: 16px;
    font-size: 4.6rem;
    color: #B3A381;
    font-weight: bold;
    text-align: center;
    background: none;
}
.price_list_harajuku h3 + p {
    margin-bottom: 60px;
    font-size: 2.2rem;
    text-align: center;
}
.price_list_harajuku .innerwrap h4{
	color: #B3A381;
	font-size: 20px;
	margin-bottom: 20px;
}
.price_list_harajuku .innerwrap{
	margin-bottom: 50px;
}
.price_list_harajuku .innerwrap:last-child{
	margin-bottom: 0px;
}
.price_list_harajuku .innerwrap ul{
	list-style:none;
	display:flex;
	flex-wrap:wrap;
	margin-bottom: 20px;
}
.price_list_harajuku .innerwrap ul li{
	width:50%;
}
.price_list_harajuku .innerwrap ul li:first-child{
	padding-right:20px;
}

.price_list_harajuku .innerwrap ul li:last-child{
	padding-left:20px;
}
.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;
}
.price_list_harajuku .innerwrap ul li dt{
	text-align:left;
}
.price_list_harajuku .innerwrap ul li dd{
	text-align:right;
}
.price_list_harajuku p.attention{
	font-size:14px;
}
/*--------------------LINE画像テキスト追加---------------------*/

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

	body.addnewicon .info p.text-line img{
		width:100%;
		height:auto;
		margin-bottom:10px;
	}
@media screen and (max-width: 760px){
	body.addnewicon .bnr_content {
     padding: 10% 0;
    
}body.addnewicon .bnr_content .image{
    width:100%;
	margin-left:auto;
	margin-right:auto;
    
}
	.price_list_harajuku {
    padding: 10% 0;
}
	.price_list_harajuku h3 {
    margin-bottom: 2%;
    font-size: 2rem;
}
	.price_list_harajuku h3 + p {
    margin-bottom: 5%;
    letter-spacing: 1px;
		font-size: 1.6rem;
}
	.price_list_harajuku .innerwrap h4{
	font-size:18px;
	margin-bottom: 5px;
}
	
.price_list_harajuku .innerwrap ul{
	display:block;
	flex-wrap:inherit;
}
.price_list_harajuku .innerwrap ul li{
	width:100%;
}
.price_list_harajuku .innerwrap ul li:first-child{
	padding-right:0px;
}

.price_list_harajuku .innerwrap ul li:last-child{
	padding-left:0px;
}
	.price_list_harajuku .innerwrap ul li dl{
		font-size:1.4em;
	}
	.price_list_harajuku p.attention{
	font-size:1.2em;
}
}
/*---------23.07.12原宿店料金表追加ここまで-----*/
/*---------24.01.18原宿店「強み」「流れ」追加-----*/
body.each_shop.addnewicon.shop_harajuku .strength{
	padding: 100px 0 150px;
	background: url(../img/common/bg01.png);
}
body.each_shop.addnewicon.shop_harajuku .strength h3 {
    font-size: 4.6rem;
    color: #000;
    font-weight: bold;
    text-align: center;
	margin-bottom:0;
	background:none;
	
}
body.each_shop.addnewicon.shop_harajuku .strength h3+p {
	margin-bottom: 1em;
    font-size: 2.6rem;
    text-align: center;
}
body.each_shop.addnewicon.shop_harajuku .strength h3+ p + .sentence {
    margin-bottom: 56px;
}
body.each_shop.addnewicon.shop_harajuku .strength .strength_in{
	margin-bottom: 50px;
}
body.each_shop.addnewicon.shop_harajuku .strength .strength_in .image{
	width: 50%;
}
body.each_shop.addnewicon.shop_harajuku .strength .strength_in .content{
	width: 50%;
	padding: 5% 7% 0;
}

body.each_shop.addnewicon.shop_harajuku .strength .strength_in .content.btype{
	width: 50%;
	padding: 5% 7% 0 0;
}
body.each_shop.addnewicon.shop_harajuku .strength .strength_in .content .number{
	position: relative;
	padding-left: 80px;
	margin-bottom: 40px;
	font-size: 2rem;
	color: #b3a381;
	letter-spacing: 3px;
}
body.each_shop.addnewicon.shop_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.each_shop.addnewicon.shop_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.each_shop.addnewicon.shop_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.each_shop.addnewicon.shop_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.each_shop.addnewicon.shop_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.each_shop.addnewicon.shop_harajuku .strength .strength_in .content h4{
	margin-bottom: 1em;
	font-size: 3.2rem;
	line-height: 2;
	letter-spacing: 1px;
}
body.each_shop.addnewicon.shop_harajuku .strength .double_frame_area{
	margin-bottom: 72px;
}
body.each_shop.addnewicon.shop_harajuku .strength .double_frame_area .double_frame{
	width: 49%;
	padding: 8px;
	border: 1px solid #B3A381;
}
body.each_shop.addnewicon.shop_harajuku .strength .double_frame_area .double_frame .double_frame_in{
	border: 1px solid #B3A381;	
}
body.each_shop.addnewicon.shop_harajuku .strength .double_frame_area .double_frame .double_frame_in .sentence{
	width: 70%;
	margin: 0 3%;
}
body.each_shop.addnewicon.shop_harajuku .strength .double_frame_area .double_frame .double_frame_in .sentence p.fsl{
	font-size: 1.8rem;
}
body.each_shop.addnewicon.shop_harajuku .strength .btn_area .btn{
	position: relative;
	width: 25%;
}
body.each_shop.addnewicon.shop_harajuku .strength .btn_area a{
	display: block;
}
body.each_shop.addnewicon.shop_harajuku .strength .btn_area .btn .btn_txt{
	position: absolute;
	left: 25px;
	bottom: 15px;
	width: max-content;
	height: 11em;
	margin: auto;
}
body.each_shop.addnewicon.shop_harajuku .strength .btn_area .btn:first-child .btn_txt{
	height: 8em;
}
body.each_shop.addnewicon.shop_harajuku .strength .btn_area .btn_txt p{
	font-size: 2.6rem;
	color: #FFF;
}
body.each_shop.addnewicon.shop_harajuku .strength .btn_area .btn .btn_txt p:first-child{
	font-size: 2.3rem;
}
body.each_shop.addnewicon.shop_harajuku .strength .btn_area .btn2{
	position: relative;
	width: 100%;
}
body.each_shop.addnewicon.shop_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.each_shop.addnewicon.shop_harajuku .strength .btn_area .btn2 .btn_txt p{
	text-align: center;
}
body.each_shop.addnewicon.shop_harajuku .strength .btn_area .btn2 .btn_txt p:first-child{
	font-size: 4.6rem;
}
body.each_shop.addnewicon.shop_harajuku .flow#flow{
	padding:50px 0 ;
}

body.each_shop.addnewicon.shop_harajuku .flow h3 {
    margin-bottom: 16px;
    font-size: 4.6rem;
    color: #B3A381;
    font-weight: bold;
    text-align: center;
    background: none;
}
body.each_shop.addnewicon.shop_harajuku .flow h3+ p {
    margin-bottom: 1em;
    font-size: 2.6rem;
    text-align: center;
}

body.each_shop.addnewicon.shop_harajuku .flow .flow-step{
	display:flex;
	flex-wrap:wrap;
	list-style:none;
	padding:0;
	margin:0;
	justify-content: center;
}
body.each_shop.addnewicon.shop_harajuku .flow .flow-step li{
	width:calc(100%/5);
	padding:0 15px;
}
body.each_shop.addnewicon.shop_harajuku .flow .flow-step .flowimg{
	position:relative;
	margin-bottom:20px;
}
body.each_shop.addnewicon.shop_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.each_shop.addnewicon.shop_harajuku .flow .flow-step li:last-child .flowimg::after{
	content:none;
}

@media screen and (max-width: 768px) {
	body.each_shop.addnewicon.shop_harajuku .strength h3{
		margin-bottom: 2%;
    font-size: 2rem;
	}
	body.each_shop.addnewicon.shop_harajuku .strength h3+p{
		margin-bottom: 5%;
    letter-spacing: 1px;
    font-size: 1.6rem;
	}
	body.each_shop.addnewicon.shop_harajuku .strength{
		padding: 10% 0;
	}
	body.each_shop.addnewicon.shop_harajuku .strength .sentence.tac p{
		text-align: left;
	}
	body.each_shop.addnewicon.shop_harajuku .strength .flex{
		display: block;
	}
	body.each_shop.addnewicon.shop_harajuku .strength .strength_in{
		margin-bottom: 5%;
	}
	body.each_shop.addnewicon.shop_harajuku .strength .strength_in .image{
		width: 100%;
	}
	body.each_shop.addnewicon.shop_harajuku .strength .strength_in .content{
		width: 100%;
		padding: 7% 2% 0;
	}
	
	body.each_shop.addnewicon.shop_harajuku .strength .strength_in .content.btype{
		width: 100%;
		padding: 7% 2%;
	}
	body.each_shop.addnewicon.shop_harajuku .strength .strength_in .content .number{
		padding-left: 3.5em;
		margin-bottom: 1em;
		font-size: 1.4rem;
	}
	body.each_shop.addnewicon.shop_harajuku .strength .strength_in .content .number:before{
		width: 2.5em;
		height: 2.5em;
	}
	body.each_shop.addnewicon.shop_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.each_shop.addnewicon.shop_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.each_shop.addnewicon.shop_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.each_shop.addnewicon.shop_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.each_shop.addnewicon.shop_harajuku .strength .strength_in .content h4{
		margin-bottom: 0;
		font-size: 1.4rem;
	}
	body.each_shop.addnewicon.shop_harajuku .strength .double_frame_area{
		margin-bottom: 5%;
	}
	body.each_shop.addnewicon.shop_harajuku .strength .double_frame_area .double_frame{
		width: 100%;
		padding: 3%;
		margin-bottom: 5%;
		border: 1px solid #B3A381;
	}
	body.each_shop.addnewicon.shop_harajuku .strength .double_frame_area .double_frame{
		margin-bottom: 3%;
	}
	body.each_shop.addnewicon.shop_harajuku .strength .double_frame_area .double_frame img{
		width: 60%;
    vertical-align: top;
    display: block;
    margin: 15px auto 0;
	}
	body.each_shop.addnewicon.shop_harajuku .strength .double_frame_area .double_frame .double_frame_in .sentence{
		width: 100%;
		margin: 0;
		padding: 3%;
	}
	body.each_shop.addnewicon.shop_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.each_shop.addnewicon.shop_harajuku .strength .btn_area .btn{
		position: relative;
		width: 100%;
		margin-bottom: 5%;
	}
	body.each_shop.addnewicon.shop_harajuku .strength .btn_area .btn p img{
		width: 100%;
	}
	body.each_shop.addnewicon.shop_harajuku .strength .btn_area .btn .btn_txt{
		position: absolute;
		left: 5%;
		bottom: 7%;
		height: 8em;
	}
	body.each_shop.addnewicon.shop_harajuku .strength .btn_area .btn:first-child .btn_txt{
		height: 5em;
	}
	body.each_shop.addnewicon.shop_harajuku .strength .btn_area .btn_txt p{
		font-size: 1.6rem;
	}
	body.each_shop.addnewicon.shop_harajuku .strength .btn_area .btn .btn_txt p:first-child{
		font-size: 2rem;
	}
	body.each_shop.addnewicon.shop_harajuku .strength .btn_area .btn2 .btn_txt{
		width: 100%;
		height: 5em;
	}
	body.each_shop.addnewicon.shop_harajuku .strength .btn_area .btn2 .btn_txt p{
		font-size: 1.2rem;
	}
	body.each_shop.addnewicon.shop_harajuku .strength .btn_area .btn2 .btn_txt p:first-child{
		font-size: 2rem;
	}
	body.each_shop.addnewicon.shop_harajuku .flow h3 {
    margin-bottom: 2%;
    font-size: 2rem;
}
	body.each_shop.addnewicon.shop_harajuku .flow h3+p {
    margin-bottom: 5%;
    letter-spacing: 1px;
    font-size: 1.6rem;
}
	body.each_shop.addnewicon.shop_harajuku .flow .flow-step {
    display: block;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}
	body.each_shop.addnewicon.shop_harajuku .flow .flow-step li {
    width: 100%;
    padding: 0;
    display: flex;
		position:relative;
		margin-bottom:30px;
}
	body.each_shop.addnewicon.shop_harajuku .flow .flow-step li:last-child {
		margin-bottom:0px;}
	body.each_shop.addnewicon.shop_harajuku .flow .flow-step .flowimg{
		width:30%;
	}
	body.each_shop.addnewicon.shop_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.each_shop.addnewicon.shop_harajuku .flow .flow-step .flowdes {
    width: 70%;
    padding-left: 15px;
    align-self: center;
}
	body.each_shop.addnewicon.shop_harajuku .flow#flow {
    padding: 10% 0;
}
}
/*---------24.01.18原宿店「強み」「流れ」追加ここまで-----*/
.main_title .wrap{
	position: relative;
	max-width: 1300px;
	margin-bottom: 0;
}
.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{
	background: url(../img/shop/bg_ttl.png) repeat-x center center;
	margin-bottom: 2em;
}
h3 span{
	font-size: 2rem;
	color: #B3A381;
	font-weight: bold;
	line-height: 1;
	background: #fff;
	padding: 0 15px 0 5px;
}
.laboratory h3 span{
	width: 12em;
}
.minoru h3 span{
	width: 22em;
}

.sub_nav{
	margin: 20px 0 60px;
}
.sub_nav > div{
	padding: 2em 0 1em 0.5em;
}
.sub_nav > div:first-child{
	border-bottom: 1px dotted #b3a381;
}
.sub_nav p{
	font-size: 1.4rem;
	color: #B3A381;
	letter-spacing: 0;
}
.sub_nav p.title01{
	margin-right: 4em;
}
.sub_nav p.title02{
	margin-right: 5em;
}
.sub_nav p a{
	position: relative;
	display: block;
	padding: 0 1em 0 1.5em;
	text-decoration: underline;
}
.sub_nav p a:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 1.3em;
	height: 1.3em;
	margin: auto;
	background: url(../img/common/icon_shop_nav.png) no-repeat center center;
	-webkit-background-size: 1.2em;
	     -o-background-size: 1.2em;
	        background-size: 1.2em;
}
.ie .sub_nav p a:before,
.edge .sub_nav p a:before{
	width: 18.4px;
	height: 18.4px;
	background: url(../img/common/icon_shop_nav.png) no-repeat center center;
	-webkit-background-size: 18px;
	     -o-background-size: 18px;
	        background-size: 18px;
}

.shop_block {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-top: 105px;
}

.shop_block aside {
	width: 22%;
	max-width: 267px;
}

.shop_block aside .asidettl {
	font-size: 2.5rem;
	margin-bottom: 5%;
	color: #b3a381;
	pointer-events: none;
}

.shop_block aside dt {
	background-color: #b3a381;
	color: #fff;
	font-size: 1.4rem;
	padding: 15px 10px;
	/*pointer-events: none;*/
}

.shop_block aside dd {
	display: flex;
	align-items: center;
	padding: 10px 5px;
	border-bottom: dotted 1px #b3a381;
}

.shop_block aside dd p {
	font-size: 1.4rem;
}

.shop_block aside dd p.prefectures {
	color: #989898;
	margin-right: 13%;
}

.shop_block aside dd p.storetype {
	color: #fff;
	font-size: 1.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 26px;
	border-radius: 13px;
	margin-right: 5px;
	letter-spacing: 0;
}

.shop_block aside dd p.storetype.direct {
	background-color: #b3a381;
}

.shop_block aside dd p.storetype.vc {
	background-color: #321f12;
}

.shop_block aside dd p.store a {
	color: #321f12;
	text-decoration: underline;
}

.shop_block aside dd p.none1,
.shop_block aside dd p.none2 {
	width: 50%;
}

.shop_block aside dd p.none1 {
	color: #989898;
}

.shop_block aside dd p.none2 {
	color: #321f12;
}

.shop_area {
	width: 73%;
	max-width: 880px;
}

.shop_area .flex {
	margin-bottom: 5%;	
}
.shop_area .photo{
	width: 41%;
	max-width: 365px;
}
.shop_area .photo a img{
	padding:8px;
	border:1px #B3A381 solid;
}
.shop_area .content{
	width: 55%;
	max-width: 485px;
}
.shop_area .content h4{
	margin-bottom: 1em;
	font-size: 2rem;
	letter-spacing: 0;
}
.shop_area .content h4 .small {
	font-size: 1.4rem;
}
.shop_area .content dl dt{
	position: absolute;
	font-size: 1.4rem;
	color: #B3A381;
	line-height: 2;
	letter-spacing: 0;
	font-family: 'Noto Sans JP', sans-serif;
}
.shop_area .content dl dd{
	padding-left: 6em;
	font-size: 1.4rem;
	line-height: 2;
	letter-spacing: 0;
	font-family: 'Noto Sans JP', sans-serif;
}

.shop_area .content .storelink {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.shop_area .content .storelink .storetype {
	width: 63px;
	height: 24px;
	margin-right: 13px;
	border-radius: 12px;
	color: #fff;
	font-size: 1.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 0;
}

.shop_area .content .storelink .storetype.direct {
	background-color: #b3a381;
}

.shop_area .content .storelink .storetype.vc {
	background-color: #321f12;
}

.shop_area .content .storelink a {
	font-size: 1.2rem;
	position: relative;
	padding-right: 35px;
}

.shop_area .content .storelink a:after {
	content: '';
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.shop_area .content .storelink a.direct {
	color: #b3a381;
}

.shop_area .content .storelink a.direct:after {
	background-image: url(../img/shop/icon_link_direct.png);
}

.shop_area .content .storelink a.vc {
	color: #321f12;
}

.shop_area .content .storelink a.vc:after {
	background-image: url(../img/shop/icon_link_vc.png);
}

.btn_moreshop a{
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	        justify-content: center;
	width: 85%;
	height: 3em;
	margin: auto ;
	font-size: 1.6rem;
	color: #b3a381;
	border: 1px solid #b3a381;
}
.ie .btn_moreshop a{
	padding-top: 7px;
}
.btn_moreshop 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.png) no-repeat center center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

.btn_area{
	padding: 50px 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;
}

/*each_shop*/
.each_shop .main_title .title_txt{
	height: 12em;
}
.sub_nav2{
	margin: 60px 0 55px;
}
.sub_nav2 li{
	width: 33.3%;
}
.sub_nav2 li a{
	position: relative;
	display: block;
	padding-left: 74px;
	font-size: 1.6rem;
	line-height: 1.5;
}
.sub_nav2 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;
}

.info{
	padding: 30px 0;
}
.info .photo{
	width: 50%;
}
.info .contents{
	width: 50%;
	padding: 0 0 0 5%;
}
.info .contents h3{
	padding-left: 3%;
	margin-bottom: 1em;
	font-size: 2.6rem;
	background: none;
}
.info .contents dl{
	padding-left: 3%;
	margin-bottom: 5%;
}
.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;
}
.info .contents dl dd{
	padding-left: 6em;
	font-size: 1.8rem;
	line-height: 2;
	letter-spacing: 1px;
	font-family: 'Noto Sans JP', sans-serif;
}
.info .contents .box_in{
	height: 154px;
	padding: 0 0 0 10%;
}

.info .contents .box_in.addlinebtn{
	height: 67.5px;
	padding: 0 3.5% 0 3.5%;
}

body.addnewicon .line-box02 {
    width: 65%;
    margin: 30px auto 0;
	background:#000;
	padding:30px;
}
body.addnewicon .line-box01 {
	background:#000;
	padding:20px;
}
.info .box_in p{
	font-size: 2rem;
	color: #B3A381;
}
.info .box_in p.tel_number{
	letter-spacing: 0.1em;
}
.box01{
	width: 100%;
	padding: 8px;
	border: 1px solid #B3A381;
}.addlinebtn_wrap.box01{
	margin-bottom:10px;
}
.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;
}
.box_in p.tel_number{
	font-size: 4.6rem;
	color: #B3A381;
}

.map{
	padding: 40px 0;
}
.map iframe{
	width: 100%;
	height: 350px;
	margin-bottom: 1%;
}
.map p a{
	display: block;
	float: right;
	font-size: 1.4rem;
	text-align: right;
	text-decoration: underline;
	font-family: 'Noto Sans JP', sans-serif;
}

.gallery{
	margin-bottom: 80px;
}
.gallery .flex div{
	width: 30%;
}
.gallery p{
	font-size: 1.8rem;
	text-align: center;
}
.gallery p:first-child{
	margin-bottom: 2%;
}
.gallery p img{
	width: 100%;
}

.news{
	padding: 80px 0 90px;
	background: url(../img/common/bg01.png);
}
.news .wrap{
	max-width: 1160px;
}
.news h3{
	background: none;
}
.news dl{
	width: 90%;
	max-width: 1040px;
}
.news dl dt{
	position: absolute;
	padding: 1.4em;
	font-size: 1.6rem;
	color: #B3A381;
	z-index: 1;
	font-family: 'Noto Sans JP', sans-serif;
}
body.fixed .news dl dt{
	position: static;
}
.news dl dd{
	position: relative;
	padding: 1.6em 1em 1.6em 11em;
	font-size: 1.4rem;
	border-bottom: 1px solid #b3a381;
	font-family: 'Noto Sans JP', sans-serif;
}
.news dl dd:after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 96%;
	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;
}

.result{
	padding: 90px 0 110px;
}
.result h3{
	margin-bottom: 16px;
	font-size: 4.6rem;
	color: #B3A381;
	font-weight: bold;
	text-align: center;
	background: none;
}
.result h3 + p{
	margin-bottom: 60px;
	font-size: 2.2rem;
	text-align: center;
}
.result h3 + p + .sentence{
	margin-bottom: 5%;
}
.result h3 + p + .sentence p{
	text-align: center;
}
.result .content{
	width: 48%;
	margin-bottom: 5%;
}
.result .image{
	width: 50%;
}
.result .content_in{
	width: 50%;
	padding: 0 2%;
}
.result .content p.date{
	margin: 1em 22px;
	font-size: 1.6rem;
	color: #B3A381;
}
.result .content h4{
	margin: 0 22px;
	font-size: 1.8rem;
}
.result .content h4 + .sentence{
	margin: 0 22px;
}
.btn_more_result 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: auto ;
	font-size: 1.6rem;
	color: #b3a381;
	border: 1px solid #b3a381;
}
.ie .btn_more_result a{
	padding-top: 7px;
}
.btn_more_result 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.png) no-repeat center center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
.btn_more_result--inverted{
	margin-top: 24px;
}
.btn_more_result--inverted a {
	background-color: #b4a281;
	color: #fff;
	border-color: #b4a281;
}
.btn_more_result--inverted a:after {
	background-image: url(../img/common/icob_arrow_right_white.png); /* 白矢印の画像を用意できる場合 */
}

.btn_fb a{
	position: relative;
	display: -webkit-flex;
	display: 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: 350px;
	background: url(../img/shop/bg_fb.png) no-repeat center center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
.btn_fb a:after{
	content: "";
	position: absolute;
	top: 0;
	left: 80%;
	bottom: 0;
	width: 75px;
	height: 145px;
	margin: auto;
	background: url(../img/common/icon_fb_arrow.png) no-repeat center center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
.btn_fb p{
	font-size: 2.6rem;
	color: #FFF;
	text-align: center;
}
.btn_fb p:first-child{
	margin-bottom: 3%;
}

.message{
	padding: 88px 0 100px;
	background: url(../img/common/bg01.png);
}
.message h3{
	font-size: 4.6rem;
	color: #B3A381;
	font-weight: bold;
	text-align: center;
	background: none;
}
.message h3+ p{
	margin-bottom: 3em;
	font-size: 2.2rem;
	text-align: center;
}
.message .image_area{
	width: 50%;
}
.message .image_area p{
	padding: 0 0 0 1em;
	font-size: 1.6rem;
	letter-spacing: 1px;
}
.message .image_area p:first-child{
	padding: 0;
	margin-bottom: 3%;
}
.message .sentence{
	width: 50%;
	padding: 3% 7%;
}

.contact{
	padding: 86px 0 150px;
}
.contact .box01{
	width: 932px;
	margin: auto;
}
.contact .box_in{
	-webkit-align-items: center;
	        align-items: center;
	width: 100%;
	height: 254px;
}
.contact .box_in p{
	font-size: 2rem;
	text-align: center;
}
.contact .box_in p.mb2em{
	margin-bottom: 2em;
}
.contact .box_in p.tel_number + p{
	margin-left: 0.5em;
	font-size: 4.6rem;
	color: #B3A381;
}

.service{
	padding: 60px 0 70px;
	background: #321f12;
}
.service h3{
	width: 355px;
	margin: 0 auto 48px;
	background: none;
}
.service .btn{
	position: relative;
	width: 25%;
}
.service a{
	display: block;
}
.service .btn .btn_txt{
	position: absolute;
	left: 25px;
	bottom: 15px;
	width: 90%;
	height: 11em;
	margin: auto;
}
.service .btn:first-child .btn_txt{
	height: 8em;
}
.service .btn_txt p{
	font-size: 2.6rem;
	color: #FFF;
}
.service .btn .btn_txt p:first-child{
	font-size: 2.3rem;
}

.each_shop_btn_area{
	padding: 148px 0 160px;
}
.each_shop_btn_area .btn01{
	position: relative;
	width: 48%;
}
.each_shop_btn_area .btn01 + .flex{
	width: 48%;
}
.each_shop_btn_area .btn02{
	position: relative;
}
.each_shop_btn_area .btn01 a,
.each_shop_btn_area .btn02 a{
	display: block;
}
.each_shop_btn_area .btn01 .btn_txt{
	position: absolute;
	bottom: 5%;
	left: 5%;
	width: 90%;
	margin: auto;
}
.each_shop_btn_area .btn02 .btn_txt{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 5%;
	width: 90%;
	margin: auto;
}
.each_shop_btn_area .btn01 .btn_txt{
	height: 27em;
}
.each_shop_btn_area .btn02 .btn_txt{
	height: 16em;
}
.each_shop_btn_area .btn01 .btn_txt p,
.each_shop_btn_area .btn02 .btn_txt p{
	font-size: 1.8rem;
	color: #FFF;
}
.each_shop_btn_area .btn01 .btn_txt p:first-child,
.each_shop_btn_area .btn02 .btn_txt p:first-child{
	font-size: 4rem;
}
.each_shop_btn_area .btn01 .btn_txt .en + p,
.each_shop_btn_area .btn02 .btn_txt .en + p{
	font-size: 2.6rem;
}

/*news*/
.btn_retaurn a{
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	        justify-content: center;
	width: 854px;
	height: 4em;
	margin: 0 auto 12%;
	font-size: 2rem;
	color: #b3a381;
	border: 2px solid #b3a381;
}
.ie .btn_retaurn a{
	padding-top: 7px;
}
.btn_retaurn 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.png) no-repeat center center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
.single .main_title{
	margin-bottom: 0;
}
.single .sub_nav2 + .wrap{
	margin-top: 150px;
}
.shop_news h3,
.coolumn_title h3{
	background: none;
}
.main_content .btn_return a{
	width: 60%;
}
.shop_news .sub_nav2{
	margin: 60px 0 100px;
}

/*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;
}

.result{
	padding: 90px 0 100px;
}
.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;
}

.delivery{
	position: relative;
}
.delivery .btn_txt{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: max-content;
	height: 26em;
	margin: auto;
}
.delivery .btn_txt h3{
	font-size: 4.6rem;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	background: none;
}
.delivery .btn_txt h3 + p{
	margin-bottom: 0.5em;
	font-size: 2.6rem;
	text-align: center;
	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;
}
.results .btn_area .btn01 .btn_txt{
	height: 28em;
}

/*results_single*/
.results .article_area{
	padding: 70px 0 0;
}
.results .article_area .flex{
	margin-bottom: 74px;
}
.results .article_area .image{
	width: 50%;
}
.results .article_area .right{
	width: 50%;
	padding: 0 5%;
}
.results .article_area .right .title_area{
	margin-bottom: 5%;
}
.results .article_area .right .title_area p{
	margin-bottom: 1em;
	font-size: 3rem;
	color: #B3A381;
}
.results .article_area .right .title_area h3{
	font-size: 2.6rem;
	color: #321f12;
	text-align: left;
}
.results .article_area .right .date{
	padding: 0 2%;
	margin-bottom: 2em;
	font-size: 1.6rem;
	color: #B3A381;
}
.results .article_area .right dl{
	width: 100%;
	padding: 0 2%;
}
.results .article_area .right dl dt{
	position: absolute;
	font-size: 1.6rem;
	color: #B3A381;
	line-height: 2.8;
	letter-spacing: 0;
	font-family: 'Noto Sans JP', sans-serif;
}
.results .article_area .right dl dd{
	padding-left: 9em;
	font-size: 1.6rem;
	line-height: 2.8;
	letter-spacing: 0;
	border-bottom: 1px solid #B3A381;
	font-family: 'Noto Sans JP', sans-serif;
}
.results .article_area .right dl dd:last-child{
	border-bottom: none;
}
.results .article_area .box01{
	padding: 10px;
	margin-bottom: 76px;
	border: 1px solid #B3A381;
}
.results .article_area .box02{
	padding: 50px 100px;
	border: 1px solid #B3A381;
}
.results .article_area .box02 h4{
	margin-bottom: 0.5em;
	font-size: 2.9rem;
	color: #B3A381;
	text-align: center;
}
.results .article_area .box02 h4 + p{
	margin-bottom: 1em;
	font-size: 2.2rem;
	text-align: center;
}

.other_results{
	padding: 90px 0 100px;
	margin-bottom: 150px;
	background: url(../img/common/bg01.png);
}
.other_results h3{
	font-size: 4.6rem;
	color: #B3A381;
	font-weight: bold;
	text-align: center;
	background: none;
}
.other_results h3 + p{
	margin-bottom: 70px;
	font-size: 2.2rem;
	text-align: center;
}
.other_results .flex .contents {
	width: 23.5%;
	margin-right: 2%;
}
.other_results .flex .contents:nth-of-type(4n) {
	margin-right:0;
}
.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;
}
.btn_retaurn2 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: 0 auto 12%;
	font-size: 1.8rem;
	color: #321f12;
	border: 1px solid #321f12;
}
.ie .btn_retaurn2 a{
	padding-top: 7px;
}
.btn_retaurn2 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_brown.png) no-repeat center center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

@media screen and (max-width: 1300px) and (min-width: 761px){
	.shop_block aside .asidettl {
		font-size: 2rem;
	}
	.shop_block aside dd {
		flex-wrap: wrap;
	}
	.shop_block aside dd p.store {
		width: 100%;
	}
}

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

	h3 {
		margin-bottom: 1em;
	}

	h3 span{
		display: block;
	}
	.laboratory h3 span{
		width: max-content;
		padding-right: 1em;
		line-height: 1.6;
	}
	.minoru h3 span{
		width: max-content;
		padding-right: 1em;
		line-height: 1.6;
	}

	.sub_nav{
		margin: 2% 0 10%;
	}
	.sub_nav > div{
		display: block;
		padding: 1em 0 0.5em 0;
	}
	.sub_nav > div .flex{	
		display: flex;
		display: -webkit-flex;
		display: -ms-flex;
	}
	.sub_nav p{
		font-size: 1.2rem;
	}
	.sub_nav p.title01{
		margin-right: 0;
		margin-bottom: 0.5em;
	}
	.sub_nav p.title02{
		margin-right: 0;
		margin-bottom: 0.5em;
	}
	.shop_block {
		flex-direction: column;
	}
	.shop_block {
		padding-top: 5%;
	}
	.shop_block aside {
		width: 100%;
		max-width: none;
		margin-bottom: 5%;
	}
	.shop_block aside .asidettl {
		pointer-events: all;
		position: relative;
		border-bottom: solid 1px #b3a381;
		font-size: 1.8rem;
	}
	.shop_block aside .asidettl:after {
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 10px 7.5px 0 7.5px;
		border-color: #b3a381 transparent transparent transparent;
		position: absolute;
		top: 50%;
		right: 10px;
		transform: translateY(-50%);
		transition: transform .4s ease;
	}
	.shop_block aside .asidettl + div {
		display: none;
		margin-bottom: 10%;
	}
	.shop_block aside dt {
		padding: 10px;
		position: relative;
		pointer-events: all;
		border-bottom: solid 1px #fff;
	}
	/*.shop_block aside dt:after {
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 5px 5px 5px;
		border-color: transparent transparent #ffffff transparent;
		position: absolute;
		top: 50%;
		right: 10px;
		transform: translateY(-50%);
		transition: transform .4s ease;
	}*/
	.shop_block aside dt.off:after {
		transform: translateY(-50%) rotate(180deg);
	}
	.shop_area {
		width: 100%;
		max-width: none;
	}
	.shop_area .flex{
		display: block;
	}
	.shop_area .flex > div{
		width: 100%;
		margin-bottom: 10%;
	}
	.shop_area .photo {
		width: 100%;
		margin-bottom: 5%;
		max-width: none;
	}
	.shop_area .photo img {
		width: 100%;
	}
	.shop_area .content{
		padding: 0 2%;
		max-width: none;
	}
	.shop_area .content h4{
		margin-bottom: 0.5em;
		font-size: 1.6rem;
		letter-spacing: 2px;
	}
	.shop_area .content .storelink .storetype {
		width: 55px;
		height: 20px;
		border-radius: 10px;
		margin-right: 5px;
		font-size: 1.2rem;
	}
	.shop_area .content .storelink a {
		padding-right: 16px;
	}
	.shop_area .content .storelink a:after {
		width: 16px;
		height: 16px;
	}
	.shop_area .content dl{
		margin-bottom: 5%;
	}
	.shop_area .content dl dt{
		font-size: 1.2rem;
		letter-spacing: 2px;
	}
	.shop_area .content dl dd{
		padding-left: 6em;
		font-size: 1.2rem;
		letter-spacing: 1px;
	}
	.btn_moreshop a{
		width: 100%;
		font-size: 1.2rem;
	}

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

	/*each_shop*/
	.each_shop .main_title .title_txt{
		height: 4em;
	}
	.sub_nav2{
		width: 100%;
		margin: 5% auto;
	}
	.sub_nav2 .flex{
		display: block;
	}
	.sub_nav2 li{
		width: 100%;
	}
	.sub_nav2 li a{
		padding-left: 2em;
		font-size: 1.2rem;
	}
	.sub_nav2 li a:before{
		left: 0.5em;
		width: 1em;
		height: 1em;
	}
	.sub_nav2 li a br{
		display: none;
	}

	.info{
		padding: 0 0 5%;
	}
	.info .flex{
		display: block;
	}
	.info .photo{
		width: 100%;
		margin-bottom: 5%;
	}
	.info .contents{
		width: 100%;
		padding: 0 2%;
	}
	.info .contents h3{
		padding-left: 0;
		margin-bottom: 0;
		font-size: 1.6rem;
	}
	.info .contents dl{
		padding-left: 0;
	}
	.info .contents dl dt{
		position: initial;
		font-size: 1.2rem;
	}
	.info .contents dl dd{
		padding-left: 0;
		font-size: 1.2rem;
		line-height: 1.6;
	}
	.info .contents .box_in{
		height: auto;
		padding: 4%;
	}
	.info .contents .box_in.addlinebtn{
		height: 47px;
    padding: 4%;
	}
	body.addnewicon .line-box02 {
    width: 100%;
    margin: 20px auto 0;
		background:#000;
	padding:20px;
}
	.info .box_in p{
		font-size: 1.4rem;
		text-align: center;
	}
	.box01{
		padding: 2%;
	}
	.box_in p.tel_number a{
		font-size: 2.6rem;
		color: #B3A381;
	}

	.map{
		padding: 5% 0;
	}
	.map p a{
		font-size: 1.2rem;
	}

	.gallery{
		margin-bottom: 5%;
	}
	.gallery .flex{
		display: block;
	}
	.gallery .flex div{
		width: 100%;
	}
	.gallery p{
		margin-bottom: 5%;
		font-size: 1.2rem;
	}

	.btn_fb a{
		width: 100%;
		height: auto;
		padding: 8% 0;
		background: url(../img/shop/bg_fb.png) no-repeat center center;
		-webkit-background-size: cover;
		     -o-background-size: cover;
		        background-size: cover;
	}
	.btn_fb a:after{
		left: 92%;
		width: 2em;
		height: 3em;
	}
	.btn_fb p{
		font-size: 1.2rem;
	}
	.btn_fb p:first-child{
		width: 50%;
		margin: 0 auto 3%;
	}

	.message{
		padding: 10% 0;
	}
	.message h3{
		margin-bottom: 0.5em;
		font-size: 1.6rem;
	}
	.message h3+ p{
		margin-bottom: 2em;
		font-size: 1.2rem;
	}
	.message .flex{
		display: block
	}
	.message .image_area{
		width: 100%;
		margin-bottom: 5%;
	}
	.message .image_area p{
		padding: 0;
		font-size: 1.2rem;
		text-align: center;
	}
	.message .image_area p:first-child{
		padding: 0;
		margin-bottom: 3%;
	}
	.message .sentence{
		width: 100%;
		padding: 0 2%;
	}

	.contact{
		padding: 10% 0;
	}
	.contact .box01{
		width: 100%;
	}
	.contact .box_in{
		height: auto;
		padding: 5% 2.5%;
	}
	.contact .box_in p{
		font-size: 1.2rem;
		text-align: left;
	}
	.contact .box_in p br{
		display: none;
	}
	.contact .box_in p.mb2em{
		margin-bottom: 1em;
	}
	.contact .box_in p.tel_number{
		text-align: center;
	}
	.contact .box_in p.tel_number + p{
		margin-left: 0;
		font-size: 2.6rem;
	}
	.contact .box_in p.tel_number + p a{
		color: #B3A381;
	}

	.news{
		padding: 5% 0;
	}
	.news .wrap{
		display: block;
		max-width: 1160px;
	}
	.news h3{
		width: 45%;
		margin: 0 auto 5%;
	}
	.news dl{
		width: 100%;
	}
	.news dl dt{
		position: initial;
		padding: 0;
		margin-bottom: 2%;
		font-size: 1.2rem;
	}
	.news dl dd{
		padding: 0 2em 2% 0;
		margin-bottom: 3%;
		font-size: 1.2rem;
	}

	.result{
		padding: 10% 0;
	}
	.result h3{
		margin-bottom: 2%;
		font-size: 2rem;
	}
	.result h3 + p{
		margin-bottom: 10%;
		font-size: 1.6rem;
	}
	.result h3 + p + .sentence p{
		text-align: left;
	}
	.result .content{
		width: 49%;
	}
	.result .content a{
		display: block;
	}
	.result .image{
		width: 100%;
	}
	.result .content_in{
		width: 100%;
		padding: 0;
	}
	.result .content p.date{
		margin: 0.5em 3%;
		font-size: 1.2rem;
	}
	.result .content h4{
		margin: 0 3%;
		font-size: 1.4rem;
		letter-spacing: 0;
	}
	.result .content h4 + .sentence{
		margin: 0 3%;
	}
	.btn_more_result a{
		width: 100%;
		margin: 3% auto 0;
		font-size: 1.4rem;
	}

	.service{
		padding: 10% 0;
	}
	.service h3{
		width: 60%;
		margin: 0 auto 5%;
	}
	.service .flex{
		display: block;
	}
	.service .btn{
		width: 100%;
		margin-bottom: 5%;
	}
	.service .btn img{
		width: 100%;
	}
	.service .btn .btn_txt{
		left: 5%;
		bottom: 7%;
		width: 90%;
		height: 8em;
	}
	.service .btn:first-child .btn_txt{
		height: 5em;
	}
	.service .btn_txt p{
		font-size: 1.2rem;
	}
	.service .btn .btn_txt p:first-child{
		font-size: 2rem;
	}

	.each_shop_btn_area{
		padding: 10% 0 20%;
	}
	.each_shop_btn_area .flex{
		display: block;
	}
	.each_shop_btn_area .btn01,
	.each_shop_btn_area .btn02,
	.each_shop_btn_area .btn01 + .flex{
		width: 100%;
	}
	.each_shop_btn_area .btn01,
	.each_shop_btn_area .btn02{
		margin-bottom: 5%;
	}
	.each_shop_btn_area .btn01 .btn_txt{
		width: 90%;
		height: 14em;
	}
	.each_shop_btn_area .btn02 .btn_txt{
		width: 90%;
		height: 8em;
	}
	.each_shop_btn_area .btn01 .btn_txt p,
	.each_shop_btn_area .btn02 .btn_txt p{
		font-size: 1rem;
	}
	.each_shop_btn_area .btn01 .btn_txt .en + p,
	.each_shop_btn_area .btn02 .btn_txt .en + p{
		font-size: 1.2rem;
	}
	.each_shop_btn_area .btn01 .btn_txt p:first-child,
	.each_shop_btn_area .btn02 .btn_txt p:first-child{
		font-size: 2rem;
	}

	/*news*/
	.shop_news .wrap.flex{
		display: block;
	}
	.btn_retaurn a{
		width: 95%;
		height: 3em;
		font-size: 1.6rem;
	}
	.pager{
		-webkit-justify-content: space-between;
		        justify-content: space-between;
		width: 28em;
		margin: auto;
	}
	.pager li{
		margin: 0 1%;
	}
	.pager li a,
	.pager li.current span{
		margin: 0;
		font-size: 1rem;
	}
	.pager li span{
		font-size: 1rem;
	}
	.single .sub_nav2 + .wrap{
		margin-top: 0;
	}
	
	/*results*/
	.results .result{
		padding: 0 0 10%;
	}
	.top_content .result > .sentence{
		margin-bottom: 5%;
	}
	.top_content .result > .sentence p{
		text-align: left;
	}
	.result{
		padding: 10% 0;
	}
	.result h3 + p{
		margin-bottom: 5%;
		letter-spacing: 1px;
	}
	.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;
	}

	.delivery .btn_txt{
		position: initial;
		width: 100%;
		height: auto;
	}
	.delivery .btn_txt h3{
		font-size: 2rem;
		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_area{
		padding: 10% 0 15%;
	}
	.btn_area .flex{
		display: block;
	}
	.btn_area .btn01{
		width: 100%;
		margin-bottom: 3%;
	}
	.results .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;
	}
	.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_single*/
	.results .article_area{
		padding: 0;
	}
	.results .article_area .flex{
		display: block;
		margin-bottom: 10%;
	}
	.results .article_area .image{
		width: 100%;
		margin-bottom: 5%;
	}
	.results .article_area .right{
		width: 100%;
		padding: 0;
	}
	.results .article_area .right .title_area p{
		margin-bottom: 0.5em;
		font-size: 1.2rem;
	}
	.results .article_area .right .title_area h3{
		font-size: 1.6rem;
	}
	.results .article_area .right .date{
		margin-bottom: 2em;
		font-size: 1rem;
	}
	.results .article_area .right dl dt{
		font-size: 1.2rem;
		line-height: 2;
	}
	.results .article_area .right dl dd{
		font-size: 1.2rem;
		line-height: 2;
	}
	.results .article_area .box01{
		padding: 2%;
		margin-bottom: 5%;
	}
	.results .article_area .box02{
		padding: 5%;
	}
	.results .article_area .box02 h4{
		margin-bottom: 0.2em;
		font-size: 1.6rem;
	}
	.results .article_area .box02 h4 + p{
		margin-bottom: 0.5em;
		font-size: 1.4rem;
	}
	.results .article_area .btn_return a{
		width: 100%;
		font-size: 1.2rem;
	}

	.other_results{
		padding: 10% 0 5%;
		margin-bottom: 15%;
	}
	.other_results h3{
		font-size: 1.6rem;
	}
	.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%;
	}
	.btn_retaurn2 a{
		width: 100%;
		font-size: 1.4rem;
	}
	.btn_retaurn2 a:after{
		right: 1em;
	}
}

@media screen and (min-width:992px) and ( max-width:1261px) {
    /*　画面サイズが992pxから1261pxまではここを読み込む　*/
	.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) {
    /*　画面サイズが761pxから991pxまではここを読み込む　*/
	.info .contents .box_in.addlinebtn p.tel_number{
		font-size: 2.7rem;
		text-align:center;
	}
}