/*parts_subheader*/

.subheader{
	margin-top:72px;
}

.subheader ul{
	display: table;
	width:100%;
	overflow: hidden;
	color:#FFFFFF;
	background: #1051a3;
}

.subheader ul li{
	display: table-cell;
	width: 33%;
	vertical-align: middle;
}
.subheadr ul li:first-child{
	width: 34% !important;
	}

.subheader ul li:nth-of-type(2){
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
}

.subheader ul li a{
	display: block;
	padding-top:15px;
	text-align: center;
	font-size:14px;
	height:48px;
	line-height: 20px;
}

.subheader li a img{
	width: 15px;
	height: 15px;
	margin-right: 3px;
	vertical-align: middle;
}

/*共通
----------------------------------------------------------------------------------------------------------------*/
/**/
#main{
	margin:20px 0;
}

#sub-header{
	display: flex;
	overflow: hidden;
	height:200px;
	background:url(../img/common/subheader.png) no-repeat center;
	background-size:cover;
	align-items: center;
}

#sub-header p{
	margin:0 10px;
}
#sub-header p span{
	display: block;
	font-family:'Noto sans japanese', sans-serif;
	font-weight:700;
	font-size:36px;
	color:#FFFFFF;
	line-height: 40px;
}

#sub-header p img{
	width:200px;
	margin-bottom:10px;
}

.price-table{
	margin:20px 0;
}

.price-table table{
	width:100%; 
	border-collapse: separate;
	border-spacing: 0;
}

.price-table table tr{}

.price-table table tr:nth-of-type(2n){
	background:#FFFFFF;
}
.price-table table tr:nth-of-type(2n+1){
	background:#E2EDFC;
}

.price-table table tr th{
	padding:10px;
	font-weight:700;
	border-bottom:1px solid #1051a3;
	border-left:1px solid #1051a3;
}

.price-table table tr th:first-of-type{
	width:25%;
}
.price-table table tr:first-of-type th:first-of-type{
	border-radius:5px 0 0 0;
}
.price-table table tr:first-of-type th:last-of-type{
	border-radius:0 5px 0 0;
}

.price-table table tr td{
	padding:10px;
	color:#1051a3;
	text-align:right;
	font-size:16px;
	font-weight:700;
	border-bottom:1px solid #1051a3;
	border-left:1px solid #1051a3;
}

.price-table table tr td:last-of-type{
	border-right:1px solid #1051a3;
}

.price-table table tr td span{
	font-size: 14px;
	font-weight: normal;
}

.price-table table tr.pt-header{
	background:#1051a3;
	color:#FFFFFF;
}

.price-table table tr.pt-header th{
	text-align: center;
	border-left:1px solid #1051a3;
	border-top:1px solid #1051a3;
}

.price-table table tr.pt-header th:last-of-type{
	border-right:1px solid #1051a3;
}

.price-table table tr:last-of-type th{
	border-radius: 0 0 0 5px;
}
.price-table table tr:last-of-type td {
}
.price-table table tr:last-of-type td:last-of-type{
	border-radius: 0 0 5px 0;
}


/*-------------------------------------------*/

.sd-buttonbox{
	display: block;
	overflow: hidden;
	margin:10px 0;
}

.sd-buttonbox .sd-bb-contact{
	display: block;
	overflow: hidden;
	height:55px;
	margin-bottom:5px;
}

.sd-buttonbox .sd-bb-webcontact{
	display: block;
	overflow: hidden;
	height:55px;
}

.sd-buttonbox a{
	display: block;
	height:50px;
	width: 100%;
	border-radius:4px;
	color:#FFFFFF;
	font-family:'Noto sans japanese', sans-serif;
	
	position:relative;
}
.sd-buttonbox .sd-bb-contact a{
	padding:3px 50px 5px 10px;
	background:#1051a3;
	box-shadow: 0 5px 0 #0C3E7D;
}

.sd-buttonbox .sd-bb-webcontact a{
	padding:5px 50px 5px 10px;
	background:#00a372;
	box-shadow: 0 5px 0 #007a55;
}


.sd-buttonbox a span.sd-bb-icon{
	position:absolute;
	right:10px;
	top:8px;
	display: block;
    width: 34px;
    height: 34px;
    padding: 5px 8px 0;
	background:#FFFFFF;
	border-radius:50%;
}

.sd-buttonbox a span.sd-bb-icon img{
	width:100%;
}

.repair-contents-box{}

.repair-contents-box .rpb-select{
	margin:10px 0;
}

.repair-contents-box .rpb-select dl{
	display: block;
	overflow: hidden;
	font-size:16px;
}

.repair-contents-box .rpb-select dl dt{
	margin-bottom:10px;
}

.repair-contents-box .rpb-select dl dd{
}
.repair-contents-box .rpb-select dl dd select{
	height:30px;
	min-width: 300px;
	border-radius: 5px;
	background:#FFFFFF;
}

.repair-contents-box .rpb-innerbox{
	display: block;
	width:100%;
	border-top:1px solid #1051a3;
	padding:10px 0;
}

.repair-contents-box .rpb-innerbox:last-of-type{
	border-bottom:1px solid #1051a3;
}

.repair-contents-box .rpb-innerbox .rpb-btn{
	display: block;
	border-radius: 5px;
	background:#E2EDFC;
	font-weight:bold;
	padding:5px 10px;
}

.repair-contents-box .rpb-innerbox .rpb-ib-left{
	display: block;
	margin-bottom:10px;
}

.repair-contents-box .rpb-innerbox .rpb-ib-left dl{}

.repair-contents-box .rpb-innerbox .rpb-ib-left dl dt{
	font-family: 'Noto sans japanese', sans-serif;
	font-size:16px;
	font-weight:700;
}

.repair-contents-box .rpb-innerbox .rpb-ib-left dl dt img{
	width:15px;
	margin-right:10px;
}

.repair-contents-box .rpb-innerbox .rpb-ib-left dl dd{
	margin:10px 0;
	line-height: 150%;
}

.repair-contents-box .rpb-innerbox .rpb-ib-left dl dd .rpb-btn{
	margin-bottom:10px;
}

.repair-contents-box .rpb-innerbox .rpb-ib-left dl dd.comment-box{
	border:1px solid #12438c;
	padding:10px;
	border-radius: 10px;
}

.repair-contents-box .rpb-innerbox .rpb-ib-left ul{
	display: block;
	overflow: hidden;
}

.repair-contents-box .rpb-innerbox .rpb-ib-left ul li{}

.repair-contents-box .rpb-innerbox .rpb-ib-left ul li:first-of-type{
	margin-bottom:10px;
}

.repair-contents-box .rpb-innerbox ul li .rpb-btn{
	width:200px;
}

.repair-contents-box .rpb-innerbox .rpb-ib-right{
	
}


.repair-contents-box .rpb-innerbox .rpb-ib-right ul{
	display: block;
	width:100%;
	overflow: hidden;
}

.repair-contents-box .rpb-innerbox .rpb-ib-right ul li{
	float: left;
	width:49%;
	border:1px solid #1051a3;
	position: relative;
}

.repair-contents-box .rpb-innerbox .rpb-ib-right ul.before-after li:first-of-type{
	margin-right:2%;
}

.repair-contents-box .rpb-innerbox .rpb-ib-right ul.before-after li:first-of-type:before {
	content:" ";
	position:absolute;
	left:99%;
	top:50%;
	z-index:999;
	
	margin-top:-20px;
	border-style: solid;
	border-width: 20px 0 20px 20px;
	border-color: transparent transparent transparent #1051a3;
}

.repair-contents-box .rpb-innerbox .rpb-ib-right ul li img{
	width:100%;
}

/*修理対応系
----------------------------------------------------------------------------------------------------------------*/
.repair{}

.repair .repair-desc{
	display: table;
	overflow: hidden;
	width:100%;
	margin:20px 0;
}

.repair .repair-desc dt{
	display: table-cell;
	width:25px;
}

.repair .repair-desc dt img{
	width:100%;
}

.repair .repair-desc dd{
	display: table-cell;
	vertical-align: middle;
	padding-left:10px;
	font-size:16px;
	font-weight:600;
}

.repair .text-box{
	margin:20px 0;
	line-height: 150%;
}

.subpage-bb .sd-repair-desc{
    display: block;
    width: 100%;
	font-size:17px;
	font-weight:600;
	line-height: 100%;
}

.subpage-bb a{
	display: flex;
	align-items: center;
}


/*sitemap
----------------------------------------------------------------------------------------------------------------*/
.sitemap{}

.sitemap .page-list{
	margin:20px 0;
	display: block;
	overflow: hidden;
	border:1px solid #1051a3;
}

.sitemap .page-list li{
	display: block;
	font-family: 'Noto sans japanese', sans-serif;
	font-weight: 700;
	border-bottom:1px solid #1051a3;
}
.sitemap .page-list li:nth-of-type(2n+1){
	background:#E2EDFC;
}

.sitemap .page-list li:last-of-type{
	border-bottom:0;
}
.sitemap .page-list li.no-link,
.sitemap .page-list li a{
	padding:15px;
	display: block;
}

.sitemap .page-list li ul.pl-sub{
	border-bottom:1px solid #1051a3;
}

.sitemap .page-list li ul.pl-sub:last-of-type{
	border-bottom: none;
}

.sitemap .page-list li ul.pl-sub li{
	background:none;
	padding-left:50px;
}
.sitemap .page-list li ul.pl-sub li:first-of-type{
	padding-left:25px;
}

.sitemap .page-list li ul.pl-sub li.no-link,
.sitemap .page-list li ul.pl-sub li a{
	padding-top:10px;
	padding-bottom:10px;
}

/*policy
----------------------------------------------------------------------------------------------------------------*/
.policy{}

.kiyaku .policy-box{
	margin:30px 0;
}

.policy .item-list dl dd:before{
	content:" ";
	display: inline-block;
	width:15px;
	height:15px;
	margin-right:5px;
	background:url(../img/common/arrow-right-b.png) no-repeat left center;
	background-size:cover;
	vertical-align: middle;
}

.policy .item-list dl dd{
	margin-bottom:20px;
	padding-left:20px;
	text-indent: -20px;
}

/*merit
----------------------------------------------------------------------------------------------------------------*/
.merit{}

.merit .merit-list dl dd:before{
	content:" ";
	display: inline-block;
	width:15px;
	height:15px;
	margin-right:5px;
	background:url(../img/common/arrow-right-b.png) no-repeat left center;
	background-size:cover;
	vertical-align: middle;
}

.merit .merit-list dl dd{
	margin-bottom:8px;
	padding-left:20px;
	text-indent: -20px;
}

.merit .smaller{
	font-size: 12px;
}

.merit .con-meritbox{
	margin:10px 0;
	padding-bottom:10px;
}

.merit .con-meritbox dt{
	font-family: 'Noto sans japanese', sans-serif;
	font-size:16px;
	color:#1051a3;
	margin-bottom:10px;
}

.merit .con-meritbox dd{
	line-height: 150%;
}


/*kiyaku
----------------------------------------------------------------------------------------------------------------*/
.kiyaku{}

.kiyaku .kiyaku-box{
	margin:30px 0;
}

.kiyaku .kiyaku-list {
	margin: 10px 0;
}

.kiyaku .kiyaku-list dt:before{
	content:" ";
	display: inline-block;
	width:15px;
	height:15px;
	margin-right:5px;
	background:url(../img/common/arrow-right.png) no-repeat left center;
	background-size:cover;
	vertical-align: middle;
}

.kiyaku .kiyaku-list dt{
	font-family: 'Noto sans japanese', sans-serif;
	font-size:18px;
	color:#1051a3;
	margin-bottom:8px;
}

.kiyaku .kiyaku-list dd{
	line-height: 150%;
	padding-bottom: 8px;
}

/*business, company
----------------------------------------------------------------------------------------------------------------*/
.business{}
.company{}

.company .company-box,
.business .business-box{
	margin:30px 0;
}

.info-table{
	margin:20px 0;
}

.info-table table{
	width:100%;
	border-collapse: collapse;
	border-spacing: 0;
}

.info-table table tr{
}

.info-table table tr:nth-of-type(2n){
	background:#FFFFFF;
}
.info-table table tr:nth-of-type(2n+1){
	background:#E2EDFC;
}

.info-table table tr th {
	padding:10px;
	text-align:center;
	font-size:16px;
	font-weight:400;
	border:1px solid #1051a3;
}

.info-table table tr th:first-of-type{
	width:25%;
}

.info-table table tr:first-of-type th:first-of-type{
	border-radius:5px 0 0 0;
}

.info-table table tr:first-of-type th:last-of-type{
	border-radius:0 5px 0 0;
}

.info-table table tr td{
	padding:10px;
	font-size:16px;
	font-weight:500;
	border:1px solid #1051a3;
}
.info-table table tr td:last-of-type{
	border-right:1px solid #1051a3;
}

/*purchase
----------------------------------------------------------------------------------------------------------------*/
.purchase{}

.purchase .text-box{
	margin:30px 0;
}

.purchase .purchase-list {
	margin: 10px 0;
}

.purchase .purchase-list dd:before{
	content:" ";
	display: inline-block;
	width:15px;
	height:15px;
	margin-right:5px;
	background:url(../img/common/arrow-right-b.png) no-repeat left center;
	background-size:cover;
	vertical-align: middle;
}

.purchase .purchase-list dl dd{
	margin-bottom:8px;
	padding-left:20px;
	text-indent: -20px;
}

.purchase .smaller{
	font-size: 12px;
}

.purchase .con-purchasebox{
	margin:10px 0;
	padding-bottom:10px;
}

.purchase .con-purchasebox dt{
	font-family: 'Noto sans japanese', sans-serif;
	font-size:20px;
	color:#1051a3;
	margin-bottom:10px;
}

.purchase .con-purchasebox dd{
	line-height: 150%;
}

/*iPhone修理メニュー
----------------------------------------------------------------------------------------------------------------*/
.menu{}

.menu .text-box{
	margin:30px 0;
}

.menu .blue-text{
	color:#1051a3;
	font-weight:500;
}

.menu .menu-table{
	
}

.menu-table table{
	width:100%;
	border-collapse: separate;
	border-spacing: 0;
}

.menu-table table tr{
}

.menu-table table tr:nth-of-type(2n){
	background:#FFFFFF;
}
.menu-table table tr:nth-of-type(2n+1){
	background:#E2EDFC;
}

.menu-table table tr th{
	text-align: center;
	padding:10px;
	font-size:14px;
	font-weight:400;
	border-bottom:1px solid #1051a3;
	border-left:1px solid #1051a3;
}

.menu-table table tr th:first-of-type{
	width:25%;
}

.menu-table table tr:first-of-type th:first-of-type{
	border-radius:5px 0 0 0;
}
.menu-table table tr:first-of-type th:last-of-type{
	border-radius:0 5px 0 0;
}


.menu-table table tr td{
	padding:10px;
	text-align:left;
	font-size:14px;
	font-weight:400;
	border-bottom:1px solid #1051a3;
	border-left:1px solid #1051a3;
}
.menu-table table tr td:last-of-type{
	border-right:1px solid #1051a3;
}

.menu-table table tr.pt-header{
	background:#1051a3;
	color:#FFFFFF;
}

.menu-table table tr.pt-header th{
	text-align: center;
	padding:20px;
	border-left:1px solid #1051a3;
	border-top:1px solid #1051a3;
}

.menu-table table tr.pt-header th:last-of-type{
	border-right:1px solid #1051a3;
}
.menu-table table tr:last-of-type th{
	border-radius: 0 0 0 5px;
}
.menu-table table tr:last-of-type td {
}
.menu-table table tr:last-of-type td:last-of-type{
	border-radius: 0 0 5px 0;
}

/*customer-comments
----------------------------------------------------------------------------------------------------------------*/
.customer{}

.customer .comment-box{
	display: block;
	width:100%;
	overflow: hidden;
	margin:20px 0;
}

.customer .comment-list {
	display: block;
	overflow: hidden;
	margin: 10px 0;
	border-bottom:1px dashed #999999;
}

.customer .comment-box .comment-l{
	float: left;
	width:200px;
	border:1px solid #1051a3;
	margin:10px 0 0 10px;
	position: relative;
}

.customer .comment-box .comment-l img{
	width:100%;
}

.customer .comment-box .comment-l span{
	position:absolute;
	bottom:0;
	left:0; right:0;
	
	display: block;
	background:rgba(24,105,195,.7);
	color:#FFFFFF;
	padding:5px;
}
.customer .comment-box .comment-r{
	float: left;
	margin: 10px;
}

.customer .comment-box .comment-r dl dt{}

.customer .comment-box .comment-r dl dd{
	line-height: 150%;
	font-size:13px;
}


/*shoplist
----------------------------------------------------------------------------------------------------------------*/
.shoplist{}

.shoplist .con04{
	margin:0 !important;
}


/*shop-detail
----------------------------------------------------------------------------------------------------------------*/
.shop-detail{}

.shop-detail .sd-title{
	display: block;
	padding-left:50px;
	background:url(../img/common/store-icon.png) no-repeat 10px center;
	background-size:30px;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #000000;
}

.shop-detail .sd-title dt{
	font-family: 'Noto sans japanese', sans-serif;
	font-size:16px;
	font-weight:600;
	color:#12438C;
}

.shop-detail .sd-title dd{
	font-family: 'Noto sans japanese', sans-serif;
	font-size: 24px;
	font-weight: 600;
}

.shop-detail .sd-title dd span{
	display: inline-block;
	padding:5px 10px;
	background:#1869c3;
	border-radius: 5px;
	color:#FFFFFF;
	text-align: center;
	font-family: Meiryo, Tahoma, Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size:14px;
	line-height: 150%;
}

.shop-detail .sd-text{
	margin:5px;
}

.shop-detail .shop-infobox{
	display: block;
	overflow: hidden;
}

.shop-detail .shop-infobox p{
	font-size:16px;
}

.shop-detail .shop-infobox ul{
	width: calc( 100% - 10px );
}

.shop-detail .shop-infobox ul:last-of-type{
}

.shop-detail .shop-infobox ul li{
	margin:10px 0;
}

.shop-detail .shop-infobox ul li dl{
	width:100%;
	overflow: hidden;
}

.shop-detail .shop-infobox ul li dl dt{
	padding-left:15px;
	background:url(../../img/shop/icon-right.png) no-repeat left 3px;
	background-size:10px;
	vertical-align: top;
	font-weight: bolder;
	
}

.shop-detail .shop-infobox ul li dl dt.noicon{
	background:none;
}


.shop-detail .shop-infobox ul li dl dd{
	padding-left:15px;
	line-height: 150%;
	vertical-align: top;
}

.shop-detail .shop-infobox ul li dl dd.phone-box{
	font-family: 'Noto sans japanese', sans-serif;
	font-size: 20px;
	font-weight: 600;
}

.shop-detail .sd-buttonbox{
	display: block;
	overflow: hidden;
	margin:10px 0;
}

.shop-detail .sd-buttonbox .sd-bb-contact{
	display: block;
	overflow: hidden;
	height:55px;
	margin-bottom:5px;
}

.shop-detail .sd-buttonbox .sd-bb-webcontact{
	display: block;
	overflow: hidden;
	height:55px;
}

.shop-detail .sd-buttonbox a{
	display: block;
	height:50px;
	width: 100%;
	border-radius:4px;
	color:#FFFFFF;
	font-family:'Noto sans japanese', sans-serif;
	
	position:relative;
}
.shop-detail .sd-buttonbox .sd-bb-contact a{
	padding:3px 50px 5px 10px;
	background:#1869c3;
	box-shadow: 0 5px 0 #12438C;
}

.shop-detail .sd-buttonbox .sd-bb-webcontact a{
	padding:5px 50px 5px 10px;
	background:#00a372;
	box-shadow: 0 5px 0 #007a55;
}


.shop-detail .sd-buttonbox a span.sd-bb-icon{
	position:absolute;
	right:10px;
	top:8px;
	display: block;
    width: 34px;
    height: 34px;
    padding: 5px 8px 0;
	background:#FFFFFF;
	border-radius:50%;
}

.shop-detail .sd-buttonbox a span.sd-bb-icon img{
	width:100%;
}

.shop-detail .sd-buttonbox .sd-bb-shopname{
	font-size: 16px;
	font-weight: 600;
	line-height: 100%;
}

.shop-detail .sd-buttonbox .sd-bb-desc{
	display: block;
	margin-top:2px;
}

.shop-detail .sd-buttonbox .sd-bb-webcontact .sd-bb-desc{
	font-size:17px;
	font-weight:600;
}



.shop-detail .sd-buttonbox .sd-bb-contact .sd-bb-desc dt{
	float:left;
	font-size:12px;
	line-height: 120%;
}

.shop-detail .sd-buttonbox .sd-bb-contact .sd-bb-desc dd{
	float:left;
	font-size:25px;
	font-weight:700;
	line-height: 100%;
	margin-left: 8px;
}

.shop-detail .shop-map{
	margin:20px 0;
	width: 100%;
}

.shop-detail .shop-map li{
	width: 100%;
	margin:10px 0;
	vertical-align: middle;
}
.shop-detail .shop-map li:first-child{
}
.shop-detail .shop-map li img{
	width: 100%;
}

.shop-detail .shop-pricebox{
	margin-top:30px;
	display: block;
	overflow: hidden;
	position: relative;
}
.shop-detail .shop-pricebox .shop-pb-frame{
	margin: 0 0;
	display: block;
	overflow: hidden;
}
.shop-detail .shop-pricebox .shop-pb-inner{
	display: block;
	overflow: hidden;
}
.shop-detail .shop-pricebox .shop-pb-inner ul{
	display: block;
	width: 100%;
	overflow: hidden;
}
.shop-detail .shop-pricebox .shop-pb-inner ul li{
	width: 100%;
	display: block;
	border:1px solid #12438C;
	margin:10px 0px;
	padding:10px 5px;
	color: #12438C;
	border-radius:5px;
}

.shop-detail .shop-pricebox .shop-pb-inner ul li span:before{
	content:" ";
	display: inline-block;
	width:20px;
	height:20px;
	margin-right:5px;
	background:url(../img/common/search-icon.png)no-repeat center;
	background-size:cover;
	vertical-align: middle;
}


.shop-detail .shop-pricebox .shop-pb-inner ul li dl{
	display: table;
	width: 100%;
	overflow: hidden;
}
.shop-detail .shop-pricebox .shop-pb-inner ul li dl dt{
	display: table-cell;
	width: 60%;
	font-size: 16px;
	font-weight: bolder;
}
.shop-detail .shop-pricebox .shop-pb-inner ul li dl dd{
	display: table-cell;
	width: 40%;
	text-align: right;
	font-size: 18px;
}

.shop-detail .shop-pricebox .shop-pb-att{
	margin:5px;
}

.shop-detail .shop-con04{
	margin:10px 0;
}

.shopdetail-repair .con04-b-inner ul li .con04-item:before,
.shopdetail-repair .con04-b-inner ul li.con04-bi-disabled:before{
	background: url(../img/common/repair-icon-w.png)no-repeat center !important;
    background-size: 12px !important;
}

.shopdetail-store .con04-b-inner ul li .con04-item:before,
.shopdetail-store .con04-b-inner ul li.con04-bi-disabled:before{
	background:url(../img/common/store-icon-w.png)no-repeat center !important;
	background-color: #1869c3 !important;
    background-size: 12px !important;
}


.shop-detail .banner-box img{
	max-width:400px;
}

.shop-detail .shop-waybox{
	margin:20px 0;
	width: 100%;
}
.shop-detail .shop-waybox ul{
	display: block;
	width: 100%;
}
.shop-detail .shop-waybox ul li{
	display: block;
	width: 100%;
	padding: 5px 5px;
	overflow: hidden;
}
.shop-detail .shop-waybox ul li dl dt{
	float: left;
	width: 100px;
}
.shop-detail .shop-waybox ul li dl dt img{
	width: 100px;
}
.shop-detail .shop-waybox ul li dl dd{
	float: left;
	width: calc( 100% - 100px );
	padding: 0 5px 0 5px;
}

/*20180613追加分*/
.shop-detail .shop-history{
	margin:20px 0;
}

.shop-detail .shop-history ul{
	display: block;
	overflow: hidden;
	margin:10px 0;
}

.shop-detail .shop-history ul li{}

.shop-detail .shop-history ul li:first-of-type{
	width:300px;
	height:180px;
	margin:0 auto;
	overflow: hidden;
	position: relative;
}

.shop-detail .shop-history ul li:first-of-type img{
	position: absolute;
	left:50%;
	top:50%;
	
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	
	width:auto;
	height:auto;
	max-width: 100%;
}

.shop-detail .shop-history ul li:last-of-type dl{
	margin:10px 0;
	overflow: hidden;
}

.shop-detail .shop-history ul li:last-of-type dl dt{
	padding-left: 15px;
    background: url(../../img/shop/icon-right.png) no-repeat left 3px;
    background-size: 10px;
    vertical-align: top;
    font-weight: bolder;
}

.shop-detail .shop-history ul li:last-of-type dl dd{
	padding-left: 15px;
    line-height: 150%;
    vertical-align: top;
}

.shop-detail .shop-history ul li:last-of-type .shop-h-text{
	margin:10px;
	display: block;
	line-height: 150%;
}
/*--------*/


.shop-detail .shop-greetingbox{
	margin:20px 0;
	display: table;
	width: 100%;
	overflow: hidden;
}
.shop-detail .shop-greetingbox dl{
	width: 100%;
	overflow: hidden;
}
.shop-detail .shop-greetingbox dl dt{
	width: calc( 100% - 10px );
	margin: 5px;
	line-height: 180%;
}
.shop-detail .shop-greetingbox dl dd{
	width: calc( 100% - 10px );
	margin: 5px;
	vertical-align: middle;
}
.shop-detail .shop-greetingbox dl dd img{
	width: 100%;
}

.shop-detail .sd-sns-box{
	margin:20px 0;
	text-align: center;
}
.shop-detail .sd-sns-box .twitter-box{
	display: block;
	margin-bottom:10px;
}

.shop-detail .sd-sns-box .facebook-box{
	display: block;
}


/*item-detail
----------------------------------------------------------------------------------------------------------------*/
.item-detail .sd-title{
	background: url(../img/common/phone-icon.png) no-repeat 10px center;
    background-size: 30px;
}

.item-detail .sd-buttonbox .sd-bb-contact a,
.item-detail .sd-buttonbox .sd-bb-webcontact a{
	padding:5px;
}

.item-detail .sd-buttonbox .sd-bb-contact .sd-bb-desc,
.item-detail .sd-buttonbox .sd-bb-webcontact .sd-bb-desc{
  	font-size: 17px;
    font-weight: 600;
	line-height: 40px;
}


.item-detail .item-pricebox{
	margin-top:30px;
	display: block;
	overflow: hidden;
	position: relative;
}
.item-detail .item-pricebox .item-pb-frame{
	margin: 0 0;
	display: block;
	overflow: hidden;
}
.item-detail .item-pricebox .item-pb-inner{
	display: block;
	overflow: hidden;
}
.item-detail .item-pricebox .item-pb-inner ul{
	display: block;
	width: 100%;
	overflow: hidden;
}
.item-detail .item-pricebox .item-pb-inner ul li{
	width: 100%;
	margin:10px 0px;
}

.item-detail .item-pricebox .item-pb-inner ul li a{
	display: block;
	background: #1051a3;
    color: #FFFFFF;
	padding:10px 5px;
	border-radius:5px;
}

.item-detail .item-pricebox .item-pb-inner ul li span:before{
	content:" ";
	display: inline-block;
	width:20px;
	height:20px;
	margin-right:5px;
	background:url(../img/index/con07-icon.png) no-repeat center;
	background-size:cover;
	vertical-align: middle;
}


.item-detail .item-pricebox .item-pb-inner ul li dl{
	display: table;
	width: 100%;
	overflow: hidden;
}
.item-detail .item-pricebox .item-pb-inner ul li dl dt{
	display: table-cell;
	width: 60%;
	font-size: 15px;
	font-weight: bolder;
}
.item-detail .item-pricebox .item-pb-inner ul li dl dd{
	display: table-cell;
	width: 40%;
	text-align: right;
	font-size: 18px;
}


/*20190730追加分*/
.shop-history{
	margin:20px 0;
}

.shop-history ul{
	display: block;
	overflow: hidden;
	padding:10px 0;
	border-bottom:1px solid #999999;
}

.shop-history ul li{}

.shop-history ul li.sh-img{
	width:300px;
	height:120px;
	margin:0 auto;
	overflow: hidden;
	text-align: center;
}


.shop-history ul li.sh-img a{
	display: inline-block;
	width:49%;
	height:120px;
	vertical-align: middle;
	position: relative;
}

.shop-history ul li.sh-img a img{
	position: absolute;
	left:50%;
	top:50%;
	
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	
	width:auto;
	height:auto;
	max-width: 100%;
}

.shop-history ul li:last-of-type dl{
	margin:10px 0;
	overflow: hidden;
}

.shop-history ul li:last-of-type dl dt{
	padding-left: 15px;
    background: url(../img/common/icon-check-b.png) no-repeat left 6px;
    background-size: 10px;
    vertical-align: top;
    font-weight: bolder;
}

.shop-history ul li:last-of-type dl dd{
	padding-left: 15px;
    line-height: 150%;
    vertical-align: top;
}

.shop-history ul li:last-of-type .shop-h-text{
	margin:10px;
	margin-bottom:0;
	display: block;
	line-height: 150%;
}

.shop-history .btn-box input[type=submit]{
	border:0;
	width:100%;
	max-width:400px;
}

/*--------*/






