/*body
-----------------------------------------------------------------------------*/
body{
	background:#fafafa;
	color:#333333;
}

/*PC*/
@media screen and (max-width: 768px) {
	body{
	}
}

/*SP*/
@media screen and (max-width: 767px) {
	body{
		padding:0 0 30px 0;
		background:#ffffff;
	}
}


/*layout
-----------------------------------------------------------------------------*/

/*PC*/
@media screen and (min-width: 768px) {
	.wrapper{
		width:95%;
		margin:0 auto;
	}
	.shopinfo__wrapper{
		width:53.33%;
		margin:30px auto 0 auto;
		background:#ffffff;
	}
	.utility__column-main{
		width:76.66%;
		float:left;
		background:#ffffff;
	}
	.utility__column-main-inner{
		margin:6.52%;
	}
	.utility__column-side{
		width:19.16%;
		float:right;
	}

    .utility__column-main-full{
        width:100%;
        float:left;
        background:#ffffff;
    }

}


/*SP*/
@media screen and (max-width: 767px) {
	.wrapper{
		margin:0 20px;
	}
}



/*utility
-----------------------------------------------------------------------------*/

/*PC・SP共通*/
.utility__column-dl{
}
.utility__column-dl dt{
	margin:10px 0 0 0;
}
.utility__column-dl dd{
	margin:5px 0 0 2em;
}
.utility__column-main-inner{
	line-height:1.8;
}
.utility__column-main-inner .utility__header-h2,
.utility__column-main-inner .utility__header-h3{
	margin-top:2em;
	margin-bottom:1em;
}

/*PC*/
@media screen and (min-width: 768px) {
	.utility__header{
		margin:30px 0;
		padding:0;
		font-size:18px;
		color:#888888;
		font-weight:bold;
	}
	.utility__header-inner{
		padding:15px 20px;
		background:#e4e4e4;
		display:inline-block;
		text-align:center;
	}
	.utility__header-h2{
		padding:0 0 0 15px;
		border-left:5px solid #3e987b;
		font-size:27px;
		color:#888888;
		font-weight:bold;
	}
	.utility__header-h3{
		padding:0 0 0 18px;
		border-left:3px solid #3e987b;
		font-size:21px;
		color:#888888;
		font-weight:bold;
	}
	.utility__column-side__nav{
		margin:0;
		padding:0;
	}
	.utility__column-side__nav li{
		margin:0 0 10px 0;
		padding:15px 20px;
		background:#e4e4e4;
		list-style:none;
		text-align:center;
	}
	.utility__column-side__nav li a{
		display:block;
		color:#888888;
		font-weight:bold;
	}
}


/*SP*/
@media screen and (max-width: 767px) {
	.utility__header{
		margin:15px 0;
		padding:15px 20px;
		background:#e4e4e4;
		text-align:center;
		font-size:18px;
		color:#888888;
		font-weight:bold;
	}
	.utility__header-h2{
		padding:0 0 0 15px;
		border-left:5px solid #3e987b;
		font-size:24px;
		color:#888888;
		font-weight:bold;
	}
	.utility__header-h3{
		padding:0 0 0 18px;
		border-left:3px solid #3e987b;
		font-size:21px;
		color:#888888;
		font-weight:bold;
	}
}

/*header
-----------------------------------------------------------------------------*/
.section__header{
}
/*PC*/
@media screen and (min-width: 768px) {
	.common-header{
		background-color:rgba(255,255,255,0.8);
	}
	.common-header-inner{
		width:95%;
		margin:0 auto;
	}
	.common-header__logo{
		width:25%;
		margin:0;
		padding:23px 0 17px 0;
		float:left;
	}
	.common-header__logo img{
		width:100%;
		vertical-align:bottom;
	}
	.common-header__link{
		margin:0;
		padding:23px 0 0 0;
		float:right;
	}
	.common-header__link li{
		padding:0 0.5em 0 0;
		list-style:none;
		float:left;
	}
	.common-header__link li:last-child{
		padding:0 0 0 0.5em;
		border-left:1px solid;
	}
	.common-header__link li a{
		font-size:15px;
		text-decoration:none;
		color:#333333;
		display:block;
		line-height:30px;
	}
	.common-header__link .glyphicon-home{
		margin:0 1em 0 0;
	}
}

/*SP*/
@media screen and (max-width: 767px) {
	.common-header{
		padding:20px 0 0 0;
		background:#63bca2;
	}
	.common-header__logo{
		margin:0;
		padding:0 0 20px 0;
	}
	.common-header__logo img{
		width:146px;
		height:20px;
		margin:0 auto;
		display:block;
	}
	.common-header__link{
		margin:0;
		padding:0;
		display:none;
	}
	.common-header__link li{
		list-style:none;
		text-align:center;
		background:#deddde;
		font-size:15px;
	}
	.common-header__link li:hover,
	.common-header__link li:focus{
		background:#63bca2;
	}
	.common-header__link li a{
		padding:15px 0;
		display:block;
		text-decoration:none;
	}
	.common-header__link li a:link,
	.common-header__link li a:visited{
		color:#a4a4a4;
	}
	.common-header__link li a:hover,
	.common-header__link li a:focus,
	.common-header__link li a:active{
		color:#ffffff;
	}
	.common-header .navbar-toggle .icon-bar{
		background:#ffffff;
	}
	.common-header__button{
		margin:-47px 13px 0 0;
		border-radius:0;
	}
}


/*footer
-----------------------------------------------------------------------------*/
/*PC*/
@media screen and (min-width: 768px) {
	.section__footer{
		padding:40px 0 20px 0;
		color:#ffffff;
		background:url(/images/logo_footer.png) center 40px no-repeat #606060;
	}
	.section__footer a{
		color:#ffffff;
	}
	.section__footer .common-footer{
		width:95%;
		margin:0 auto;
	}
	.section__footer .common-footer_element{
		width:49%;
		margin:20px 0 0 0;
		display:inline-table;
		vertical-align:baseline;
	}
	.section__footer .common-footer__link{
		margin:0;
			font-size:13px;
	}
	.section__footer .common-footer__copyright{
		margin:0;
		text-align:right;
		font-size:13px;
	}


    .section__footer__sub{
        padding:40px 0 80px 0;
        color:#ffffff;
        background-color: #606060;
    }
    .section__footer__sub a{
        color:#ffffff;
    }
    .section__footer__sub .common-footer{
        width:95%;
        margin:0 auto;
    }
    .section__footer__sub .common-footer_element{
        width:100%;
        margin:20px 0 0 0;
        display:inline-table;
        vertical-align:baseline;
    }
    .section__footer__sub .common-footer__link{
        margin:0;
        font-size:13px;
    }
    .section__footer__sub .common-footer__copyright{
        margin:0;
        text-align:right;
        font-size:13px;
    }

}
/*SP*/
@media screen and (max-width: 767px) {
	.section__footer{
		padding:35px 0 0 0;
		background:url(/images/logo_footer.png) center 0 no-repeat;
		background-size:35px 28px;
		text-align:center;
	}

    .section__footer a{
		color:#333333;
	}
	.section__footer .common-footer_element{
		width:100%;
		margin:0;
		display:block;
	}
	.section__footer .common-footer__link{
		margin:0;
		font-size:12px;
	}
	.section__footer .common-footer__copyright{
		margin:0;
		font-size:12px;
	}

    .section__footer__sub{
        padding:35px 0 0 0;
        background-size:35px 28px;
        text-align:center;
    }

    .section__footer__sub a{
        color:#333333;
    }
    .section__footer__sub .common-footer_element{
        width:100%;
        margin:0;
        display:block;
    }
    .section__footer .common-footer__link{
        margin:0;
        font-size:12px;
    }
    .section__footer .common-footer__copyright{
        margin:0;
        font-size:12px;
    }

}


/*.btn
-----------------------------------------------------------------------------*/
.btn__download{
	margin:0;
	padding:10px;
	background:#54b79a;
	font-size:14px;
	border-radius:5px;
	box-shadow: 0 3px 0 0 #308169;
}
.btn__download a{
	color:#ffffff;
	text-align:center;
	display:block;
	padding:0 0 0 45px;
	background:url(/images/icon_install.png) 0 center no-repeat #54b79a;
	background-size:35px 17px;
	text-decoration:none;
}
/*PC*/
@media screen and (min-width: 768px) {
	.btn__download{
		width:340px;
		font-size:30px;
	}
	.btn__download-right{
		float:right;
	}
	.btn__download-center{
		margin:0 auto;
	}
}
/*SP*/
@media screen and (max-width: 767px) {
	.btn__download{
		width:90%;
		margin:0 auto;
		font-size:18px;
	}
}

/*.section__download
-----------------------------------------------------------------------------*/
/*PC*/
@media screen and (min-width: 768px) {
	.section__download{
		margin:30px 0;
	}
}

/*SP*/
@media screen and (max-width: 767px) {
	.section__download{
		margin:30px 0;
	}
}
/*.login
-----------------------------------------------------------------------------*/
/*PC*/
@media screen and (min-width: 768px) {
	.login__column{
		margin:30px 0 0 0;
		padding:30px 60px 60px 60px;
		background:#ffffff;
	}
	.login__form-element{
		margin:50px 0;
	}
	.login__form-element-left{
		width:48%;
		float:left;
	}
	.login__form-element-right{
		width:48%;
		float:right;
	}
	.login__form-element .form-control{
		padding:30px 20px;
		background:#f2f2f2;
		border-radius:0;
		font-size:24px;
	}


	.login__form-caption-submit{
	}
	.login__form-caption-submit-left{
		float:left;
	}
	.login__form-caption-submit-right{
		float:right;
	}
	.login__form-caption-submit-btn{
		margin-top:0;
		margin-bottom:0;
		padding:10px 50px;
		background:#54b79a;
		font-size:24px;
		border-radius:5px;
		box-shadow: 0 3px 0 0 #308169;
		color:#ffffff;
	}
	.login__form-caption-submit-btn:hover,
	.login__form-caption-submit-btn:active{
		color:#ffffff;
	}
}

/*SP*/
@media screen and (max-width: 767px) {
	.login__column{

	}

	.login__form-element{
		margin:30px 0 0 0;
	}
	.login__form-element .form-control{
		padding:30px 20px;
		background:#f2f2f2;
		border-radius:0;
		font-size:24px;
	}


	.login__form-caption-submit{
	}
	.login__form-caption-submit-left{
	}
	.login__form-caption-submit-right{
	}
	.login__form-caption-submit-btn{
		display:block;
		width:90%;
		margin:0 auto;
		padding:10px 50px;
		background:#54b79a;
		font-size:24px;
		border-radius:5px;
		box-shadow: 0 3px 0 0 #308169;
		color:#ffffff;
	}
	.login__form-caption-submit-btn:hover,
	.login__form-caption-submit-btn:active{
		color:#ffffff;
	}


}
/*.shopindex
-----------------------------------------------------------------------------*/
/*PC*/
@media screen and (min-width: 768px) {
	.shopindex__column{
		margin:0 0 0 -10px;
	}
	a.shopindex__column-link{
		width:230px;
		height:230px;
		margin:0 0 10px 10px;
		float:left;
		display:inline;
		position:relative;
		color:#ffffff;
	}
	.shopindex__column-shop{
	}
	.shopindex__column-shop-image{
		width:230px;
		height:230px;
		text-align:center;
		background:url(/images/logo_shopindex.png) center center no-repeat #e1e1e1;
		position:absolute;
		top:0;
		left:0;
		overflow:hidden;
	}
	.shopindex__column-shop-image img{
		height:230px;
	}
	.shopindex__column-shop-text{
		height:100px;
		margin:130px 0 0 0;
		position:absolute;
		top:0;
		left:0;
        width:100%;
		overflow:hidden;
		background-color:rgba(0,0,0,0.6);
	}
	.shopindex__column-shop-text h2{
		height:2.4em;
		margin:10px;
		padding:0;
		font-size:16px;
		font-weight:bold;
		line-height:1.2;
		overflow:hidden;
	}
	.shopindex__column-shop-text p{
		height:2.4em;
		margin:10px;
		padding:0;
		font-size:14px;
		line-height:1.2;
		overflow:hidden;
	}
	.shopindex__nav{
		margin:40px 0 0 0;
		padding:0;
	}
	.shopindex__nav li{
		list-style:none;
		float:left;
	}
	.shopindex__nav a{
		color:#333333;
	}
	.shopindex__nav a .shopindex__nav-border{
		width:70px;
		padding:0 0 5px 0;
		border-bottom:6px solid #8fe8ce;
		display:block;
		text-align:center;
	}
	.shopindex__nav .shopindex__nav-current .shopindex__nav-border{
		border-bottom:6px solid #3f987b;
	}
	.shopindex__nav a:hover .shopindex__nav-border{
		border-bottom:6px solid #3f987b;
	}

	.shopindex__nav a{
		display:block;
		text-decoration:none;
	}
	.shopindex__nav a span.glyphicon{
		margin:0 10px 0 0;
		display:block;
		text-align:center;
		color:#8fe8ce;
	}
	.shopindex__nav a span.glyphicon-forward{
		margin:0 10px;
	}
	.shopindex__nav a:hover span.glyphicon{
		color:#3f987b;
	}

}

/*SP*/
@media screen and (max-width: 767px) {
	.shopindex__column{
		width:100%;
		margin:0 0 0 -1.5%;
	}
	a.shopindex__column-link{
		width:30%;
		height:180px;
		margin:0 0 10px 3.33%;
		float:left;
		display:inline;
		position:relative;
		color:#ffffff;
	}
	.shopindex__column-shop{
	}
	.shopindex__column-shop-image{
		width:100%;
		height:180px;
		text-align:center;
		background:url(/images/logo_shopindex.png) center center no-repeat #e1e1e1;
		position:absolute;
		top:0;
		left:0;
		overflow:hidden;
	}
	.shopindex__column-shop-image img{
		height:180px;
	}
	.shopindex__column-shop-text{
		height:80px;
		margin:100px 0 0 0;
		position:absolute;
		top:0;
		left:0;
		overflow:hidden;
		background-color:rgba(0,0,0,0.6);
	}
	.shopindex__column-shop-text h2{
		height:2.4em;
		margin:10px;
		padding:0;
		font-size:12px;
		font-weight:bold;
		line-height:1.2;
		overflow:hidden;
	}
	.shopindex__column-shop-text p{
		height:2.4em;
		margin:10px;
		padding:0;
		font-size:10px;
		line-height:1.2;
		overflow:hidden;
	}
	.shopindex__nav{
		width:90%;
		margin:30px auto;
		padding:0;
		text-align:center;
	}
	.shopindex__nav li{
		list-style:none;
		margin:0 -0.5em 0 0;
		display:inline-block;
	}
	.shopindex__nav a{
		color:#333333;
	}
	.shopindex__nav a .shopindex__nav-border{
		width:70px;
		padding:0 0 5px 0;
		border-bottom:6px solid #8fe8ce;
		display:block;
		text-align:center;
	}
	.shopindex__nav .shopindex__nav-current .shopindex__nav-border{
		border-bottom:6px solid #3f987b;
	}
	.shopindex__nav a:hover .shopindex__nav-border{
		border-bottom:6px solid #3f987b;
	}

	.shopindex__nav a{
		display:block;
		text-decoration:none;
	}
	.shopindex__nav a span.glyphicon{
		margin:0 10px 0 0;
		display:block;
		text-align:center;
		color:#8fe8ce;
	}
	.shopindex__nav a span.glyphicon-forward{
		margin:0 10px;
	}
	.shopindex__nav a:hover span.glyphicon{
		color:#3f987b;
	}
}


/*shopinfo
-----------------------------------------------------------------------------*/
.shopinfo__photo-thumbnail-box {
    margin:20px auto 0;width:90%;
}

.shopinfo__photo-thumbnail{
    list-style:none;
    float:left;
    margin:0 0 10px 10px;
    padding:0;
    width:90px;
    height:90px;
    overflow:hidden;
}

.shopinfo__photo-thumbnail img {
    height:90px;
}


/*PC*/
@media screen and (min-width: 768px) {
	#map{
		width:100%;
		height:400px;
	}
	.shopinfo__caption{
		margin:0;
		padding:12px 0;
		text-align:center;
	}
	.shopinfo__caption-text,
	.shopinfo__caption-link{
		margin:0 10px;
		display:inline-table;
	}
	.shopinfo__caption-link a{
		font-weight:bold;
		font-size:16px;
		color:#54b79a;
	}
	.shopinfo__data{
		position:relative;
		height:480px;
    }
	.shopinfo__data-image{
		width:100%;
		margin:0;
		overflow:hidden;
		background:#e2e2e2;
		text-align:center;
		position:absolute;
		left:0;
		top:0;
	}
	.shopinfo__data-image img{
		height:480px;
	}
	.shopinfo__data-inner{
		width:100%;
		padding:15px;
		position:absolute;
		background-color:rgba(0,0,0,0.6);
		left:0;
		bottom:0;
		color:#ffffff;
	}
	.shopinfo__data-inner a{
		color:#ffffff;
		text-decoration:underline;
	}
	.shopinfo__data-title{
		margin:0;
		font-size:18px;
		font-weight:bold;
	}
	.shopinfo__data-link,
	.shopinfo__data-address{
		margin:10px 0 0 0;
	}
	.shopinfo__contact-wrapper{
		background:#f2f2f2;
		border-bottom:10px solid #e2e2e2;
	}
	.shopinfo__contact{
		margin:-1px 0 0 0;
		padding:0;
	}
	.shopinfo__contact li{
		width:50%;
		height:80px;
		float:left;
		border-top:1px solid #ffffff;
		border-bottom:1px solid #d0d0d0;
		list-style:none;
		font-weight:bold;
	}
	.shopinfo__contact li:nth-child(odd){
		border-right:1px solid #d0d0d0;
	}
	.shopinfo__contact li:nth-child(even){
		border-left:1px solid #ffffff;
	}
	.shopinfo__contact li a{
		display:block;
		line-height:78px;
		color:#333333;
		text-decoration:none;
		text-align:center;
		font-size:20px;
	}
	.shopinfo__contact li a .glyphicon{
		color:#ff7611;
	}
	.shopinfo__contact li.shopinfo__contact-tel-small a,
	.shopinfo__contact li.shopinfo__contact-tel-large a{
		color:#54b79a;
		font-size:24px;
	}
	.shopinfo__contact li.shopinfo__contact-tel-small a span,
	.shopinfo__contact li.shopinfo__contact-tel-large a span{
		padding:0 0 0 40px;
		display:inline-block;
		background:url(/images/icon_tel.png) 0 center no-repeat;
	}
	.shopinfo__contact li.shopinfo__contact-tel-large{
		clear:both;
		width:100%;
		border:0;
		border-top:1px solid #ffffff;
	}
	.shopinfo__hours-wrapper{
		border-bottom:1px solid #e2e2e2;
	}
	.shopinfo__hours{
		margin:20px 40px;
	}
	.shopinfo__hours-text{
		display:block;
	}
	.shopinfo__rank-wrapper{
		padding:20px 40px;
	}
	.shopinfo__rank-wrapper p{
		margin:0;
	}
	.shopinfo__rank-wrapper-left{
		width:45%;
		float:left;
	}
	.shopinfo__rank-wrapper span{
		display:inline-table;
		width:45%;
		vertical-align:middle;
	}
	.shopinfo__rank-label{
		font-size:20px;
		font-weight:bold;
	}
	.shopinfo__rank-rank0,
	.shopinfo__rank-rank1,
	.shopinfo__rank-rank2,
	.shopinfo__rank-rank3,
	.shopinfo__rank-rank4,
	.shopinfo__rank-rank5{
		min-height:2em;
	}
	.shopinfo__rank-rank0{ background:url(/images/rank0.png) 0 center no-repeat; background-size:100% auto; }
	.shopinfo__rank-rank1{ background:url(/images/rank1.png) 0 center no-repeat; background-size:100% auto; }
	.shopinfo__rank-rank2{ background:url(/images/rank2.png) 0 center no-repeat; background-size:100% auto; }
	.shopinfo__rank-rank3{ background:url(/images/rank3.png) 0 center no-repeat; background-size:100% auto; }
	.shopinfo__rank-rank4{ background:url(/images/rank4.png) 0 center no-repeat; background-size:100% auto; }
	.shopinfo__rank-rank5{ background:url(/images/rank5.png) 0 center no-repeat; background-size:100% auto; }
	.shopinfo__rank-wrapper-left p{
		margin:0;
	}

	.shopinfo__rank-wrapper-right{
		width:45%;
		float:right;
	}
	.shopinfo__rank-price-rank0,
	.shopinfo__rank-price-rank1,
	.shopinfo__rank-price-rank2,
	.shopinfo__rank-price-rank3{
		min-height:4em;
	}

	.shopinfo__rank-price-rank0{ background:url(/images/price-rank0.png) 0 center no-repeat; background-size:100% auto; }
	.shopinfo__rank-price-rank1{ background:url(/images/price-rank1.png) 0 center no-repeat; background-size:100% auto; }
	.shopinfo__rank-price-rank2{ background:url(/images/price-rank2.png) 0 center no-repeat; background-size:100% auto; }
	.shopinfo__rank-price-rank3{ background:url(/images/price-rank3.png) 0 center no-repeat; background-size:100% auto; }


	.shopinfo__map{
		position:relative;
	}
	.shopinfo__map-btn{
		width:50px;
		position:absolute;
		right:50px;
		bottom:10px;
	}

}

/*SP*/
@media screen and (max-width: 767px) {


	#map{
		width:100%;
		height:230px;
	}
	.shopinfo__caption{
		margin:0;
		padding:6px;
		text-align:center;
		font-size:11px;
	}
	.shopinfo__caption a{
		color:#333333;
		text-decoration:underline;
	}
	.shopinfo__data{
		position:relative;
		height:240px;
	}
	.shopinfo__data-image{
		width:100%;
		margin:auto;
		overflow:hidden;
		background:#e2e2e2;
		text-align:center;
		position:absolute;
		top:0;
	}
	.shopinfo__data-image img{
		height:240px;
	}
	.shopinfo__data-inner{
		width:100%;
		padding:10px;
		position:absolute;
		background-color:rgba(0,0,0,0.6);
		left:0;
		bottom:0;
		color:#ffffff;
	}
	.shopinfo__data-inner a{
		color:#ffffff;
		text-decoration:underline;
	}
	.shopinfo__data-title{
		margin:0;
		font-size:16px;
		font-weight:bold;
	}
	.shopinfo__data-link,
	.shopinfo__data-address{
		margin:5px 0 0 0;
	}
	.shopinfo__contact-wrapper{
		background:#f2f2f2;
		border-bottom:5px solid #e2e2e2;
	}
	.shopinfo__contact{
		margin:-1px 0 0 0;
		padding:0;
	}
	.shopinfo__contact li{
		width:50%;
		height:50px;
		float:left;
		border-top:1px solid #ffffff;
		border-bottom:1px solid #d0d0d0;
		list-style:none;
		font-weight:bold;
	}
	.shopinfo__contact li:nth-child(odd){
		border-right:1px solid #d0d0d0;
	}
	.shopinfo__contact li:nth-child(even){
		border-left:1px solid #ffffff;
	}
	.shopinfo__contact li a{
		display:block;
		line-height:48px;
		color:#333333;
		text-decoration:none;
		text-align:center;
		font-size:16px;
	}
	.shopinfo__contact li a .glyphicon{
		color:#ff7611;
	}
	.shopinfo__contact li.shopinfo__contact-tel-small a,
	.shopinfo__contact li.shopinfo__contact-tel-large a{
		color:#54b79a;
		font-size:18px;
	}
	.shopinfo__contact li.shopinfo__contact-tel-small a span,
	.shopinfo__contact li.shopinfo__contact-tel-large a span{
		padding:0 0 0 21px;
		display:inline-block;
		background:url(/images/icon_tel.png) 0 center no-repeat;
		background-size:19px 20px;
	}
	.shopinfo__contact li.shopinfo__contact-tel-large{
		clear:both;
		width:100%;
		border:0;
		border-top:1px solid #ffffff;
	}
	.shopinfo__hours-wrapper{
		border-bottom:1px solid #e2e2e2;
	}
	.shopinfo__hours{
		margin:10px 20px;
	}
	.shopinfo__hours-text{
		margin:0 0.5em 0 0;
		display:inline-block;
	}
	.shopinfo__rank-wrapper{
		padding:10px 20px;
	}
	.shopinfo__rank-wrapper p{
		margin:0;
	}
	.shopinfo__rank-wrapper-left{
		width:48%;
		float:left;
	}
	.shopinfo__rank-wrapper span{
		display:inline-table;
		width:48%;
		vertical-align:middle;
	}
	.shopinfo__rank-label{
		font-size:14px;
		font-weight:bold;
	}
	.shopinfo__rank-rank0,
	.shopinfo__rank-rank1,
	.shopinfo__rank-rank2,
	.shopinfo__rank-rank3,
	.shopinfo__rank-rank4,
	.shopinfo__rank-rank5{
		height:2em;
	}
	.shopinfo__rank-rank0{ background:url(/images/rank0.png) 0 center no-repeat; background-size:100% auto; }
	.shopinfo__rank-rank1{ background:url(/images/rank1.png) 0 center no-repeat; background-size:100% auto; }
	.shopinfo__rank-rank2{ background:url(/images/rank2.png) 0 center no-repeat; background-size:100% auto; }
	.shopinfo__rank-rank3{ background:url(/images/rank3.png) 0 center no-repeat; background-size:100% auto; }
	.shopinfo__rank-rank4{ background:url(/images/rank4.png) 0 center no-repeat; background-size:100% auto; }
	.shopinfo__rank-rank5{ background:url(/images/rank5.png) 0 center no-repeat; background-size:100% auto; }
	.shopinfo__rank-wrapper-left p{
		margin:0;
	}

	.shopinfo__rank-wrapper-right{
		width:45%;
		float:right;
	}
	.shopinfo__rank-price-rank0,
	.shopinfo__rank-price-rank1,
	.shopinfo__rank-price-rank2,
	.shopinfo__rank-price-rank3{
		height:4em;
	}

	.shopinfo__rank-price-rank0{ background:url(/images/price-rank0.png) 0 center no-repeat;background-size:100% auto; }
	.shopinfo__rank-price-rank1{ background:url(/images/price-rank1.png) 0 center no-repeat; background-size:100% auto; }
	.shopinfo__rank-price-rank2{ background:url(/images/price-rank2.png) 0 center no-repeat; background-size:100% auto; }
	.shopinfo__rank-price-rank3{ background:url(/images/price-rank3.png) 0 center no-repeat; background-size:100% auto; }



	.shopinfo__map{
		position:relative;
	}
	.shopinfo__map-btn{
		width:50px;
		position:absolute;
		right:50px;
		bottom:10px;
	}



}
/*.error
-----------------------------------------------------------------------------*/
/*PC*/
@media screen and (min-width: 768px) {
    .error_box{
        margin:100px 0 200px;
        text-align:center;
    }
}

/*SP*/
@media screen and (max-width: 767px) {
    .error_box{
        margin:50px 0;
        text-align:center;
    }
}


