/* リセットCSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
	position: relative;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	width: 100%;
}

.sp {
	display: none;
}

header {
	position: fixed;
	width: 100%;
	z-index: 999;
	height: 214px;
	top: 0;
	background-color: #fff;
}

/* リセットCSSここまで */

nav ul.hidden {
	display: none !important;
}

/* 全クラスにfont-family: 'Noto Sans JP', sans-serif;を指定 */
* {
	font-family: 'Noto Sans JP', sans-serif;
	color: #000000;
}

body {
	margin: 0;
}

a {
	text-decoration: none;
	transition: .3s;
}

a:hover {
	transition: .3s;
	opacity: .8;
}

/* コンテンツ非表示 */
.category-wrap {
	display: none;
}

/* 追従バナー */
.fixed-baner {
	position: fixed;
	right: 0;
	top: 290px;
	z-index: 10;
}

/* 追従TOPボタン */
#backToTop {
	opacity: 0;
	transition: opacity 1s ease-in-out;
	position: fixed;
	bottom: 15px;
	right: 15px;
	z-index: 999;
}

.fixed-baner .fixed-baner-item:last-child {
	margin-top: 30px;
}

.fixed-baner .fixed-baner-item img {
	height: 175px;
	object-fit: contain;
	/*　薄いシャドウをつけてくださ */
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

/* .header-barに背景#FFC206、max-width:1100px、font-size:12px、font-weight:bold */
.header-bar {
	background: #FFC206;
	max-width: 1100px;
	font-size: 12px;
	text-align: center;
	padding: 8px 0;
	font-weight: bold;
	margin: 0 auto;
}

.header-logo {
	margin-right: 50px;
}

.header-logo img {
	height: 55px;
	width: auto;
}

/* .header-middleをflexboxで横並びにする */
.header-middle {
	display: flex;
	align-items: center;
	max-width: 1100px;
	margin: 0 auto;
	height: 100px;
	padding: 20px 0 0 0;
	position: relative;
}

/* .header-submenuをflexboxで横並びにする */
.header-submenu ul {
	display: flex;
	align-items: center;
	margin: 0 auto;
	list-style: none;
}

.header-submenu ul li {
	margin-right: 48px;
	font-weight: 700;
	font-size: 14px;
}

/* 検索窓 */
.search-box {
	position: relative;
	z-index: 100;
}

.search-input {
	height: 37px;
	position: relative;
	left: 0;
	top: 0;
	outline: 0;
	padding: 0 15px;
	background: #fff;
	border: 1px solid #000;
	max-width: 230px;
}

.search-icon {
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 20px;
	z-index: 10;
}

#form4 {
	position: relative;
	max-width: 230px;
}

#sbox4 {
	height: 37px;
	position: relative;
	left: 0;
	top: 0;
	border-radius: 50px;
	outline: 0;
	padding: 0 15px;
	background: #fff;
	border: 1px solid #D9D9D9;
}

#sbtn4 {
	height: 18px;
	width: 19px;
	position: absolute;
	right: 16px;
	top: 9.2px;
	background: transparent;
	color: #fff;
	border: none;
}

#sbtn4 .fa-search {
	font-size: 20px;
	position: absolute;
	top: 30%;
	left: 30%;
}

#sbtn4:hover {
	color: #888;
}

#sbtn4 img {
	height: 19px;
	width: auto;
}

/* ヘッダーカートボタン */
.header-cart {
	position: absolute;
	right: 0;
	top: 20px;
}

.header-cart a {
	background-color: #F5F5F5;
	width: 100px;
	height: 100px;
	display: inline-block;
	text-align: center;
}

.header-cart a span {
	display: block;
	position: relative;
	top: 29px;
	font-size: 12px;
	color: #000000;
}

.header-cart a img {
	position: relative;
	top: 24px;
	height: 40px;
	width: auto;
}

/* .header-menu ul をflexboxで横並びにする */
.header-menu {
	background-color: #434343;
}

.header-menu ul {
	display: flex;
	align-items: center;
	max-width: 1100px;
	margin: 0 auto;
	list-style: none;
	padding: 15px 0;
}

.header-menu ul li {
	width: 220px;
	text-align: center;
	border-left: 1px solid #fff;
}

.header-menu ul li:last-child {
	border-right: 1px solid #fff;
}

.header-menu ul li a, span {
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 0.16em;
	padding: 10px 0;
	display: inline-block;
	width: 100%;
}

.header-submenu ul li a span {
	width: auto;
	padding: 0;
}

.header-submenu ul li a span img {
	height: 20px;
	width: auto;
	margin-right: 5px;
	position: relative;
	top: 4px;
}

.header-middle .baner img {
	height: 60px;
	width: auto;
}

.header-middle .baner-one {
	margin-right: 20px;
}

.header-bottom {
	text-align: center;
	background-color: #EEEEEE;
	padding: 10px 0;
	font-weight: 700;
	font-size: 14px;
	display: flex;
	align-items: center;
}

.header-bottom .search-text {
	font-size: 13px;
	margin-left: 30px;
}

.header-bottom .search-text a {
	font-size: 13px;
	display: inline-block;
}

.header-bottom-inner {
	display: flex;
	align-items: center;
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
}

.header-baner {
	margin: 300px auto 30px auto;
	max-width: 600px;

}

/* .header-baner img{
width:600px;
height:auto;
} */
.submenu {
	position: relative;
	display: inline-block;
}

.submenu-content {
	display: none;
	position: absolute;
	background-color: #434343;
	min-width: 207px;
	z-index: 100;
	top: 30px;
}

.submenu:hover .submenu-content {
	display: block;
}

.submenu-content .menu-item {
	padding: 10px 0px;
	margin: 0 10px;
	cursor: pointer;
	border-bottom: 1px solid #fff;
	box-sizing: border-box;
	font-size: 13px;
}

.submenu-content .menu-item a {
	display: inline-block;
	width: 100%;
}

.submenu-content .menu-item:last-child {
	border-bottom: none;
}

.brand-submenu {
	height: 410px;
	overflow-y: auto;
}

/* スライダー */
.slickslider {
	overflow: hidden;
	max-width: 100%;
	margin: 0 auto;
}

.slick-slide img {
	width: 100%;
	margin: 0 10px;
	max-width: 700px;
	max-height: 700px;
}

.slick-slide {
	margin: 0 10px;
}

.slick-dots {
	bottom: -45px !important;
}

.slick-dots li button:before {
	font-size: 17px !important;
}

.slick-dotted.slick-slider {
	margin-bottom: 60px !important;
}

.slide-arrow {
	height: 40px;
	width: auto;
}

.prev-arrow {
	position: absolute;
	left: 11%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
}

.next-arrow {
	position: absolute;
	right: 9.7%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
}

/* コンテンツ */
.content-wrap {
	max-width: 1100px;
	margin: 0 auto;
	box-sizing: border-box;
}

.feature-wrap {
	margin: 120px 0 0 0;
}

.mid-wrap {
	margin: 40px 0 0 0;
}

.main-title {
	margin: 0 0 30px 0;
}

.main-title h2 {
	display: inline-block;
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 0.16em;
	color: #015595;
	margin-right: 20px;
}

.main-title h4 {
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
}

/* .feature-list-innerをflexboxで４つ横並びにして、右の余白を20px空けてください */
.content-inner {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.content-inner .content-item {
	width: calc(25% - 15px);
	margin: 0 20px 25px 0;
	position: relative;
}

.content-inner .content-item a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: .3s;
}

/* .content-inner .content-item aにhoverしたら、.content-itemの背景色を透明0.9に変えてください */
.content-inner .content-item a:hover {
	background-color: rgba(255, 255, 255, 0.2);
	transition: .3s;
}

.content-inner .content-item:nth-child(4n) {
	margin: 0 0 25px 0;
}

.content-inner .content-item .list-item-name {
	line-height: 23px;
	margin: 5px 0 0 0;
}

.content-inner .content-item .list-item-title {
	font-weight: 700;
	font-size: 20px;
	line-height: 29px;
	margin: 5px 0;
}

.content-inner .content-item .list-item-text {
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
}

.content-inner .content-item .list-item-cost {
	font-weight: 700;
	line-height: 23px;
}

/* ランキング */
.ranking-wrap {
	display: none;
}

.ranking-category-btn {
	margin: 0 0 20px 0;
}

.ranking-category-btn ul {
	display: flex;
	align-items: center;
}

.ranking-category-btn a {
	display: inline-block;
	width: 200px;
	text-align: center;
	padding: 10px 0;
	box-sizing: border-box;
	font-size: 16px;
	color: #fff;
	margin: 0 20px 0 0;
	background-color: #434343;
}

/* オリジナル */
.original-btn {
	text-align: center;
	margin: 20px 0;
}

.original-btn a {
	display: inline-block;
	width: 250px;
	text-align: center;
	padding: 20px 0;
	box-sizing: border-box;
	background-color: #434343;
	border-radius: 50px;
	color: #fff;
}

.original-btn a span img {
	height: 14px;
	width: auto;
	margin-left: 20px;
	vertical-align: bottom;
}

.category-list-tile h3 {
	font-weight: 400;
	font-size: 26px;
	line-height: 38px;
	display: inline-block;
	margin: 0 0 15px 0;
}

.category-list-inner .category-list-item {
	width: calc(20% - 16px);
	margin: 0 20px 25px 0;
}

.category-list-inner .category-list-item img {
	object-fit: contain;
	height: 220px;
}

.category-list-inner .category-list-item:nth-child(5n) {
	margin: 0 0 25px 0;
}

.category-list-inner .category-list-item:nth-child(4n) {
	margin: 0 20px 25px 0;
}

.outdoors-wrap {
	margin: 15px 0 0 0;
}

.toppage-home {
	position: absolute;
	right: 0px;
}

.toppage-home a img {
	height: 65px;
	width: auto;
}

/* ブランドバナー */
.brand-inner div ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.brand-inner div ul li {
	width: calc(16.666% - 20px);
	margin-right: 24px;
	margin-bottom: 24px;
}

.brand-inner div ul li:nth-child(6n) {
	margin-right: 0;
}

.brand-inner div ul li img {
	object-fit: contain;
	height: 150px;
}

/* フッター */
.footer {
	margin: 70px 0 0 0;
	background-color: #EFEFEF;
}

.footer-inner {
	padding: 40px 0 60px 0;
	max-width: 1100px;
	margin: 0 auto;
}

.fotter-title {
	margin: 0 0 30px 0;
}

.fotter-title h2 {
	font-weight: 700;
	font-size: 26px;
	line-height: 38px;
	margin: 0 20px 0 0;
	display: inline-block;
	color: #015595;
}

.fotter-title h4 {
	display: inline-block;
	line-height: 23px;
}

.footer-customer {
	display: flex;
	align-items: center;
}

.footer-customer .footer-customer-content {
	width: calc(33.333% - 20px);
	margin: 0 30px 0 0;
	box-sizing: border-box;
	background-color: #fff;
	height: 260px;
	position: relative;
}

.footer-customer .footer-customer-content:last-child {
	margin: 0 0 0 0;
}

.footer-customer-image {
	padding: 0 70px 15px 70px;
	box-sizing: border-box;
	text-align: center;
}

.footer-customer-content-inner {
	width: 100%;
	position: absolute;
	/* absolute真ん中寄せ */
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.footer-customer-content-inner .footer-customer-title {
	text-align: center;
	font-weight: 500;
	font-size: 16px;
	line-height: 23px;
}

.footer-customer-image img {
	height: 105px;
	width: auto;
}

.footer-customer-content-inner .footer-customer-text {
	font-weight: 350;
	font-size: 16px;
	line-height: 23px;
	padding: 0 45px;
}

.footer-bottom-content {
	margin: 40px 0 0 0;
	display: flex;
}

.footer-bottom-content .footer-bottom-content-item {
	width: calc(33.33% - 20px);
	margin-right: 30px;
}

.footer-bottom-content .footer-bottom-content-item:last-child {
	margin-right: 0px;
}

.footer-bottom-content .footer-bottom-content-item .fotter-title {
	margin: 0 0 20px 0;
}

.footer-tel a {
	font-weight: 700;
	font-size: 26px;
	line-height: 38px;
}

.footer-time {
	font-weight: 350;
	font-size: 16px;
	line-height: 23px;
}

.footer-contact a {
	border: 1px solid #848484;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	padding: 10px 0;
	display: inline-block;
	font-weight: 700;
	margin: 12px 0;
}

.footer-contact-text {
	font-weight: 350;
	line-height: 23px;
}

.footer-guide li a {
	font-weight: 350;
	line-height: 30px;
}

.footer-copy {
	background-color: #434343;
	text-align: center;
}

.footer-copy-text {
	font-weight: 350;
	font-size: 12px;
	line-height: 23px;
	padding: 15px 0;
	color: #ffffff;
}

/* カレンダー */
.table-or {
	background-color: #FFC561 !important;
	;
}

table.calbase_rakuten {
	background-color: #F0F0F0;
	width: 100%;
	border-collapse: collapse;
	padding: 0px 0px 10px 0px;
}

table.calbase_rakuten * {
	font-size: 99%;
	color: #2E2E2E;
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
}

table.calbase_rakuten th {
	text-align: center;
}

th.caltitle_rakuten {
	font-size: 95%;
	padding: 10px 0px 0px 0px;
}

table.calframe_rakuten {
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
}

table.calframe_rakuten th {
	text-align: left;
	padding: 0px 0px 3px 0px;
}

table.calframe_rakuten td {
	border: 1px solid #F0F0F0;
	background-color: #FFFFFF;
	width: 100%;
	height: 45px;
	line-height: 45px;
	text-align: center;
}

tr.weektitle_rakuten td {
	background-color: #85C49A;
}

td.event1day_rakuten {
	background-color: #FFADCE !important;
}

font.event1day_rakuten {
	color: #FFADCE;
}

td.event2day_rakuten {
	background-color: #94BFFF !important;
}

font.event2day_rakuten {
	color: #94BFFF;
}

td.event3day_rakuten {
	background-color: #FFC561 !important;
}

font.event3day_rakuten {
	color: #FFC561;
}

table.event_rakuten {
	text-align: left;
	word-break: break-all;
	margin: 7px 10px 7px 10px;
	border-collapse: collapse;
	line-height: 120%;
	table-layout: fixed;
	width: 169px;
}

table.event_rakuten td {
	padding: 0px 0px 0px 0px;
	width: 250px;
}

table.text_rakuten {
	text-align: left;
	word-break: break-all;
	margin: 0px 10px 10px 10px;
	border-collapse: collapse;
	line-height: 120%;
	table-layout: fixed;
	width: 169px;
}

/* カテゴリートグル */
.left-navi {
	display: none;
	position: fixed;
	top: 111px;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	padding: 50px 0 0 0;
	z-index: 9999;
	overflow-y: auto;
}

.left-navi.show {
	display: block;
	z-index: 9999;
}

.left-navi .close-btn {
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 20px;
	cursor: pointer;
}

.close-button {
	position: absolute;
	top: 10px;
	left: 10px;
	cursor: pointer;
	font-size: 32px;
	font-weight: bold;
	color: #000;
	z-index: 10000;
}

.left-navi .category-title-sp {
	font-size: 12px !important;
	letter-spacing: .15em;
	box-sizing: border-box;
	border-right: none !important;
}

.category-title-sp span {
	margin-bottom: 0px !important;
	padding: 20px;
	box-sizing: border-box;
	border-bottom: 1px solid #ECECEC;
	font-size: 12px !important;
	color: #000;
}

.category-title-sp-two {
	border-bottom: 1px solid #ECECEC;
	border-right: none !important;
}

.category-title-sp-two span {
	font-size: 12px !important;
	color: #000;
}

.category-title-sp-two a {
	text-align: left !important;
	padding: 20px !important;
	font-size: 12px !important;
	letter-spacing: .15em !important;
}

.sub-category-title li a {
	text-align: left !important;
	padding: 20px !important;
	font-size: 12px !important;
	letter-spacing: .15em !important;
}

.sub-category-title li {
	border-right: none !important;
	border-bottom: 1px solid #ECECEC;
	box-sizing: border-box;
}

.sub-category-title {
	background-color: #f6f6f6;
}

.category-bigtitle {
	box-sizing: border-box;
	padding: 20px !important;
	font-size: 14px !important;
	color: #fff;
}

.category-bigtitle-diy {
	background-color: #e78000;
}

.category-bigtitle-outdour {
	background-color: #4fb0c5;
}

.category-bigtitle-gardening {
	background-color: #8eb621;
}

.category-bigtitle-livingware {
	background-color: #ae73ac;
}

/* レスポンシブ */
@media (max-width:600px) {
	.pc {
		display: none;
	}

	.sp {
		display: block;
	}

	.header-sp-logo {
		text-align: center;
		padding: 15px 0;
	}

	.header-sp-logo img {
		height: 55px;
		width: auto;
	}

	.header-sp-menu-list ul {
		display: flex;
		align-items: center;
		border-bottom: 1px solid #ECECEC;
		border-top: 1px solid #ECECEC;
		background-color: #ffffff;
	}

	.header-sp-menu-list ul li {
		width: 25%;
	}

	.header-sp-menu-list ul li a {
		font-weight: 400;
		font-size: 12px;
		width: 100%;
		display: inline-block;
		text-align: center;
		box-sizing: border-box;
		padding: 13px 0;
		border-right: 1px solid #ECECEC;
	}

	.header-spbottom {
		background-color: #FFC206;
		text-align: center;
		padding: 10px;
		font-size: 12px;
		line-height: 1.2;
		font-weight: 400;
		margin-top: 125px;
	}

	.header-baner {
		width: 95%;
		margin: 20px auto;
	}

	.header-baner img {
		width: 100%;
		margin: 0 auto;
		height: auto;
	}

	.slick-slide img {
		margin: 0;
		width: 100%;
		height: auto;
		max-width: none;
		max-height: none;
	}

	.slick-slide {
		margin: 0px;
	}

	.slick-dots li button:before {
		padding: 0;
		color: #D9D9D9 !important;
		outline: none;
		width: 40px !important;
		border: unset;
		height: 10px !important;
		display: block;
		background: #D9D9D9 !important;
		cursor: pointer;
		content: "" !important;
	}

	.slick-dots li button {
		width: 40px !important;
		height: 10px !important;
	}

	.slick-dots li {
		width: 40px !important;
		height: 10px !important;
	}

	.slick-dots {
		bottom: -25px !important;
	}

	.feature-wrap {
		margin: 30px 0 0 0;
	}

	.content-wrap {
		width: 95%;
		margin: 0 auto;
	}

	.main-title h2 {
		width: 100%;
		margin: 0;
		text-align: center;
		line-height: 40px;
	}

	.main-title h4 {
		width: 100%;
		margin: 0;
		text-align: center;
		font-weight: 400;
		font-size: 14px;
		line-height: 20px;
	}

	/* .feature-list-innerを全て横並びにして横スクロールするようにする */
	.sp-listinner {
		display: flex;
		flex-wrap: nowrap;
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		-webkit-overflow-scrolling: touch;
	}

	.sp-listinner .content-item {
		width: 200px;
		margin: 0 2.5% 0 0;
		flex: 0 0 auto;
	}

	.sp-listinner .content-item:nth-child(4n) {
		margin: 0 2.5% 0 0;
	}

	/* .list-item-textのテキストを折り返す */
	.list-item-text {
		word-break: break-all;
		white-space: normal;
		margin-bottom: 10px;
		font-size: 12px !important;
	}

	.content-inner .content-item .list-item-title {
		font-size: 14px;
		word-break: break-all;
	}

	.content-inner .content-item .list-item-name {
		font-size: 12px;
		line-height: 17px;
	}

	.content-inner .content-item .list-item-cost {
		font-size: 12px;
		line-height: 17px;
	}

	.sp-inner .content-item {
		width: calc(50% - 5px);
		margin: 0 10px 20px 0;
		position: relative;
	}

	.sp-inner .content-item:nth-child(2n) {
		margin: 0 0 20px 0;
	}

	.ranking-category-btn {
		/* ボタンを横スクロールするようにする */
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}

	.ranking-category-btn a {
		width: 150px;
		margin: 0 10px 0 0;
	}

	.footer-customer {
		flex-wrap: wrap;
	}

	.footer-customer .footer-customer-content {
		width: 100%;
		margin: 0 0 2.5% 0;
		height: auto;
		padding: 30px 0;
	}

	.footer-customer-content-inner {
		position: relative;
		top: 0%;
		left: 00%;
		transform: translate(0%, 0%);
	}

	.footer-inner {
		width: 95%;
		margin: 0 auto;
	}

	.fotter-title h4 {
		font-size: 14px;
	}

	.footer-bottom-content .footer-bottom-content-item {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 30px;
	}

	.footer-bottom-content {
		flex-wrap: wrap;
	}

	.footer-time {
		font-size: 14px;
	}

	.footer-contact-text {
		font-size: 14px;
	}

	.footer-guide li a {
		font-size: 14px;
	}

	.toppage-home {
		right: 2.5%;
		margin-top: 20px;
	}

	.toppage-home img {
		height: 50px !important;
	}

	.footer-customer-content-inner .footer-customer-text {
		font-size: 14px;
		padding: 0 30px;
	}

	.footer-inner {
		padding: 60px 0 40px 0;
	}

	.recommend-wrap {
		margin-top: 60px;
	}

	.category-wrap {
		margin-top: 60px;
	}

	.brand-wrap {
		margin-top: 40px;
	}

	/*　フッター固定メニュー */
	#sp-fixed-menu {
		position: fixed;
		width: 100%;
		bottom: 0px;
		z-index: 99;
		border-top: 1px solid #ECECEC;
		border-bottom: 1px solid #ECECEC;
	}

	#sp-fixed-menu .footer-spmenu {
		display: flex;
		list-style: none;
		padding: 0;
		margin: 0;
		width: 100%;
		background-color: #ffffff;
	}

	#sp-fixed-menu li {
		justify-content: center;
		align-items: center;
		width: 25%;
		padding: 0;
		margin: 0;
		font-size: 14px;
		border-right: 1px solid #ECECEC;
	}

	#sp-fixed-menu li img {
		height: 24px;
		width: auto;
	}

	#sp-fixed-menu li span {
		display: block;
		margin-bottom: 5px;
	}

	#sp-fixed-menu li a {
		display: block;
		padding: 15px 0;
		text-align: center;
		font-size: 12px;
	}

	#sp-fixed-menu li a span {
		padding: 0;
	}

	.left-navi ul {
		width: 100% !important;
	}

	.left-navi ul li {
		width: 100% !important;
	}

	header {
		height: 99px;
	}

	.category-list-tile {
		text-align: center;
	}

	.category-list-tile h3 {
		font-size: 18px;
	}

	.slide-arrow {
		display: none !important;
	}

	/* キーワード検索 */
	#search-menu-close {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 10;
		width: 100%;
		height: 100%;
		background: #000;
		transition: .3s ease-in-out;
		opacity: .5;
	}

	.search-box-wrapper {
		transition: .3s ease-in-out;
		position: fixed;
		top: 50%;
		z-index: 99;
		width: 90%;
		left: 5%;
		right: 5%;
		transform: translateX(0%);
		visibility: visible;
	}

	.search-edit {
		padding: 11px;
		border: 1px solid #ccc;
		border-radius: 4px;
		box-sizing: border-box;
		width: 100%;
		margin-bottom: 10px;
	}

	input[type="submit"] {
		background-color: #434343;
		color: #fff;
		padding: 10px 20px;
		border: none;
		font-size: 100%;
		width: 50%;
		display: block;
		margin: 0 auto;
	}

	.toppage-home {
		display: none;
	}

	.sub-category-title {
		display: none;
	}

	.category-title-sp {
		cursor: pointer;
	}

	#backToTop {
		display: none !important;
	}

	.brand-inner div ul li {
		width: calc(50% - 15px);
		margin-right: 30px;
		margin-bottom: 30px;
	}

	.brand-inner div ul li:nth-child(2n) {
		margin-right: 0px;
	}

	.search-box {
		/*absoluteで上下中央に配置*/
		width: 300px;
		position: absolute;
		top: -50%;
		left: 50%;
		/*transformで上下左右中央に配置*/
		transform: translate(-50%, -50%);
		/*transformで上下左右中央に配置（IE9対応）*/
		-ms-transform: translate(-50%, -50%);
		/*transformで上下左右中央に配置（IE8対応）*/
		-moz-transform: translate(-50%, -50%);
		/*transformで上下左右中央に配置（IE8対応）*/
		-webkit-transform: translate(-50%, -50%);
		/*transformで上下左右中央に配置（IE8対応）*/
		-o-transform: translate(-50%, -50%);
	}

	.search-input {
		width: 100%;
		max-width: 100%;
		padding: 0 0 0 5px;
		height: 45px;
	}

	#header-iframe {
		position: fixed;
		height: 130px;
		z-index: 1000;
	}

	#footer-iframe {
		height: 2080px;
		padding: 111px 0 74px 0;
	}

	#footerbottom-iframe {
		height: 74px;
		width: 100%;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 1000;
	}
}


/* iframe css */
#header-iframe {
	position: fixed;
	z-index: 10;
}

#sp {
	display: none;
}

.iframe-footer {
	margin: 0;
}

.iframe-spmenu {
	display: none;
}

@media (max-width:600px) {
	.iframe-spmenu {
		display: block;
	}
}


/* カテゴリーボタン */
.category-all-wrap, .searchpage-wrap {
	padding: 353px 0 80px 0;
}

.category-all-inner {
	max-width: 1100px;
	margin: 0 auto;
}

.category-all-inner ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
	align-items: center;
}

/*タイマーバナー20230627*/
.banner_area-wrap {
	width: 100%;
	margin: 0 0 30px 0;
}

.banner_area-inner {
	width: 700px;
	margin: 0 auto;
}

/*フッターバナー20230630*/

.footer-banner {
	display: flex;
	flex-wrap: wrap;
    align-items: center;
    margin: 60px 0;
}

.footer-banner-content{
	width: 66%;
    margin-right: 30px;
}

.footer-banner-content:last-child{
	width: calc(33% - 30px);
	margin-right: 0;
}

.footer-banner-content-inner{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.footer-banner-image {
    height: 130px;
    margin-right: 40px;
}

.footer-banner-image img {
    height: 100%;
}

.footer-banner-image:last-child {
    margin-right: 0;
}

@media (max-width:600px) {
	.footer-banner-content{
		width: 100%;
		margin-right: 0px;
	}
	
	.footer-banner-content:last-child{
		width: 100%;
	}

	.footer-banner-image {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 20px;
		background-color: #fff;
	}

	.footer-banner-image {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 20px;
		background-color: #fefefe;
	}

	.footer-banner-content:first-child{
		margin-bottom: 60px;
	}

	.footer-banner-content:first-child .footer-banner-image:nth-child(1){
		background-color: #016e55;
	}

	.footer-banner-content:first-child .footer-banner-image:nth-child(2){
		background-color: #A70100;
	}

	.footer-banner-content:nth-child(2) .footer-banner-image{
		background-color:#05C756;
	}
	.footer-banner-image img {
		height: 100%;
		object-fit: contain;
		
	}

	.footer-banner-image:last-child {
		margin-bottom: 0px;
	}
}


.aboutpage-wrap{
	padding-top: 330px;
}

.aboutpage-center-content{
	margin-bottom: 45px;
	text-align: center;
}

.aboutpage-headline{
	font-size: 32px;
	font-weight: bold;
	color: #015595;
	margin-bottom: 30px;
}

.aboutpage-orderflow{
	margin-bottom: 70px;
}

.aboutpage-orderflow .aboutpage-headline{
	display: flex;
	align-items: flex-end;
}

.aboutpage-orderflow .aboutpage-headline h4{
	margin-left: 30px;
}

.aboutpage-orderflow{
	background-image: radial-gradient(#D4D4D4 20%, transparent 20%), radial-gradient(#D4D4D4 20%, transparent 20%);
    background-size: 10px 10px;
    background-position: 0 0, 20px 20px;
    padding: 50px 0;
    box-sizing: border-box;
}

.aboutpage-orderflow .aboutpage-inner{
	max-width: 1100px;
    margin: 0 auto;
}

.aboutpage-orderflow .aboutpage-inner .aboutpage-orderflow-list{
	width: 50%;
    margin: 0 auto;
    display: flex;
	flex-wrap: wrap;
}

.aboutpage-orderflow .aboutpage-inner .aboutpage-orderflow-list .aboutpage-orderflow-content{
	width: 50%;
}

.aboutpage-orderflow .aboutpage-inner .aboutpage-orderflow-list .aboutpage-orderflow-content .aboutpage-orderflow-row{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
	margin-bottom: 25px;
}

.aboutpage-orderflow .aboutpage-inner .aboutpage-orderflow-list .aboutpage-orderflow-content .aboutpage-orderflow-row span{
	width: 36px;
    height: 36px;
    color: #000;
    background-color: #FFC72C;
    padding: 0;
    line-height: 34px;
    text-align: center;
    border-radius: 50%;
    font-size: 22px;
    letter-spacing: 0;
    margin-right: 20px;
	position: relative;
}

.aboutpage-orderflow .aboutpage-inner .aboutpage-orderflow-list .aboutpage-orderflow-content .aboutpage-orderflow-row span:before{
	content:'';
	display: inline-block;
	width: 3px;
	height: 25px;
	background-color: #ffc72c;
	position: absolute;
	bottom: -25px;
	left: 50%;
	transform: translateX(-50%);
}

.aboutpage-orderflow .aboutpage-inner .aboutpage-orderflow-list .aboutpage-orderflow-content .aboutpage-orderflow-row:last-child span:before{
	display: none;
}

.aboutpage-flow .aboutpage-inner{
	max-width: 1000px;
    margin: 0 auto;
}

.aboutpage-flow-row{
	margin-bottom: 50px;
}

.aboutpage-flow-row .aboutpage-flow-headline{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 32px;
    font-weight: bold;
    color: #015595;
    margin-bottom: 30px;
}

.aboutpage-flow-row .aboutpage-flow-headline span{
	width: 36px;
    height: 36px;
    color: #000;
    background-color: #FFC72C;
    padding: 0;
    line-height: 34px;
    text-align: center;
    border-radius: 50%;
    font-size: 22px;
    letter-spacing: 0;
    margin-right: -15px;
	position: relative;
	z-index: 1;
	margin-left: 5px;
}

.aboutpage-flow-row .aboutpage-flow-headline span:nth-last-child(2){
    margin-right: 20px;
	z-index: 0;
}


.aboutpage-flow-row .aboutpage-flow-headline h4{
	font-size: 18px;
    font-weight: bold;
}

.aboutpage-flow-row .aboutpage-orderflow-content{
	display: flex;
	flex-wrap: wrap;
}

.aboutpage-flow-row .aboutpage-orderflow-content .aboutpage-orderflow-image{
	width: 45%;
}

.aboutpage-flow-row .aboutpage-orderflow-content .aboutpage-orderflow-text{
	width: 55%;
	padding: 20px 30px;
	box-sizing: border-box;
}

.aboutpage-flow-row:last-child .aboutpage-orderflow-content .aboutpage-orderflow-text{
	width: 100%;
	padding: 0;
}

.aboutpage-flow-row .aboutpage-orderflow-content .aboutpage-orderflow-text p{
	line-height: 1.7;
}

.aboutpage-flow-row .aboutpage-orderflow-content .aboutpage-orderflow-text p:last-child{
	margin-top: 20px;
}

.aboutpage-flow-row .aboutpage-orderflow-content .aboutpage-orderflow-text span{
	color:#F06633;
	margin: 20px 0;
	line-height: 1.4;
	padding: 0;
}

.aboutpage-flow-row .aboutpage-orderflow-content .aboutpage-orderflow-text span:first-child{
	margin: 0 0 20px 0;
}

.aboutpage-flow-row .aboutpage-orderflow-content .aboutpage-orderflow-text .aboutpage-orderflow-square{
	border:1px solid #AAAAAA;
	padding: 20px;
	box-sizing: border-box;
	margin-top: 40px;
	line-height: 1.7;
}

.aboutpage-flow-row .aboutpage-orderflow-content .aboutpage-orderflow-text .aboutpage-orderflow-square .red-b{
	font-size: 20px;
	color: #F06633;
	text-align: center;
	margin-bottom: 20px;
}

.aboutpage-flow-row .aboutpage-orderflow-content .aboutpage-orderflow-text .aboutpage-orderflow-square span{
	margin: 0;
}

.aboutpage-center-content-text{
	line-height: 1.7;
}

@media (max-width:600px) {
	.aboutpage-center-content{
		padding: 0 3%;
		box-sizing: border-box;
	}

	.aboutpage-orderflow {
		padding: 50px 3%;
	}

	.aboutpage-orderflow .aboutpage-inner .aboutpage-orderflow-list {
		width: 80%;
	}

	.aboutpage-orderflow .aboutpage-inner .aboutpage-orderflow-list .aboutpage-orderflow-content {
		width: 100%;
	}

	.aboutpage-orderflow .aboutpage-inner .aboutpage-orderflow-list .aboutpage-orderflow-content:first-child .aboutpage-orderflow-row:last-child span:before{
		display: inline-block;
	}

	.aboutpage-flow .aboutpage-inner {
		padding: 0 3%;
		box-sizing: border-box;
	}

	.aboutpage-flow-row .aboutpage-orderflow-content .aboutpage-orderflow-image {
		width: 100%;
		margin-bottom: 20px;
	}
	.aboutpage-flow-row .aboutpage-orderflow-content .aboutpage-orderflow-text {
		width: 100%;
		padding: 0;
	}

	.aboutpage-flow-row .aboutpage-flow-headline{
		justify-content: center;
	}

	.aboutpage-flow-row .aboutpage-flow-headline span:nth-last-child(2) {
		margin-right: 0;
	}

	.aboutpage-flow-row .aboutpage-flow-headline h4 {
		width: 100%;
		text-align: center;
		margin-top: 10px;
	}
}

.shopguide-wrap{
	padding-top: 330px;
}

.shopguide-center-content{
	margin-bottom: 45px;
	text-align: center;
}

.shopguide-headline{
	font-size: 32px;
	font-weight: bold;
	color: #015595;
	margin-bottom: 30px;
	display: flex;
}

.shopguide-center-content .shopguide-headline{
	justify-content: center;
}

.shopguide-btn-list{
	margin-bottom: 60px;
}

.shopguide-btn-list .shopguide-inner{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 1100px;
	margin: 0 auto;
}

.shopguide-btn-list .shopguide-inner .shopguide-btn{
	width: calc(50% - 10px);
	margin:0 20px 20px 0;
	box-sizing: border-box;
	border:1px solid #AAAAAA;
}

.shopguide-btn-list .shopguide-inner .shopguide-btn:nth-child(2n){
	margin-right: 0;
}

.shopguide-btn-list .shopguide-inner .shopguide-btn:nth-last-child(-n + 2){
	margin-bottom: 0;
}

.shopguide-btn-list .shopguide-inner .shopguide-btn a{
	display: flex;
    flex-wrap: wrap;
    padding: 40px 0;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    position: relative;
}

.shopguide-btn-list .shopguide-inner .shopguide-btn a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 1px solid #AAAAAA;
    border-right: 1px solid #AAAAAA;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 50px;
}

.shopguide-btn-list .shopguide-inner .shopguide-btn a .shopguide-btn-content{
	font-size: 32px;
    font-weight: bold;
    color: #015595;
    width: 45%;
}

.shopguide-btn-list .shopguide-inner .shopguide-btn a .shopguide-btn-content span{
	font-size: 14px;
    letter-spacing: 0;
    line-height: 1.5;
    color: #000000;
	padding: 0;
	margin-top: 10px;
}

.shopguide-btn-list .shopguide-inner .shopguide-btn a .shopguide-btn-image{
	width: 74px;
	margin-right: 20px;
}

.shopguide-btn-list .shopguide-inner .shopguide-btn:nth-child(3){
	display: flex;
    flex-wrap: wrap;
    padding: 40px 0;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    position: relative;
}

.shopguide-btn-list .shopguide-inner .shopguide-btn:nth-child(3) .shopguide-btn-content{
	font-size: 32px;
    font-weight: bold;
    color: #015595;
    width: 45%;
}

.shopguide-btn-list .shopguide-inner .shopguide-btn:nth-child(3) .shopguide-btn-content span{
	font-size: 14px;
    letter-spacing: 0;
    line-height: 1.5;
    color: #000000;
	padding: 0;
	margin-top: 10px;
}

.shopguide-btn-list .shopguide-inner .shopguide-btn:nth-child(3) .shopguide-btn-content .anchor{
	display: flex;
    flex-wrap: wrap;
	margin-top: 10px;
}

.shopguide-btn-list .shopguide-inner .shopguide-btn:nth-child(3) .shopguide-btn-content .anchor a{
	font-size: 14px;
	padding: 0 10px 0 0;
	box-sizing: border-box;
	font-weight: bold;
}

.shopguide-btn-list .shopguide-inner .shopguide-btn:nth-child(3) .shopguide-btn-content .anchor a:after {
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    right: 5px;
}

.shopguide-btn-list .shopguide-inner .shopguide-btn:nth-child(3) .shopguide-btn-content .anchor a:first-child{
	margin-right: 10px;
}

.shopguide-btn-list .shopguide-inner .shopguide-btn:nth-child(3) .shopguide-btn-image{
	width: 74px;
	margin-right: 20px;
}

.shopguide-inner{
	max-width: 1100px;
	margin: 0 auto;
}

.shopguide-headline span{
	color:#000000;
	font-size: 18px;
	margin-left: 30px;
}

.shopguide-qa{
	margin-bottom: 60px;
}

.shopguide-qa:last-child{
	margin-bottom: 0px;
}

.shopguide-inner .content span{
	display: block;
    color: #000000;
    font-weight: bold;
    padding: 0;
}

.shopguide-inner .content span.red{
	display: contents;
	color: #F06633;
}

/*ベース*/
.toggle {
	display: none;
}

.Label {		/*タイトル*/
	padding: 1em;
	display: block;
	color: #F06633;
	cursor: pointer;
}

.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}

.content {		/*本文*/
	height: 0;
	margin-bottom:10px;
	padding:0 20px;
	overflow: hidden;
	border-bottom: 1px solid #BBBBBB;
}

.content p {		/*本文*/
	line-height: 1.8;
}

.toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	padding:20px ;
	transition: all .3s;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}

.info-wrap{
	padding-top: 330px;
}

.info-content{
	margin-bottom: 45px;
	text-align: center;
}

.info-headline{
	font-size: 32px;
	font-weight: bold;
	color: #015595;
	margin-bottom: 30px;
}

.info-row{
	margin-bottom: 60px;
}

.info-inner{
	max-width: 1100px;
	margin: 0 auto;
}

.shop-headline{
	font-size: 32px;
	font-weight: bold;
	color: #015595;
	margin-bottom: 30px;
	text-align: center;
}

.shopguide-headline span{
	color:#000000;
	font-size: 18px;
	margin-left: 30px;
}

.shopguide-qa{
	margin-bottom: 60px;
}

.shopguide-qa:last-child{
	margin-bottom: 0px;
}

.info-inner .info-cont{
	line-height: 1.8;
}

.info-inner .info-cont span{
	color: #000000;
	font-weight: bold;
	display: block;
	font-size: 16px;
	padding: 0;
}

.info-inner .info-cont span.orange{
	color:#CC6600;
	font-size: 20px;
}

.info-inner .info-cont span.red{
	color: #ff0000;
	display: inline;
}

.info-inner .info-cont a{
	color: #0082f2;
	display: inline-block;
	text-decoration: underline;
	font-weight: bold;
}

.info-inner table td{
	padding: 5px;
	box-sizing: border-box;
}

.tb-wid td:first-child{
	width: 100px;
}

.companyInfoPC .storeHourTable {
    margin-bottom: 10px;
}

.storeHourTable {
    border-collapse: collapse;
    border-spacing: 0;
    width: 40%;
    margin-top: 8px;
}

table.calbase_rakuten{
	width: 40%;
}

.companyInfoPC .storeHourTable th {
    font-size: 16px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.storeHourTable th:first-child {
    background: #f6f6f6;
}

.storeHourTable .storeHourTable-col {
    text-align: center;
    vertical-align: middle;
    padding-top: 0;
    padding-bottom: 0;
    height: 26px;
    line-height: 26px;
}

.storeHourTable th {
    font-size: 14px;
    font-weight: normal;
    padding: 2px 5px;
    border: 1px solid #b7b7b7;
    overflow: hidden;
    word-break: normal;
}

.storeHourTable td {
    font-size: 14px;
    padding: 2px 5px;
    border: 1px solid #b7b7b7;
    overflow: hidden;
    word-break: normal;
}

.companyInfoPC .storeHourTable td {
    font-size: 16px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.storeHourTable td:first-child {
    background: #f6f6f6;
    width: 40px;
}

.table{
	display: table;
    border-collapse: separate;
    box-sizing: border-box;
    text-indent: initial;
    white-space-collapse: collapse;
    text-wrap: wrap;
    line-height: normal;
    font-weight: normal;
    font-size: medium;
    font-style: normal;
    color: -internal-quirk-inherit;
    text-align: start;
    border-spacing: 2px;
    border-color: gray;
    font-variant: normal;
}

.info-line{
	border: 1px solid;
    border-left: none;
    border-right: none;
	padding: 10px 0;
	box-sizing: border-box;
}

.menu-content{
	display: flex;
	flex-wrap: wrap;
	padding: 80px 0 0 0;
}

.search-wrap{
	padding-top: 330px;
}

.menu-inner{
	max-width: 1100px;
	margin: 0 auto;
}

.search-out {
    background-color: #fff;
    background-image: radial-gradient(#f0f0f0 20%, transparent 20%);
    background-size: 5px 5px;
}

.search-headline{
	font-size: 32px;
	font-weight: bold;
	color: #015595;
	margin-bottom: 30px;
	text-align: center;
}

.search-out .menu-content .menu-item{
	margin-right: 60px;
	margin-bottom: 80px;
}

.search-out .menu-content .menu-item a{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.search-out .menu-content .menu-item a span{
	color:#000;
}

.search-out .menu-content .menu-item a:after{
	content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: 10px;
}

.shop-wrap{
	padding-top:330px;
}

.shop-center-text{
	margin-bottom: 45px;
	line-height: 1.8;
}

.shop-center-content{
	margin-bottom: 45px;
	line-height: 1.8;
}

.shop-headline{
	font-size: 32px;
	font-weight: bold;
	color: #015595;
	margin-bottom: 30px;
}

.shop-inner{
	max-width: 1100px;
    margin: 0 auto;
}

.shop-flow-row{
	margin-bottom: 50px;
}

.shop-flow-row .shop-flow-headline{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 32px;
    font-weight: bold;
    color: #015595;
    margin-bottom: 30px;
}

.shop-flow-row .shop-flow-headline h4{
	margin-left: 20px;
	font-size: 24px;
	font-weight: bold;
}

.shop-flow-row .shop-flow-headline h4 div{
	font-size: 24px;
	display: inline-block;
	font-weight: bold;
}

.shop-flow-row .shop-flow-headline h4 div.red{
	color: #FF1414;
}

.shop-flow-row .shop-flow-headline span{
	width: 36px;
    height: 36px;
    color: #000;
    background-color: #FFC72C;
    padding: 0;
    line-height: 34px;
    text-align: center;
    border-radius: 50%;
    font-size: 22px;
    letter-spacing: 0;
	position: relative;
	z-index: 1;
}

.shop-flow-row .shop-orderflow-content{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.shop-flow-row .shop-orderflow-content .shop-orderflow-image{
	width: 30%;
}

.shop-flow-row .shop-orderflow-content .shop-orderflow-text{
	width: 70%;
	padding: 10px 20px;
	box-sizing: border-box;
}

.shop-flow-row .shop-orderflow-content .shop-orderflow-text p{
	line-height: 1.7;
}

.shop-flow-row .shop-orderflow-content .shop-orderflow-text span{
	color:#F06633;
	margin: 20px 0;
	line-height: 1.4;
	padding: 0;
	display: inline;
}

.shop-flow-row .shop-orderflow-content .shop-orderflow-text span:first-child{
	margin: 0 0 20px 0;
}

.shop-flow-row .shop-orderflow-content .shop-orderflow-text .shop-orderflow-square{
	border:1px solid #AAAAAA;
	padding: 20px;
	box-sizing: border-box;
	margin-top: 40px;
	line-height: 1.7;
}

#before, #after, #companyCustomerReturn, #companyCustomerExchange, #companyBrokenReturn, #companyBrokenExchange{
	padding-top: 330px;
	margin-top: -330px;
}

.iframe-spfooter{
	display: none;
}

.info-enclosure{
	border: 3px solid;
	line-height: 1.7;
	padding: 30px;
	box-sizing: border-box;
}

.info-row table td, .info-row table th{
	padding: 5px;
	box-sizing: border-box;
}

.info-cont .banner img{
	width: auto;
}

.shopguide-inner .banner img{
	width: auto;
}

.tb-border{
	border-collapse: collapse;
}

.tb-border th, .tb-border td{
	border: 1px solid #000;
}

.searchpage-content{
	position: relative;
}

.searchpage-content .search-box{
	position: relative;
	transform: none;
	top: 0;
	left: 0;
	margin: 30px auto;
}

.sp{
	display: none;
}

.keyword-list a{
	margin: 0 10px 10px 0;
	display: inline-block;
}

.keyword-list a:first-child{
	margin: 10px 10px 10px 0;
}

@media (max-width:600px) {
	.shopguide-inner {
		padding: 0 3%;
		box-sizing: border-box;
	}

	.shopguide-center-content {
		padding: 0 3%;
		box-sizing: border-box;
	}

	.shopguide-btn-list .shopguide-inner {
		padding: 0 3%;
		box-sizing: border-box;
	}

	.shopguide-btn-list .shopguide-inner .shopguide-btn a, .shopguide-btn-list .shopguide-inner .shopguide-btn:nth-child(3) {
		padding: 30px 3%;
	}

	.shopguide-btn-list .shopguide-inner .shopguide-btn a .shopguide-btn-image, .shopguide-btn-list .shopguide-inner .shopguide-btn:nth-child(3) .shopguide-btn-image {
		width: 50%;
		margin: 0 auto 20px auto;
	}

	.shopguide-btn-list .shopguide-inner .shopguide-btn a .shopguide-btn-content {
		width: 100%;
		font-size: 18px;
		text-align: center;
	}

	.shopguide-btn-list .shopguide-inner .shopguide-btn a .shopguide-btn-content span {
		text-align: left;
	}

	.shopguide-btn-list .shopguide-inner .shopguide-btn a .shopguide-btn-content, .shopguide-btn-list .shopguide-inner .shopguide-btn:nth-child(3) .shopguide-btn-content {
		width: 100%;
		font-size: 18px;
		text-align: center;
	}

	.shopguide-btn-list .shopguide-inner .shopguide-btn a:after {
		top: 25%;
		right: 30px;
	}

	.shopguide-btn-list .shopguide-inner .shopguide-btn:nth-child(3) .shopguide-btn-content .anchor {
		justify-content: center;
	}

	.shopguide-btn-list .shopguide-inner .shopguide-btn:nth-child(3) .shopguide-btn-content .anchor a {
		margin-right: 0px;
		margin-bottom: 10px;
	}

	.shopguide-btn-list .shopguide-inner .shopguide-btn:nth-child(3) .shopguide-btn-content .anchor a:first-child {
		margin-right: 0px;
	}

	.shopguide-btn-list .shopguide-inner .shopguide-btn:nth-child(3) .shopguide-btn-content .anchor a:after {
		top: 50%;
	}

	#before, #after, #companyCustomerReturn, #companyCustomerExchange, #companyBrokenReturn, #companyBrokenExchange{
		padding-top: 160px;
		margin-top: -160px;
	}

	.search-wrap{
		padding-top: 160px;
	}
	
	.info-wrap{
		padding-top: 160px;
	}

	.shopguide-wrap{
		padding-top: 160px;
	}

	.aboutpage-wrap{
		padding-top: 160px;
	}

	.category-all-wrap, .searchpage-wrap {
		padding: 160px 0 80px 0;
	}

	.aboutpage-flow-row .aboutpage-flow-headline {
		font-size: 22px;
	}

	.aboutpage-headline {
		font-size: 22px;
	}

	.aboutpage-flow-row .aboutpage-flow-headline h4 {
		font-size: 16px;
	}

	.iframe-footer{
		height: 3090px;
	}

	.iframe-spfooter{
		display: block;
		position: fixed;
		bottom: 0;
		z-index: 3;
	}

	.info-headline {
		font-size: 22px;
	}

	.info-inner {
		padding: 0 3%;
		box-sizing: border-box;
	}

	.info-cont .banner{
		width: 100%;
	}

	.info-cont .banner img{
		width: 100%;
	}

	.info-inner .scroll-table {
		overflow-x: scroll;
	}

	.info-inner .scroll-table table{
		width: 1000px;
	}

	.category-all-inner {
		padding: 0 3%;
		box-sizing: border-box;
	}

	.sp{
		display: block;
	}

	.menu-content {
		padding: 20px 0;
		max-width: 75%;
	}

	.search-out .menu-content .menu-item {
		margin-bottom: 30px;
		width: 100%;
	}

	.search-out .menu-content .menu-item:last-child {
		margin-bottom: 0px;
	}

	table.calbase_rakuten {
		width: 100%;
	}

	.storeHourTable {
		width: 100%;
	}
	
	.shop-wrap{
		padding-top:160px;
	}

	.shop-inner{
		padding: 0 3%;
	}
	
	.shop-flow-row .shop-flow-headline{
		font-size: 22px;
	}
	
	.shop-flow-row .shop-flow-headline h4{
		margin-left: 0px;
		font-size: 16px;
	}
	
	.shop-flow-row .shop-flow-headline h4 div{
		font-size: 16px;
		line-height: 1.2;
	}

	.shop-flow-row .shop-orderflow-content .shop-orderflow-image{
		width: 100%;
	}
	
	.shop-flow-row .shop-orderflow-content .shop-orderflow-text{
		width: 100%;
	}

	.shop-flow-row .shop-orderflow-content .shop-orderflow-text span{
		color:#F06633;
		margin: 20px 0;
		line-height: 1.4;
		padding: 0;
		display: inline;
	}
	
	.shop-flow-row .shop-orderflow-content .shop-orderflow-text span:first-child{
		margin: 0 0 20px 0;
	}
	
	.shop-flow-row .shop-orderflow-content .shop-orderflow-text .shop-orderflow-square{
		border:1px solid #AAAAAA;
		padding: 20px;
		box-sizing: border-box;
		margin-top: 40px;
		line-height: 1.7;
	}

	.shop-flow-row .shop-flow-headline h4 {
		width: 100%;
		text-align: center;
		margin-top: 10px;
	}

	.shop-flow-row .shop-flow-headline {
		justify-content: center;
	}

	.shop-headline {
		font-size: 22px;
	}

	.searchpage-content .search-box{
		margin: 0px auto;
	}
}