/*店舗一覧*/
.shoplist {}

.shoplist .sl-box {
	display: block;
	width: 100%;
	border-bottom: 1px solid #666666;
	overflow: hidden;
	position: relative;
}

.shoplist .sl-box a.sl-boxlink {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.shoplist .sl-box .sl-box-left {
	display: block;
	padding: 10px;
}

.shoplist .sl-box .sl-box-left dl {}

.shoplist .sl-box .sl-box-left dl dt {
	font-family: 'Noto sans japanese', sans-serif;
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 20px;
}

.shoplist .sl-box .sl-box-left dl dd {}

.shoplist .sl-box .sl-box-left dl dd span {
	font-weight: bold;
}

/*店舗詳細ページ*/
.shop-detail {}

.shop-detail .sd-infobox {
	display: block;
	width: 100%;
	overflow: hidden;
}

.shop-img a {
	display: block;
	height: 160px;
	margin: 4px 0rem;
	overflow: hidden;
	border-radius: 8px;
}

.shop-img__photo {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/**/
.shop-detail .sd-infobox .sd-ib-left .about-list,
.shop-detail .sd-infobox .sd-ib-left .about-list {
	margin-bottom: 0;
}

.shop-detail .sd-infobox .sd-ib-left .about-list ul li .alist-desc a.banner-link,
.shop-detail .sd-infobox .sd-ib-left .about-list tbody tr .alist-desc a.banner-link {
	display: inline-block;
	width: 100%;
}

.shop-detail .sd-infobox .sd-ib-left .about-list ul li .alist-desc a.banner-link img,
.shop-detail .sd-infobox .sd-ib-left .about-list tbody tr .alist-desc a.banner-link img {
	width: 96%;
	margin-bottom: 8px;
}

.shop-detail .sd-infobox .sd-ib-right img {
	width: 100%;
}

/**/
.shop-detail .sd-mapbox {
	margin: 30px 0;
	display: block;
	overflow: hidden;
}

.shop-detail .sd-mapbox iframe {
	width: 100%;
	height: 250px;
}

/**/
.shop-detail .sd-fromstore {
	margin-top: 30px;
	padding: 30px 10px;
}

.shop-detail .sd-fromstore .sd-fs-whitebox {
	display: block;
	width: 100%;
	overflow: hidden;
	background: #FFFFFF;
	padding: 10px;
}

.shop-detail .sd-fromstore .sd-fs-whitebox .sd-fs-left {
	padding-bottom: 10px;
}

.shop-detail .sd-fromstore .sd-fs-whitebox .sd-fs-left p {
	line-height: 180%;
}

.shop-detail .sd-fromstore .sd-fs-whitebox .sd-fs-left dl {
	display: block;
	border: 1px solid #357FD4;
	padding: 10px;
	margin-top: 10px;
}

.shop-detail .sd-fromstore .sd-fs-whitebox .sd-fs-left dl dt {
	color: #357FD4;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #357FD4;
}

.shop-detail .sd-fromstore .sd-fs-whitebox .sd-fs-left dl dt img {
	width: 20px;
	margin-right: 10px;
	vertical-align: middle;
}

.shop-detail .sd-fromstore .sd-fs-whitebox .sd-fs-left dl dd {}

.shop-detail .sd-fromstore .sd-fs-whitebox .sd-fs-left dl dd ul {}

.shop-detail .sd-fromstore .sd-fs-whitebox .sd-fs-left dl dd ul li {
	margin-bottom: 5px;
	line-height: 150%;
}

.shop-detail .sd-fromstore .sd-fs-whitebox .sd-fs-left dl dd ul li span {
	display: block;
	font-weight: bold;
}

.shop-detail .sd-fromstore .sd-fs-whitebox .sd-fs-right {}

.shop-detail .sd-fromstore .sd-fs-whitebox .sd-fs-right img {
	width: 100%;
}

/**/
.shop-detail .sd-pricelist {
	margin: 30px 0;
}

.shop-detail .sd-pricelist .sd-plbox {
	display: block;
	overflow-x: scroll;
}

.shop-detail .sd-pricelist .sd-plbox table,
.shop-detail .sd-pricelist .sd-plbox ul {
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	border-left: 5px solid #da291c;
	width: 100%;
}


.shop-detail .sd-pricelist .sd-plbox ul {
	width: 200%;
}

.shop-detail .sd-pricelist .sd-plbox table tr {}

.shop-detail .sd-pricelist .sd-plbox li.t-header,
.shop-detail .sd-pricelist .sd-plbox li.t-body {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #EEEEEE;
}

.shop-detail .sd-pricelist .sd-plbox table tr:nth-child(2n+1),
.shop-detail .sd-pricelist .sd-plbox ul li:nth-child(2n+1) {
	background-color: #FBFBFB;
}

.shop-detail .sd-pricelist .sd-plbox table tr th,
.shop-detail .sd-pricelist .sd-plbox ul li .t-inner,
.shop-detail .sd-pricelist .sd-plbox ul li .t-cell {
	border-right: 1px solid #EEEEEE;
	width: 100%;
	padding: 10px;
	text-align: center;
}


.shop-detail .sd-pricelist .sd-plbox ul li .t-inner {
	border-bottom: none;
	font-weight: bold;
}

.shop-detail .sd-pricelist .sd-plbox .t-inner>span {
	display: block;
	font-size: 0.8rem;
	font-weight: normal;
}

.shop-detail .sd-pricelist .sd-plbox table tr th span {
	display: block;
	margin-bottom: 5px;
	font-family: 'Noto sans japanese', sans-serif;
	font-weight: 700;
}

.shop-detail .sd-pricelist .sd-plbox table tr td {
	border-right: 1px solid #EEEEEE;
	width: 25%;
	padding: 10px;
	text-align: right;
}

img.taxinc {
	display: block;
	height: 16px;
	float: right;
}

.shop-detail .sd-pricelist .sd-plbox table tr td:first-child,
.shop-detail .sd-pricelist .sd-plbox .t-cell:first-of-type {
	text-align: left;
}

/**/
.shop-detail .sd-roadaccess {
	padding: 30px 0;
	margin-bottom: 30px;
	position: relative;
}

.shop-detail .sd-roadaccess .way-select {
	margin: 10px 0;
}

.shop-detail .sd-roadaccess .way-select select {
	width: 100%;
	height: auto;
	border-color: #C32519;
	background: #C32519;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}

.shop-detail .sd-roadaccess .sd-rabox {
	display: block;
	padding: 0 10px;
}

.shop-detail .sd-roadaccess .sd-rabox ul {
	display: block;
	width: 100%;
	overflow: hidden;
}

.shop-detail .sd-roadaccess .sd-rabox ul li {
	margin-bottom: 10px;
}

.shop-detail .sd-roadaccess .sd-rabox ul li dl {}

.shop-detail .sd-roadaccess .sd-rabox ul li dl dt {
	margin-bottom: 1px;
}

.shop-detail .sd-roadaccess .sd-rabox ul li dl dt img {
	width: 100%;
}

.shop-detail .sd-roadaccess .sd-rabox ul li dl dd {
	background: #FFFFFF;
	line-height: 150%;
	padding: 10px;
}


/*事例編集*/
.shop-history {
	margin: 20px 0;
}

.shop-history ul {
	width: 99%;
	overflow: hidden;
	padding: 8px 0;
	border: 1px solid #999999;
	box-sizing: content-box;
	margin: 8px 0;
}

.shop-history ul li {
	vertical-align: top;
}

.shop-history ul li.sh-img a {
	display: block;
	width: 100px;
	height: 100px;
	overflow: hidden;
}

.shop-history ul li.sh-img {
	display: inline-block;
	float: left;
	width: 100px;
	height: 208px;
	overflow: hidden;
	position: relative;
}

.shop-history ul li.sh-img img {
	margin-bottom: 4px;
	width: 100%;

}

.shop-history ul li:last-of-type {
	font-size: 14px;
	position: relative;
	padding-left: 10px;
	float: left;
	width: 64%;
	position: relative;
}

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

.shop-history ul li:last-of-type dl dt {
	display: table-cell;
	width: 400px;
	vertical-align: top;
	font-weight: bold;
}

.shop-history ul li:last-of-type dl dt:before {
	content: " ";
	display: inline-block;
	width: 10px;
	height: 20px;
	margin-right: 5px;
	vertical-align: middle;
	background: url(../img/common/icon-right.png) no-repeat center;
	background-size: contain;
}

.shop-history ul li:last-of-type dl dd {
	display: table-cell;
	width: auto;
	line-height: 150%;
	vertical-align: top;
	text-align: right;
}

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

.shop-history .btn-box .rl-btn {
	background: #FFFFFF;
	width: 100%
}


.shop-history .grad-btn {
	/*.grad-btnのCSSは表示/非表示の動作には関係ないので、ご自由にどうぞ*/
	position: absolute;
	top: 90%;
	right: 25%;
	z-index: 9;
	width: 133px;
	font-size: 14px;
	padding: 5px 10px;
	padding-right: 35px;
	background: #da291c;
	color: #FFFFFF;
	font-weight: 600;
}

.grad-btn::before {
	content: "続きを読む"
}

.shop-history .grad-btn:after {
	content: " ";
	position: absolute;
	right: 10px;
	transform: rotate(90deg);
	background: url(../img/common/btn-attow-w.png) no-repeat center;
	background-size: cover;
	width: 20px;
	height: 20px;
}

.shop-history .grad-item {
	display: inline-block;
	position: relative;
	overflow: hidden;
	height: 120px;
	/*隠した状態の高さ*/
}

.shop-history .grad-item::before {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 800px;
	height: 40px;
	/*グラデーションで隠す高さ*/
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
	background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
	content: "";
}

.shop-history .grad-trigger {
	display: none;
	/*チェックボックスは常に非表示*/
}

.shop-history .grad-trigger:checked~.grad-btn::before {
	content: "閉じる"
		/*チェックされていたら、文言を変更する*/
}

.shop-history .grad-trigger:checked~.grad-btn::after {
	transform: rotate(-90deg);

}

.shop-history .grad-trigger:checked~.grad-item {
	height: auto;
	padding-bottom: 130px;
}

.shop-history .grad-trigger:checked~.grad-item::before {
	display: none;
	/*チェックされていたら、grad-itemのbeforeを非表示にする*/
}


/*ブログ*/
.blog-list {
	margin: 20px 0;
	display: block;
	overflow: hidden;
}

.blog-list .blog-listbox {}

.blog-list .blog-listbox ul {}

.blog-list .blog-listbox ul li {
	display: block;
	overflow: hidden;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #da291c;
}

.blog-list .blog-listbox ul li dl {
	display: table;
	width: 100%;
	overflow: hidden;
}

.blog-list .blog-listbox ul li dl dt {
	display: table-cell;
	width: 150px;
	vertical-align: middle;
}

.blog-list .blog-listbox ul li dl dt a {
	display: block;
	width: 100%;
	min-height: 120px;
	overflow: hidden;
	position: relative;
}

.blog-list .blog-listbox ul li dl dt 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: 99%;
}

.blog-list .blog-listbox ul li dl dd {
	display: table-cell;
	padding-left: 5px;
	line-height: 150%;
	margin-top: 10px;
	vertical-align: top;
}

.blog-list .blog-listbox ul li dl dd p {
	font-family: 'Noto sans japanese', sans-serif;
	font-weight: 600;
}

.blog-list .blog-listbox ul li dl dd a {
	color: #da291c;
}

.blog-list .blog-listbox ul li dl dd .wl-btn {
	display: inline-block;
	width: 100%;
	padding: 5px;
	padding-right: 25px;
	border: 1px solid #da291c;
	text-align: center;
	background: #da291c;
	color: #FFFFFF;

	position: relative;
}

.blog-list .rl-btn {
	width: 100%;
	max-width: 400px;
	background: #FFFFFF;
}


/* スマホ限定の luminous サイズ調整 */
.lum-lightbox-inner img {
	max-width: 160vw !important;
}


/*対応機種・値段紹介*/
#shop-intro {
	padding: 30px 0;
}

#shop-intro .intro-left {
	display: block;
	padding: 20px;
	margin: 10px 10px 20px;
	box-shadow: 0px 1px 5px 0 rgba(0, 0, 0, .15);
	transition: all .3s ease-in-out;
	background: #FFFFFF;
}

#shop-intro .intro-left .intro-l-st {
	text-align: center;
	font-family: 'Noto sans japanese', sans-serif;
	font-size: 18px;
	font-weight: 700;
}

#shop-intro .intro-left .intro-list {
	width: 70%;
	margin: 10px auto;
}

#shop-intro .intro-left .intro-list li {
	display: block;
	margin-bottom: 10px;
}

#shop-intro .intro-left .intro-list li a {
	display: block;
	border: 1px solid #CCCCCC;
	padding: 10px;
	color: #C32519;
	font-family: 'Noto sans japanese', sans-serif;
	font-size: 16px;
	font-weight: 700;
}

#shop-intro .intro-left .intro-list li a:before {
	content: "";

	display: inline-block;
	margin-right: 10px;
	width: 20px;
	height: 20px;
	background: url(../img/index/smartphone-icon.png) no-repeat center;
	background-size: contain;
	vertical-align: middle;
}

#shop-intro .intro-left .btn-box {
	margin-bottom: 0 !important;
}

#shop-intro .intro-left .btn-box a {
	width: 200px;
}

#shop-intro .intro-right {
	margin-bottom: 10px;
	position: relative;
}

#shop-intro .intro-right ul {
	display: block;
	overflow: hidden;
	width: 100%;
	padding-bottom: 5px;
}

#shop-intro .intro-right ul li {
	float: left;
	margin: 10px 0 0 1.3%;
	width: 48%;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .15);
	transition: all .3s ease-in-out;
}

#shop-intro .intro-right ul li dl {}

#shop-intro .intro-right ul li dl dt {
	margin-bottom: 2px;
	background: #FFFFFF;
}

#shop-intro .intro-right ul li dl dt img {
	width: 100%;
}

#shop-intro .intro-right ul li dl dd {
	height: 90px;
	padding: 10px;
	text-align: center;
	font-family: 'Noto sans japanese', sans-serif;
	font-size: 18px;
	background: #FFFFFF;
	position: relative;
}

#shop-intro .intro-right ul li dl dd span {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
	color: #C32519;
	display: block;
}

/*20210104｜グーグルビジネス・道順追加*/

.googl-b {
	margin: 12px 0px -20px;
}

.googl-b span {}

.googl-b span a,
.googl-b {
	display: inline-block;
	float: right;
	background: #888888;
	border-radius: 5px;
	color: #FFFFFF;
	text-align: center;
	font-family: Meiryo, Tahoma, Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 16px;
	height: 44px;
	width: 76%;
	line-height: 44px;
	padding-left: 44px;
	padding-right: 28px;
	position: relative;
}

.googl-b span a::before,
.googl-b::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	display: inline-block;
	padding: 2px;
	width: 20%;
	background: url(../img/common/arrow-right-w.png) no-repeat center;
	background-size: 14px;
	background-color: #666666;
	vertical-align: middle;
	border-radius: 5px 0 0 5px;
}

.google-btn {
	width: 100%;
	float: left;
}

td>.googl-b {
	margin: 0;
	width: 100%;
}

.g-map-btn {
	margin: 20px 0;
	text-align: center;
}

.g-map-btn a {
	display: inline-block;
	padding: 10px;
	padding-right: 70px;
	width: 100%;
	position: relative;
	background: #28b447;
	color: #FFFFFF;
	font-family: 'Noto sans japanese', sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 150%;
	text-align: left;
}

.g-map-btn a::after {
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	background: url(../img/shop/gmap-icon.png) no-repeat center;
	background-size: 90%;
	background-color: #FFFFFF;
}

.g-map-btn span {
	display: block;
}

/*お客様の声枠追加｜20210419*/

.voice {}

.voice .btn-box input[type=submit] {
	border: 0;
}

.voice-box {
	display: block;
	overflow: hidden;
}

.voice-box .voice-desc {
	margin-bottom: 20px;
}

.voice-box .voice-desc .vd-imgbox {
	overflow: hidden;
	position: relative;
	width: 100%;
	padding-top: 75%;
}

.voice-box .voice-desc .vd-imgbox img {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);

	width: auto;
	height: auto;
	max-width: 100%;
}

.voice-box .voice-desc dl {
	margin-top: 10px;
}

.voice-box .voice-desc dl.vd-customer {
	border: 1px solid #da291c;
}

.voice-box .voice-desc dl.vd-customer dt {
	padding: 5px;
	border-bottom: 1px solid #da291c;
}

.voice-box .voice-desc dl.vd-customer dd {
	padding: 5px;
	text-align: right;
}

.voice-box .voice-desc div.vd-subnext {
	width: 100%;
	text-align: right;
	margin: 8px 0 16px 0;
}

.voice-box .voice-desc div.vd-subnext button {
	display: inline-block;
	width: 100%;
	padding: 5px;
	padding-right: 25px;
	border: 1px solid #da291c;
	text-align: center;
	background: #da291c;
	color: #FFFFFF;
	position: relative;
}

.voice-box .voice-desc div.vd-subnext button::after {
	content: " ";
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../img/sp/common/btn-attow-w.png) no-repeat center;
	background-size: cover;
	width: 20px;
	height: 20px;
}

.voice-box .voice-desc dl.vd-bystore dt {
	border-bottom: 1px solid #da291c;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}

.voice-box .voice-desc dl.vd-bystore dd {
	line-height: 150%;
}

.morebtn-gb {
	display: inline-block;
	width: 200px;
	border: 1px solid #C32519;
	font-family: 'Noto sans japanese', sans-serif;
	font-weight: 600;
	color: #C32519;
	padding: 10px;
	padding-right: 40px;
	text-align: center;
	position: relative;
}

.morebtn-gb::after {
	content: " ";
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../img/sp/common/btn-attow-r.png) no-repeat center;
	background-size: cover;
	width: 20px;
	height: 20px;
}

.android-list {
	margin: 20px 0;
}

.android-list .gridbox {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
	justify-content: space-around;
	align-items: center;
}

.android-list li {
	width: 100%;
}

.android-list li a {
	display: flex;
	flex-direction: column;
	width: 100%;
	justify-content: center;
	align-items: center;
	gap: 12px;
}

.android-list li img {
	width: 100%;
	aspect-ratio: 3/2;
	object-fit: contain;
	border: 1px solid #000;
	padding: 4px 8px;
}

.android-list li a.act img {
	border: 2px #C32519 solid;
}

.android-list p {
	font-size: 1rem;
	font-weight: bold;
}

/*.switch-banner {
    margin: auto;
    margin: 12px 0;
    display: flex;
    flex-direction: column;
    font-family: 'Noto sans japanese',sans-serif;
}
.switch-banner a {
}
.switch-banner img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.switch-banner div {
    background: #fa8639;
    padding: 12px;
}
.switch-banner dl {}
.switch-banner dl dt {
	font-weight: 600;
    text-align: center;
    font-size: 1.6rem;
    letter-spacing: 1px;
    border-bottom: 1px solid;
    margin-bottom: 7px;
}
.switch-banner dl dd {
    font-size: 1rem;
    line-height: 1.7rem;
    margin-bottom: 4px;
}*/
.repailist {
	font-size: 1rem;
	border: 2px solid;
	padding: 4px;
}

.repailist li {
	line-height: 1.7rem;
}



.shop-news-box {}

.shop-news-inner {
	display: block;
	border: 1px solid #357FD4;
	padding: 10px;
	margin-top: 10px;
}

.shop-news-tittle {
	color: #357FD4;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #357FD4;
}

.shop-news-img {
	width: 20px;
	margin-right: 10px;
	vertical-align: middle;
}

.shop-news-detail {}

.news-detail-inner {}

.news-detail-list {
	padding-bottom: 1em;
	margin-bottom: 1em;
	line-height: 150%;
	border-bottom: 1px solid #357FD4;
}

.news-detail-list:last-child {
	border: none;
	margin-bottom: unset;
}

.news-detail-ttl {
	color: #357FD4;
	font-size: 16px;
	font-weight: bold;
	padding: 4px;
}


.news-detail-date {
	display: block;
	font-weight: bold;
}