@charset "utf-8";

html {
	scroll-padding-top: 80px;
}

iframe,
legend,
video {
	max-width: 100%;
}

#main-content {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	color: #000000;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.8;
	word-wrap: break-word;
	overflow-wrap: break-word;
	text-align: left;
}

main {
	max-width: 800px;
	margin: 80px auto;
}

#main-content p img {
	width: 100%;
	height: auto;
}

/* ページの標準フォントサイズ　無効
	#main-content p {
		font-size: 18px;
	}
*/
.item_list_link {
	text-align: center;
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	font-weight: bold;
	display: block;
	background: #f6f6f6;
	border-top: solid #000 1px;
	height: 52px;
	line-height: 1.5;
	color: #3F51B5;
	box-sizing: border-box;
}

/* smartPhone */
@media screen and (max-width: 640px) {
	#main-content {
		font-size: 16px;
		width: calc(100% - 24px);
		padding: 108px 12px 12px 12px;
	}

	#left_content,
	.top_fixed_header,
	.top_h_contents,
	#fullsize_squareslide_wrapper {
		display: none !important;
	}
}

/* PC */
@media screen and (min-width: 641px) {
	body {
		margin: 70px 0 0 0;
	}

	.wrapper {
		display: block;
		width: 960px;
		margin: 0 auto;
		font-size: 0;
	}

	section#left_content {
		display: inline-block;
		width: 240px;
		vertical-align: top;
	}

	#main-content {
		display: inline-block;
		width: 720px;
		vertical-align: top;
	}

	div,
	ul.top_header_nav,
	li#header_fix_search,
	#head_search form,
	#head_search label {
		margin: 0;
		padding: 0;
		border: 0;
		font-style: normal;
		font-size: 1.0rem;
		vertical-align: baseline;
	}

	#smp_footer {
		font-size: 16px;
	}

	.item_list_link {
		position: relative;
		display: block;
		margin-bottom: 20px;
		border-radius: 8px;
		border: solid #000 1px;
	}
}



/* PC style */
.top_fixed_header {
	display: block;
	position: fixed;
	overflow: hidden;
	min-width: 1080px;
	height: 60px;
	/*padding-top: 10px;*/
	/*background-color: #271d19;*/
	background-color: #ffffff;
	border-bottom: 1px solid #cccccc !important;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	z-index: 9900;
	top: 0;
	/*商品ページ用*/
	/*top: 56px;*/
}

.top_fixed_header_logo {
	width: 13%;
	float: left;
	padding-left: 80px;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.top_fixed_header_logo a img {
	width: 100%;
	max-height: 60px;
	max-width: 196px;
	vertical-align: bottom;
	margin: 0;
	padding: 0;
	border: 0;
}

@media screen and (max-width: 1279px) {
	.top_fixed_header_logo a img {
		transform: translate(0, 25%);
	}

	.top_fixed_header {
		min-width: 960px;
	}
}

.top_header_center {
	float: left;
	height: 60px;
	width: calc(87% - 80px);
	min-width: 700px;
}

.top_fixed_header>div>div>ul {
	width: 100%;
	height: 60px;
	display: block;
}

#header_fix_search {
	width: 40%;
	padding: 0px 0 0 20px;
	float: left;
}

#header_fix_search>#head_search {
	margin-top: 0;
}

#head_search {
	width: 100%;
	margin: 0 auto;
	margin-top: 15px;
	height: 40px;
	padding-top: 10px;
}

input[type="hidden" i],
input[type="image" i],
input[type="file" i] {
	-webkit-appearance: initial;
	background-color: initial;
	padding: initial;
	border: initial;
}

#head_search input,
.left_search input {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#header_fix_search>#head_search input[value="検索"] {
	background-color: #271d19;
	color: #ffffff;
	font-size: 15px;
}

#head_search input[value="検索"] {
	width: 20%;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.3em;
	text-align: center;
	box-sizing: border-box;
	height: 40px;
	line-height: 40px;
	background-color: #271d19;
	border: 0;
	color: #ffffff;
	-webkit-appearance: none;
	border-radius: 0 24px 24px 0;
	border: 2px solid #ab9c77;
	cursor: pointer;
}

#head_search input[placeholder="ショップ内で検索する"] {
	width: 75%;
	border: 2px solid #ab9c77;
	border-right: none;
	border-radius: 24px 0 0 24px;
	height: 40px;
	padding-left: 3%;
	margin-left: 6px;
	font-size: 16px;
	float: left;
	box-sizing: border-box;
	font-family: "Hiragino Kaku Gothic ProN", meiryo, sans-serif !important;
}

.clearfix:after {
	visibility: hidden;
	height: 0;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
}

li#category,
li#pay_ship,
li#company,
li#contact {
	width: 10%;
	min-width: 100px;
	height: 40px;
	margin: 8px 0 0 10px;
	color: #000;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
	float: left;
	border: 2px #c9bc9c solid !important;
	border-radius: 24px;
	text-align: center;
	position: relative;
	transition: all .5s;
	box-shadow: 2px 2px 5px #ab9c77;
	cursor: pointer;
}

li#category:hover,
li#pay_ship:hover,
li#company:hover,
li#contact:hover {
	box-shadow: none;
	transition: all .5s;
}

li#category:active,
li#pay_ship:active,
li#company:active,
li#contact:active {
	top: 2px;
}

/* マウスホバーでボタンスタイル変更 */
li#category:hover,
li#pay_ship:hover,
li#company:hover,
li#contact:hover {
	opacity: 0.8 !important;
	filter: alpha(opacity=80);
	-ms-filter: “alpha(opacity=80)”;
}

#head_search input[value="検索"]:hover,
.left_search input[name="submit"]:hover {
	opacity: 0.8 !important;
	filter: alpha(opacity=80);
	-ms-filter: “alpha(opacity=80)”;
}

.header_nav_201809 {
	position: absolute;
	width: 100%;
	font-size: 12px;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	font-family: "Hiragino Kaku Gothic ProN", meiryo, sans-serif;
}

.left_search {
	width: 198px;
	text-align: center;
	border: solid 1px #f1f1f1;
	border-radius: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

.left_search input[name="sitem"] {
	border: 1px solid #848484;
	border-radius: 3px 3px 3px 3px;
	margin-bottom: 5px;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Noto Sans Japanese", sans-serif !important;
	width: 160px;
}

.left_search input[name="min"],
.left_search input[name="max"] {
	border: 1px solid #848484;
	width: 50px;
	margin-bottom: 5px;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Noto Sans Japanese", sans-serif !important;
}

.left_search input[name="submit"] {
	border: 1px solid #848484;
	background: #e8e8e8;
	margin-bottom: 5px;
	padding: 5px;
	cursor: pointer;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Noto Sans Japanese", sans-serif !important;
}

.left_search input[name="submit"] {
	position: relative;
	display: block;
	width: 160px;
	padding: 0.5em;
	text-align: center;
	text-decoration: none;
	color: #000000;
	background: #e8e8e8;
	border-bottom: 2px solid #585858;
	border-radius: 4px;
	box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
}

.left_search input[name="submit"]:active {
	border-bottom: 2px solid #e8e8e8;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

.left_search h3 {
	font-size: 15px;
	font-weight: bold;
}

.top_h_contents {
	width: 1080px !important;
	padding: 0;
	margin: 0 auto;
	font-size: 0;
}

.main_h_contents {
	width: 960px;
	padding: 0;
	margin: 0 auto;
	font-size: 0;
	text-align: center;
}

.img_elements_2 a img,
.img_elements_2 img {
	margin: 0 5px 5px 5px;
}

.img_elements_4 a img,
.img_elements_4 img {
	margin: 3px 3px 0 3px;
}

/*マウスホバーで白くする*/
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: “alpha(opacity=80)”;
}

#fullsize_squareslide_wrapper {
	position: relative;
	margin-top: 50px;
	margin-bottom: 20px;
	width: 100%;
}

#fullsize_squareslide_wrapper:before {
	content: "";
	display: block;
}

#fullsize_squareslide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (min-width: 1400px) {
	#fullsize_squareslide_wrapper:before {
		padding-top: 31%;
	}
}
</style><style type="text/css">


.image-wrapper {
        text-align: center;
}

.image-wrapper img {
        max-height: 500px;
        width: auto;
}

@media screen and (max-width:768px) {
        .image-wrapper img {
                max-height: 500px;
                width: auto;
        }

}

/*そのほかの設定*/
.square_image {
        margin: 0 auto;
        width: 60%;
}

/*基本の大見出し*/
#main-content h2 {
        margin-top: 15px;
        margin-bottom: 20px;
        font-size: 26px;
        padding: 0.25em 0 0.25em 0.25em;
        border-left: none;
        font-weight: bold;
        background: #546385;
        color: #fff;
}

/*基本の小見出し*/
#main-content h3 {
        font-size: 20px;
        padding: 0.5em 1em;
        margin: 20px 0 10px;
        background: #6c825d;
        border-left: solid 10px #1e1717;
        font-weight: 700;
        color: #fff;
}

#main-content h4 {
        margin: 5px 0;
}

	/* PC表示 */
@media screen and (min-width: 641px) {
	#main-content h3 {
		padding-left: 10px;
		padding-right: 10px;
	}

	#main-content p {
		padding-left: 10px;
		padding-right: 10px;
	}
}

	/* スマホ表示 */
@media screen and (max-width: 640px) {
	#main-content p {
		font-size: 14px;
	}

}



/* caption以外のimgタグを修正 */
@media screen and (min-width: 641px) {
  #main-content img.aligncenter {
    display: block;
    width: 70% !important;
    height: auto;
    margin: 25px auto;
  }
}

@media screen and (max-width: 640px) {
  #main-content img.aligncenter {
    display: block;
    width: 85% !important;
    height: auto;
    margin: 15px auto;
  }
}


/* レフトバナー */

.left-bar {
        display: none;
}

.right-bar {
        display: none;
}

@media screen and (min-width: 1260px) {
        .left-bar {
                display: block;
                position: absolute;
                margin: 0 0 0 -220px;
                top: 148px;
                width: 200px;
                /* サイドバナーの幅を調整 */
                height: 100vh;
                /* 画面の高さ全体に広がるように設定 */
                vertical-align: top;
        }
}

/* レフトバナー検索 */

.left_search {
        width: 198px;
        text-align: center;
        border-radius: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-bottom: 0px;
        margin-left: auto;
        margin-right: auto;
        background: #f7f8f8;
        font-size: 12px;
}

.left_search h3 {
        font-size: 13px;
        font-weight: bold;
        color: #3e3a39;
        background: #dcdddd;
        width: 95%;
        padding: 8px 0;
        text-align: center;
        margin-top: -6px;
        letter-spacing: 2px;
        margin-bottom: 10px;
}

.left_search input[name="sitem"] {
        border: 1px solid #848484;
        border-radius: 3px 3px 3px 3px;
        margin: 10px auto;
        font-family: "hiragino-kaku-gothic-pron", sans-serif;
        width: 160px;
}

.left_search input[name="min"],
.left_search input[name="max"] {
        border: 1px solid #848484;
        width: 50px;
        margin-bottom: 5px;
        font-family: "hiragino-kaku-gothic-pron", sans-serif;
        border-radius: 4px;
}

.left_search input[name="min"],
.left_search input[name="max"] {
        border: 1px solid #848484;
        width: 50px;
        margin-bottom: 5px;
        font-family: "hiragino-kaku-gothic-pron", sans-serif;
        border-radius: 4px;
}

.left_search input[name="submit"] {
        border: none;
        position: relative;
        display: block;
        width: 160px;
        padding: 7px;
        text-align: center;
        text-decoration: none;
        color: white;
        background: #898989;
        border-radius: 4px;
        margin: 15px auto;
        font-size: 12px;
        letter-spacing: 5px;
}

.page-top-move {
	width: 200px;
	text-align: right;
	position: fixed;
	margin: 700px 0 auto 820px;
	z-index: 1;
}

/* ライトバナー */

@media screen and (min-width: 1260px) {
        .right-bar {
                display: block;
                position: fixed;
                margin: 0 0 0 820px;
                top: 148px;
                width: 200px;
                height: 100vh;
                vertical-align: top;
                z-index: 1;
        }
}

/* pc */
@media screen and (min-width: 641px) {
        .sp-show {
                display: none;
        }
}


/* ライトバナー */
.side-item-link-box {
        background: #f7f8f8;
        width: 100%;
        padding: 10px 0;
}

.feature-title {
        padding: 8px;
        margin: 6px auto;
        font-size: 13px;
        background-color: #dcdddd;
        color: #555;
        text-align: center;
        margin-bottom: 10px;
        font-weight: 700;
        letter-spacing: 2px;
}

.side-item-table {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0px;
}

.side-item-box {
        margin: 0 auto;
        text-align: center;
        margin-bottom: 10px;
        width: 90%;
}

.side-item-box img {
        width: 100%;
}

.side-price {
        font-size: 16px;
        color: #555;
}

.icon-link-box {
        background: #f7f8f8;
        width: 100%;
        text-align: center;
        margin-top: -1px;
}

.icon-link-box img {
        width: 40px;
        margin: 3px 3px 15px;
        height: fit-content;
}

.page-top-move {
	width: 200px;
	text-align: right;
	position: fixed;
	margin: 700px 0 auto 820px;	
	z-index: 1;
}

/* スマホ用商品一覧 */
.sp-item-title {
        background-color: #555;
        color: #fff;
        font-size: 16px;
        text-align: center;
        width: 95%;
        margin: 5px auto;
}

.sp-side-item-table {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        /* 3列に変更 */
        gap: 0px;
        /* 隙間をなくす */
}

.sp-side-item-box {
        margin: 0 auto;
        text-align: center;
        margin-bottom: 10px;
        width: 90%;
        background-color: #efefef;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        box-sizing: border-box;
        height: 95%;
}

.sp-side-item-box img {
        width: 90%;
        padding: 5px;
}

.sp-side-price {
        font-size: 16px;
        color: #000000;
}

.sp-side-name {
        font-size: 10px;
        color: #000000;
        text-align: left;
        padding: 0 5px;
}

/* 標準画像サイズ */
        /* PC表示 */
@media screen and (min-width: 641px) {

        #main-content p img {
                display: block;
                width: 0.7;
                height:auto;
                margin: 25px auto;
        }
}

        /* スマホ表示 */
@media screen and (max-width: 640px) {

        #main-content p img {
                display: block;
                width:0.85;
                height:auto;
                margin: 15px auto;
        }
}
