.body,h1,h2,h3,p,div{
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif"
}

.ttl_contents{
	margin: 4% 0;
}

hr{
	width: 100%;
	margin: 3% auto;
}

dl dd:nth-child(odd){
	background-color:#add8e6; 
}

@media screen and (max-width: 470px){
.contents_area {
	padding: 20px 0;}
}

@media screen and (min-width: 471px){
.accordion{
	max-width: 70%;
	margin: 0 auto;}
}
@media screen and (max-width: 470px){
.accordion{
	width: 90%;
	margin: 0 auto;}
}


.toggle {
	display: none;
}
.Label {
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	padding: 1em;
	font-weight: 600;
	display: block;
	color: #000;
	background: #ffffff;
	border-bottom: solid .7px;
}
.Label::before{		
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}
.Label-child{
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	padding: 1em;
    font-weight: 600;
    display: block;
    color: #000;
	background-color: #efefef;
	border: solid 1px;
}
.Label-child::before{		
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}
.Label,
.Label-child,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {		
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	height: 0;
	margin-bottom: 20px;
	padding:0 20px;
	overflow: hidden;
	}

.shoplist p{
	line-height: 1.5em;
	font-size: 15px;
}

.toggle:checked + .Label + .content {	
	height: auto;
	transition: all .3s;}
@media screen and (min-width: 471px){
	.toggle:checked + .Label + .content {
		padding: 30px 15px 10px;
		}}
@media screen and (max-width: 470px){
	.toggle:checked + .Label + .content {
		padding: 20px 0; }}

.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}
.toggle:checked + .Label-child + .content {	
	height: auto;
	transition: all .3s;}
@media screen and (min-width: 471px){
	.toggle:checked + .Label-child + .content {
		padding: 20px; }}
@media screen and (max-width: 470px){
	.toggle:checked + .Label-child + .content {
		padding: 20px 0; }}

.toggle:checked + .Label-child::before {
	transform: rotate(-45deg) !important;
}
.shop-detail{
	margin-top: 5px;
    display: flex;
    justify-content: space-between;
}
@media screen and (min-width: 801px){
.shoplist{
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	margin: 2% 0;
	padding: 0 15px 15px;
	border-bottom: .8px dashed #333;
	padding-bottom: 25px;
	}
}
@media screen and (max-width: 800px){
.shoplist{
	width: 90%;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	display: block;
	margin: 15px auto;
	border-bottom: 1px solid #c9c9c6;
	padding-bottom: 5%;
	}
}

@media screen and (min-width: 801px){
.shoplist-block{
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 10px;
	}
}

@media screen and (max-width: 800px){
.shoplist-block{
    display: flex;
    flex-wrap: wrap;}
}

.tenmei{
	font-size: 17px;
	font-weight: 700;
	padding: 0 0 5px;
}
.tenmei p{
	font-size: 15px;
}
@media screen and (min-width: 801px){
.left{
	width: 45%;
	margin-right: 6%;
	margin-bottom: 4%;
	margin-top: 2%;}
}
@media screen and (max-width: 800px){
.left{
	width: 100%;
	margin-bottom: 5%;
	margin-top: 2%;}
}
@media screen and (min-width: 801px){
.right{
	width: 45%;
	margin-bottom: 4%;
	margin-top: 2%;}
}
@media screen and (max-width: 800px){
.right{
	width: 100%;
	margin-bottom: 5%;
	margin-top: 2%; } }

.icon_area {
    display: flex;
}
.icon_skincare {
    background: #163f83;
    padding: 2px 15px;
    color: white;
    text-align: center;
    font-weight: 600;
    font-size: 12px;
	margin: 0 10px 10px 0;
}
@media screen and (min-width: 346px){
.detail{
	display: flex;
	margin: 1%;}
}
@media screen and (max-width: 345px){
.detail{
	display: block;
	margin: 1%;}
}
.icon_makeup {
    background: #000;
    padding: 2px 15px;
    color: white;
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    margin: 0 10px 10px 0;
    letter-spacing: -1px;
}
.icon_tel{
	background: url(https://www.drsoie.com/gold/dealer/images/phone.svg) no-repeat;
	padding-left: 1.5em;
	background-size: 15px;
	background-position: 0 2px;
	font-size: 14px;
	/* margin-bottom: 5px; */
	position: relative;
	left: 0;
}
@media screen and (min-width: 346px){
.icon_url {
	padding-left: 1.5em;
	background: url(https://www.drsoie.com/gold/dealer/images/url.svg) no-repeat;
	background-size: 15px;
	background-position: 0 2px;
	font-size: 14px;
	position: relative;
	left: 0;
	}
}
@media screen and (max-width: 345px){
	.icon_url {
	padding-left: 30px;
    line-height: 30px;
    background: url(https://www.drsoie.com/gold/dealer/images/url.svg) no-repeat;}
}
.icon_url a{
	color: #3584ff;
	letter-spacing: .1em;
}
.hiroo-prime{
    margin: 3% 15% 2%;
}
@media screen and (max-width: 470px){
.hiroo-prime{
	max-width: 85%;
    margin: 5% auto 3%; }
}
@media screen and (max-width: 415px){
	.hiroo-prime{
		max-width: 90%; }
}
.hiroo-prime h1{
	margin: 2% auto 3%;
}
.hiroo-prime span{
	margin-left: 2%;
}
.allshop{
	background-color: #5acc8e;
    color: #fff;
    font-weight: 600;
	padding: 1% 0;
}
.only{
	border: 1px solid #5acc8e;
	text-align: center;
}
.hiroo-prime ul{
	width: 100%;
    display: flex;
    margin: 0 auto;
    justify-content: center;
}

.prime_left{
	margin: 3% 1%;
    width: 30%;
    text-align: right;
}
.prime_right{
	width: 50%;
    margin: 2% 0 1% 5%;
    text-align: left;
}
@media screen and (max-width:767px){
	.hiroo-prime ul{
		display: block;
	}
	.prime_left{
	margin: 4% auto 0;
    width: 80%;
    text-align: right;
}
.prime_right{
	width: 80%;
    margin: 2% auto;
    text-align: left;
}
}
.shop_btn{
	 margin: 3% 0 10%;
}
.shop_btn a{
	 background-color: #7acc9b73;
     padding: 2% 3%;
}
.shop_tel{
	margin: 1% 0;
}