/*全体設定
===============================*/
* {
 margin: 0;
 padding: 0;
}
html {
 overflow: inherit;
 line-height: 1.15;
}
body {
 margin: 0;
 color: #333;
 font-size: 16px;
 font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic ProN", "Arial", sans-serif;
 line-height: 150%;
 text-size-adjust: 100%;
 -webkit-text-size-adjust: 100%; /*Chrome,Safari*/
 -ms-text-size-adjust: 100%; /*EgdeMobile*/
 -moz-text-size-adjust: 100%; /*firefox*/
}
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
 margin: 0;
 padding: 0;
 border: 0;
 font-size: 100%;
 font-weight: normal;
 vertical-align: baseline;
 background: transparent
}
ul {
 list-style: none
}
li {
 list-style: none;
 font-size: 16px;
}
a {
 color: #159DD9;
 text-decoration: none;
}
h1 {
 font-size: 24px;
 font-weight: bold;
 color: #53392B;
}
em {
 font-style: normal;
}
b, strong {
 font-weight: bolder
}
p {
 font-size: 16px;
}
button, optgroup, select, textarea {
 font-family: inherit;
 font-size: 100%;
 line-height: 1.15;
 margin: 0
}
input {
 font-family: inherit;
 font-size: 16px;
 line-height: 1.15;
 margin: 0;
}
button, input {
 overflow: visible
}
.clickable, label, input[type=button], input[type=submit], input[type=file], button {
 cursor: pointer;
}
button, select {
 text-transform: none
}
button:focus {
 outline: 0;
}
button:focus {
 outline: 0;
}
button, [type="button"], [type="reset"], [type="submit"] {
 -webkit-appearance: button
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
 border-style: none;
 padding: 0
}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
 outline: 1px dotted ButtonText
}
input, select {
 font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", "Arial", sans-serif;
 -moz-outline-style: none
}
textarea {
 overflow: auto
}
td, td img {
 vertical-align: top;
}
dt {
 color: #53392B;
 font-weight: bold;
}
dd {
 font-size: 16px;
 line-height: 1.5;
}
.text-red {
 color: #E23619;
}
.pc {
 display: none !important;
}
.cf:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}
/*ヘッダー（header）
===============================*/
header {
 position: absolute;
 background-color: #fff;
 box-shadow: 0px 0px 10px #0000001A;
 height: 205px;
 top: 0;
 width: 480px;
}
/*#header
===============================*/
#header {
 position: relative;
 margin: 0 auto;
 width: 480px;
}
/*#header_main
===============================*/
#header_main {
 width: 480px;
 position: relative;
 height: 65px;
}
#header_main #logo1 img {
 width: 240px;
 margin: 3px 0 0 0;
}
/*ログイン・会員登録・マイページ・カートボタン*/
#header_cart {
 position: absolute;
 top: 10px;
 right: 10px;
}
#header_cart li {
 float: left;
 width: 66px;
}
#header_cart li + li {
 margin: 0 0 0 5px;
}
#header_cart #li-login, #header_cart #li-mypage, #header_cart #li-cart {
	background-color: #58A3CC;
	border-radius: 5px;
}
#header_cart #li-login a, #header_cart #li-mypage a, #header_cart #li-cart a {
	display: block;
 color: #fff;
	line-height: 1.3;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	height: 47px;
}
#header_cart li a:before {
 display: block;
 content: '';
 width: 30px;
 height: 30px;
 margin: auto;
 background-repeat: no-repeat;
 background-size: 30px auto;
}
#header_cart #li-login a:before {
 background-image: url(/imgs/common/nav-icon-mypage.svg);
	background-position: center 0;
}
#header_cart #li-mypage a:before {
 background-image: url(/imgs/common/nav-icon-mypage.svg);
	background-position: center 0;
}
#header_cart #li-cart a:before {
 background-image: url(/imgs/common/nav-icon-cart.svg);
	background-position: center 0;
}
#header_cart li a span {
 display: block;
 font-weight: bold;
}
/*cart_in*/
#header_cart #li-cart #cart_in {
 position: absolute;
 top: -6px;
 left: 30px;
 padding: 2px 2px;
 width: 17px;
 height: 17px;
 font-size: 13px;
 color: #fff;
 text-align: center;
 background-color: #E23619;
 border-radius: 20px;
 display: none;
}
/*スマホ用メニュー*/
#header_cart #menuOpen, #header_cart #menuClose {
 background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	border-radius: 5px;
	display: block;
 color: #53392B;
	line-height: 1.3;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	height: 46px;
}
#header_cart #menuClose {
	display: none;
}
#header_cart #menuOpen:before, #header_cart #menuClose:before {
 display: block;
 content: '';
 width: 30px;
 height: 30px;
 margin: auto;
 background-repeat: no-repeat;
 background-size: 30px auto;
}
#header_cart #menuOpen:before {
 background-image: url(/imgs/common/nav-menu.png);
	background-position: center 0;
}
#header_cart #menuClose:before {
 background-image: url(/imgs/common/nav-menuClose.png);
	background-position: center 0;
}
#smMenu {
 position: absolute;
 z-index: 11;
 top: 50px;
 right: 0;
 width: 320px;
 height: 0px;
	padding: 0 20px;
 background: #fff;
	box-shadow: 0 0 10px 0px #c4c4c4;
	border-radius: 5px;
	transition: all 0.5s ease-out;
	overflow: hidden;
}
#header_cart #smMenu li {
 width: 320px;
}
#header_cart #smMenu li + li {
 margin: 0;
}
#header_cart #smMenu li a {
 display: block;
 padding: 20px 0;
 position: relative;
 font-size: 18px;
 border-bottom: 1px #DBBD94 solid;
	color: #53392B;
}
#header_cart #smMenu li a:before {
 content: "";
 width: 20px;
 height: 26px;
 border-left: 3px transparent solid;
 border-bottom: 3px transparent solid;
 position: absolute;
 top: 20px;
 right: 0px;
 left: auto;
 background-image: url(/imgs/common/icon-arrow_brown.svg);
 background-size: 14px auto;
}
#smMenu .other_page a {
	text-indent: 20px;
}
#smMenu .other_page a::after {
	display: block;
	content: '';
	width: 15px;
	height: 15px;
	background: url(/imgs/common/icon-otherpage.png) no-repeat;
 background-position: center;
	background-size: 15px 15px;
	position: absolute;
	top: 25px;
	left: 0px;
}
/*header内のキーワード検索*/
#header_kensaku {
 position: absolute;
 top: 138px;
 width: 480px;
}
#header_main .gKensaku {
 margin: 15px auto 0;
 width: 460px;
}
#header_main #gForm {
 width: 100%;
 height: 40px;
 background-color: #f2ecdb;
 border-radius: 5px;
 position: relative;
}
#header_main #gFrame {
 background-color: transparent;
	-webkit-tap-highlight-color: transparent;
 border: none;
	outline: none;
	overflow: hidden;
 color: #53392B;
 word-wrap: break-word;
 display: block;
	height: 40px;
	width: 410px;
	padding-left: 10px;
}
#header_main #gKensaku {
 position: absolute;
 top: 0;
	right: 0;
 width: 40px;
 height: 40px;
	text-indent: 50px;
 background: url(/imgs/common/icon_head_search.png) no-repeat center center;
 background-size: 40% auto;
 background-color: #53392B;
 border-radius: 0 5px 5px 0;
 border: none;
}
#gFrame::placeholder {
 color: #868686;
}
::-webkit-input-placeholder {
 color: #868686;
}
::-moz-placeholder {
 color: #868686;
}
:-ms-input-placeholder {
 color: #868686;
}
/*#header_bottom
===============================*/
#header_bottom {
 width: 480px;
	position: relative;
}
#header_bottom .scroll {
 overflow-x: scroll;
 width: 480px;
 overflow-y: hidden;
}
#header_bottom:after {
 display: block;
 position: absolute;
 right: 0;
 top: 0;
 content: '';
 width: 40px;
 height: 80px;
background: linear-gradient(90deg,rgba(255,255,255,.0), rgba(255,255,255,1));
}
.categoryBox {
 height: 80px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.categoryBox li.category7:before {
	display: block;
	position: absolute;
	right: -40px;
	top: 0;
	content: '';
	width: 40px;
	height: 80px;
	background: #fff;
	z-index: 10;
}
.categoryBox li {
 width: 140px;
 height: 80px;
 position: relative;
 background: #E8F3F9;
	border-radius: 5px;
	margin-left: 10px;
}
.categoryBox li a {
	display: block;
	width: 140px;
 height: 25px;
	padding-top: 55px;
	text-align: center;
	color: #53392B;
	font-weight: bold;
	font-size: 13px;
}
.categoryBox .category1 a {
	background: url(/imgs/common/nav-icon-box.svg) no-repeat;
 background-position: center 5px;
	background-size: 110px;
}
.categoryBox .category2 a {
	background: url(/imgs/common/nav-icon-board.svg) no-repeat;
 background-position: center 5px;
	background-size: 110px;
}
.categoryBox .category3 a {
	background: url(/imgs/common/nav-icon-sample.svg) no-repeat;
 background-position: center 5px;
	background-size: 110px;
}
.categoryBox .category4 a {
	background: url(/imgs/common/nav-icon-semi.svg) no-repeat;
 background-position: center 5px;
	background-size: 110px;
}
.categoryBox .category5 a {
	background: url(/imgs/common/nav-icon-print.svg) no-repeat;
 background-position: center 5px;
	background-size: 110px;
}
.categoryBox .category6 a {
	background: url(/imgs/common/nav-icon-guide.svg) no-repeat;
 background-position: center 5px;
	background-size: 110px;
}
.categoryBox .category7 a {
	background: url(/imgs/common/nav-icon-category.svg) no-repeat;
 background-position: center 5px;
	background-size: 110px;
}
.categoryBox .category3 a::after, .categoryBox .category6 a::after {
	display: block;
	content: '';
	width: 15px;
	height: 15px;
	background: url(/imgs/common/icon-otherpage.png) no-repeat;
 background-position: center;
	background-size: 15px 15px;
	position: absolute;
	right: 5px;
	bottom: 5px;
}
/*フッター(footer)
===============================*/
footer {
 margin: 30px 0 0 0;
 width: 480px;
}
/*#smsidenavi
===============================*/
#smsidenavi {
 position: fixed;
 z-index: 20;
}
#smsidenavi ul {
 padding: 10px 0 15px;
 width: 480px;
 position: fixed;
 bottom: 0;
 background: #fff;
 box-shadow: 0 0 6px #999999;
 z-index: 20;
}
#smsidenavi li {
 position: relative;
 float: left;
 width: 85px;
 text-align: center;
 border-left: solid 1px #DBBD94;
 padding: 25px 5px 0px 5px;
}
#smsidenavi li:first-child {
 border: none;
}
#smsidenavi li a {
 font-size: 13px;
 color: #53392B;
}
#smsidenavi li img {
 position: absolute;
 left: 31px;
 top:-5px;
}
.page_top {
 position: fixed;
 bottom: 85px;
 right: 15px;
}
.page_top a {
 display: block;
 margin: auto;
 width: 70px;
 height: 70px;
 background-color: #DBBD94;
 border-radius: 60px;
}
.page_top span {
 position: relative;
 display: block;
 padding-top: 100%;
 height: 0;
 overflow: hidden;
}
#smsidenavi .page_top span:before {
 display: block;
 content: '';
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 margin: auto;
 width: 32px;
 height: 32px;
 background-image: url(/imgs/common/icon-arrow_white.svg);
 background-repeat: no-repeat;
 background-position: center 0;
 background-size: contain;
 -webkit-transform: translate(0, 0) rotate(-90deg);
 transform: translate(0, 0) rotate(-90deg);
 -webkit-transition: .5s;
 transition: .5s;
}
/*#footer_other
===============================*/
#footer_other {
	width: 420px;
 margin: 0 auto;
}
/*#footer_sns
===============================*/
#footer_sns {
	margin: 0 auto;
	width: 370px;
	height: 40px;
}
#footer_sns li + li {
 margin-left: 15px;
}
#footer_sns li {
 float: left;
	width: 40px;
	height: 40px;
}
#footer_sns li img {
	width: 40px;
	height: 40px;
}
/*#footer_contents
===============================*/
#footer_contents {
 margin: 0 auto;
 width: 460px;
}
/*#footer_info
===============================*/
#footer_info {
 margin-bottom: 25px;
}
#footer_info div {
 float: left;
}
#footer_info .access {
 margin: 35px 0 0 0;
}
#footer_info .access li {
 float: left;
}
#footer_info .access li + li {
 margin-left: 12px;
}
#footer_info .access .title {
 color: #53392B;
 font-size: 18px;
}
#footer_info .access p {
 color: #53392B;
 font-size: 15px;
 line-height: 1.7;
}
#footer_info .access .title span {
 font-weight: bold;
 font-size: 20px;
}
#footer_info .access li:first-child img {
 width: 340px;
}
#footer_info .access li:nth-child(2) img {
 width: 100px;
 padding-top: 10px;
}
#footer_info .calendar {
 margin: 20px auto 0;
}
#footer_info .calendar h2 {
 margin-bottom: 15px;
 padding-bottom: 0;
 padding-left: 0;
 font-weight: bold;
 border-bottom: none;
}
#footer_info .calendar dt {
 margin-bottom: 0;
 padding: 4px 5px;
 width: 64px;
 color: #fff;
 font-size: 12px;
 text-align: center;
 background-color: #53392B;
 border-radius: 3px;
 line-height: 1;
 float: left;
 margin: 0 10px 10px 0;
}
#footer_info .calendar dd {
 color: #333;
 font-size: 16px;
 margin: 0 0 10px 0;
}
#footer_info .calendar table {
 display: table;
 margin-top: 15px;
 width: 100%;
 min-height: 142px;
 font-size: 12px;
 text-align: center;
 border: 1px solid #53392B;
}
#footer_info .calendar caption {
 color: #fff;
 font-size: 16px;
 font-weight: bold;
 background-color: #53392B;
}
#footer_info .calendar tbody td:first-child {
 color: #E23619;
}
#footer_info .calendar ul li {
 width: 223px;
 float: left;
}
#footer_info .calendar ul li + li {
 margin-left: 14px;
}
#sub_konpo:before {
 background: url(/imgs/common/nav-konpo.png)no-repeat;
 background-size: 38px;
}
#sub_guide:before {
 background: url(/imgs/common/nav-guide.png)no-repeat;
 background-size: 38px;
}
#sub_pamphlet:before {
 background: url(/imgs/common/nav-pamphlet.png)no-repeat;
 background-size: 38px;
}
/*#footer_about
===============================*/
#footer_about {}
#footer_about div {
 width: 460px;
 margin: 0 auto;
}
#footer_about img {
 width: 460px;
 margin: 15px 0 0 0;
}
#footer_about dt {
 font-size: 25px;
 margin-bottom: 15px;
}
/*#footer_contact
===============================*/
#footer_contact {
 margin: 20px 0;
}
#footer_contact div {
 padding: 20px;
 text-align: center;
 background-color: #FAF7EF;
 border-radius: 5px;
 float: left;
 width: 420px;
}
#footer_contact .text-small {
 display: block;
 font-size: 15px;
	color: #53392B;
}
#footer_contact div + div {
 margin: 20px 0 0 0;
}
#footer_contact .heading {
 color: #53392B;
 font-size: 18px;
 font-weight: bold;
 line-height: 1;
}
#footer_contact img {
 margin-top: 8px;
}
#tel3, #footer_fax {
	display: inline-block;
	position: relative;
	font-size: 25px;
	font-weight: bold;
	color: #53392B;
	padding: 15px 0 5px 50px;
	font-family: "Arial";
}
#footer_fax a {
	color: #53392B;
}
#tel3 a {
	color: #53392B;
	font-size: 25px;
}
#tel3::before {
	display: block;
	content: '';
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-size: 40px auto;
	background-image: url(/imgs/common/icon-tel.png);
	background-position: center 0;
	position: absolute;
	left: 0;
	top: 12px;
}
#footer_fax::before {
	display: block;
	content: '';
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-size: 40px auto;
	background-image: url(/imgs/common/icon-fax.png);
	background-position: center 0;
	position: absolute;
	left: 0;
	top: 8px;
}
/*#footer_sitemap
===============================*/
#footer_sitemap {
 padding: 20px 0;
}
#footer_sitemap * {
 color: #53392B;
 text-decoration: none;
}
#footer_sitemap dt {
 margin-bottom: 25px;
 font-size: 16px;
 line-height: 1;
 font-weight: bold;
}
.sitemap_box {
 margin: 0 auto;
 width: 1180px;
}
#sitemap1 {
 width: 500px;
}
.sitemap {
 float: left;
 width: 340px;
}
.sitemap li {
 font-size: 13px;
 line-height: 2;
}
.row div {
 float: left;
 padding: 0 20px 0 0;
}
/*#footer_bottom
===============================*/
#footer_bottom {
 padding: 30px 0 60px;
 text-align: center;
 background-color: #53392B;
}
#footer_bottom * {
 color: #fff;
}
#footer_bottom p#copyright {
 width: 400px;
 margin: 20px auto 0;
}
#footer_bottom ul {
 margin: 0 auto;
 width: 425px;
}
#footer_bottom li {
 padding: 0 13px;
 float: left;
 font-size: 13px;
}
/* ログイン・ログアウト
===================================*/
.display_none {
 display: none;
}
/*main
===============================*/
main {
 display: block;
 margin: 215px auto 0;
 width: 480px;
}
#contents, .contents {
 margin: 0 auto;
 width: 480px;
}
#contents > div {
 margin: 0 auto;
}
.contents > div {
 margin: 0 auto;
}
h2 {
 margin: 0 0 25px;
 padding: 5px 0 5px 40px;
 color: #53392B;
 font-size: 25px;
 font-weight: bold;
 border-bottom: 2px solid #DBBD94;
 position: relative;
 line-height: 28px;
}
h3 {
 position: relative;
 color: #53392B;
 font-size: 20px;
 line-height: 26px;
}
h4 {
 position: relative;
 color: #53392B;
 font-size: 18px;
 line-height: 24px;
 font-weight: bold;
}
.section {
 margin: 30px auto 0 !important;
}
.red {
 color: #E23619;
}
/*.pan
===============================*/
#panBox {
 margin: 0 auto;
 width: 460px;
 height: 65px;
 overflow: hidden;
 padding: 10px;
}
#panBox li {
 padding: 0 15px 0 0;
 float: left;
 font-size: 16px;
 position: relative;
}
#panBox li + li {
 padding: 0 15px 0 10px;
}
#panBox li#pan_top {
 padding: 0 15px 0 0;
}
#panBox li a {
 color: #159DD9;
 font-size: 16px;
}
#panBox li + li:before {
 display: block;
 content: '';
 position: absolute;
 top: 0;
 left: -7px;
 bottom: 0;
 width: 6px;
 height: 6px;
 margin: auto;
 border-top: 1px solid #DBBD94;
 border-right: 1px solid #DBBD94;
 -webkit-transform: translate(0, 0) rotate(45deg);
 transform: translate(0, 0) rotate(45deg);
}
/* 全文検索サジェスト(#suggest)
===================================*/
#suggest div, #suggest2 div {
 position: relative;
 padding: 5px;
 display: block;
 overflow: hidden;
 width: 440px;
 border-bottom: 1px solid #C4C4C4;
 text-overflow: ellipsis;
}
#suggest, #suggest2 {
 position: absolute;
 background-color: #FFFFFF;
 border-top: 1px solid #C4C4C4;
 border-left: 1px solid #C4C4C4;
 border-right: 1px solid #C4C4C4;
 max-height: 700px;
 width: 450px;
 z-index: 99999;
 box-shadow: 1px 1px 10px #c1c1c1;
 overflow: scroll;
 left: -12px;
}
#suggest img, #suggest2 img {
 float: left;
 margin-right: 10px;
}
#suggest a, #suggest2 a {
 text-decoration: none;
}
#suggest div:nth-child(2n+1), #suggest2 div:nth-child(2n+1) {
 background-color: #F5F5F5;
}
#suggest div:nth-child(2n), #suggest2 div:nth-child(2n) {
 background-color: #fff;
}
#suggest .item_text, #suggest2 .item_text {
 display: block;
 margin: 8px 0;
}
#suggest div a {
 color: #159DD9;
}
.categoryBox li div#suggest2 div a {
 color: #159DD9;
 position: relative;
 display: inline;
}
.categoryBox li div#suggest2 div a:hover:after {
 display: none;
}
.item_no {
 font-size: small;
 color: #54392c;
 border: solid 1px;
 border-radius: 5px;
 padding: 0px 10px;
 background: #fff;
 margin: 0 5px 0 0;
}
.item_name {
 color: #159DD9;
 text-decoration: underline;
 padding-left: 5px;
}
.item_size {
 font-size: 17px;
 font-weight: bold;
 position: absolute;
 left: 180px;
 color: #53392B;
}
.item_icon_mail {
 background: #CC0000;
 color: #fff;
 font-weight: bold;
 padding: 2px 3px;
 width: 61px;
 text-align: center;
 position: absolute;
 left: 38px;
 height: 24px;
}
.item_icon50 {
 background: #80AF19;
 color: #fff;
 font-weight: bold;
 padding: 2px 3px;
 width: 61px;
 text-align: center;
 position: absolute;
 left: 38px;
 height: 24px;
}
.item_icon60 {
 background: #45AC41;
 color: #fff;
 font-weight: bold;
 padding: 2px 3px;
 width: 61px;
 text-align: center;
 position: absolute;
 left: 38px;
 height: 24px;
}
.item_icon80 {
 background: #159DD9;
 color: #fff;
 font-weight: bold;
 padding: 2px 3px;
 width: 61px;
 text-align: center;
 position: absolute;
 left: 38px;
 height: 24px;
}
.item_icon100 {
 background: #2878D6;
 color: #fff;
 font-weight: bold;
 padding: 2px 3px;
 width: 61px;
 text-align: center;
 position: absolute;
 left: 38px;
 height: 24px;
}
.item_icon120 {
 background: #7152C6;
 color: #fff;
 font-weight: bold;
 padding: 2px 3px;
 width: 61px;
 text-align: center;
 position: absolute;
 left: 38px;
 height: 24px;
}
.item_icon140 {
 background: #EF6FAC;
 color: #fff;
 font-weight: bold;
 padding: 2px 3px;
 width: 61px;
 text-align: center;
 position: absolute;
 left: 38px;
 height: 24px;
}
.item_icon160 {
 background: #E03D3D;
 color: #fff;
 font-weight: bold;
 padding: 2px 3px;
 width: 61px;
 text-align: center;
 position: absolute;
 left: 38px;
 height: 24px;
}
.item_icon170 {
 background: #EA611C;
 color: #fff;
 font-weight: bold;
 padding: 2px 3px;
 width: 61px;
 text-align: center;
 position: absolute;
 left: 38px;
 height: 24px;
}
.item_icon180 {
 background: #E2A317;
 color: #fff;
 font-weight: bold;
 padding: 2px 3px;
 width: 61px;
 text-align: center;
 position: absolute;
 left: 38px;
 height: 24px;
}
.item_iconsoku {
 border: solid #c64444 2px;
 color: #c64444;
 background: #fff;
 font-weight: bold;
 padding: 0px 1px;
 position: absolute;
 left: 104px;
}
.item_price {
 float: right;
 font-size: 18px;
 color: #E23619;
 font-weight: bold;
}
.p-name {
 padding: 5px 0 0 0;
 font-size: 120%;
}
.item_category {
 background: #2878D6;
 padding: 2px 10px;
 border-radius: 5px;
 font-size: 12px !important;
 color: #fff;
}
.item_textb {
 display: block;
 font-weight: bold;
}
/*宅配サイズアイコン
===============================*/
.product_size {
 top: 138px;
 left: 0px;
 width: 42px;
 height: 22px;
 background-repeat: no-repeat;
 background-position: center 0;
 border-radius: 4px;
 display: block;
 position: absolute;
 color: #fff;
 padding: 19px 0 0 0;
 text-align: center;
 font-family: Arial Narrow;
 background-size: 40px;
 font-size: 14px;
}
.product_size span {
 font-size: 12px;
}
.product_size.size-60 {
 background-image: url(/imgs/common/icon-size60_s_g.png);
}
.product_size.size-70 {
 background-image: url(/imgs/common/icon-size70_s_g.png);
}
.product_size.size-80 {
 background-image: url(/imgs/common/icon-size80_s_g.png);
}
.product_size.size-100 {
 background-image: url(/imgs/common/icon-size100_s_g.png);
}
.product_size.size-120 {
 background-image: url(/imgs/common/icon-size120_s_g.png);
}
.product_size.size-130 {
 background-image: url(/imgs/common/icon-size130_s_g.png);
}
.product_size.size-140 {
 background-image: url(/imgs/common/icon-size140_s_g.png);
}
.product_size.size-160 {
 background-image: url(/imgs/common/icon-size160_s_g.png);
}
.product_size.size-170 {
 background-image: url(/imgs/common/icon-size170_s_g.png);
}
.product_size.size-180 {
 background-image: url(/imgs/common/icon-size180_s_g.png);
}
.product_size.size-mail {
 background-image: url(/imgs/common/icon-sizemail_s_g.png);
}
.size-mail {
 background-image: url(/imgs/common/icon-sizemail_s_g.png);
}
.size-13 {
 background-image: url(/imgs/common/icon-mail_nekoposu.png);
}
.size-31 {
 background-image: url(/imgs/common/icon-mail_nekodm.png);
}
.size-15 {
 background-image: url(/imgs/common/icon-mail_hikyakuyu.png);
}
.size-32 {
 background-image: url(/imgs/common/icon-mail_hikyakumail.png);
}
.size-14 {
 background-image: url(/imgs/common/icon-mail_kuriposu.png);
}
.size-35 {
 background-image: url(/imgs/common/icon-mail_yupake.png);
}
.size-34 {
 background-image: url(/imgs/common/icon-mail_yumail.png);
}
.size-33 {
 background-image: url(/imgs/common/icon-mail_teikeigai.png);
}
.size-yuyumerukari {
 background-image: url(/imgs/common/icon-mail_yuyumerukari.png);
}
.size-rakumerukari {
 background-image: url(/imgs/common/icon-mail_rakumerukari.png);
}
/*外寸無し宅配サイズアイコン
===============================*/
.product_size.size-60.no-gsanp {
 background-image: url(/imgs/common/icon-size60_s.png);
}
.product_size.size-70.no-gsanp {
 background-image: url(/imgs/common/icon-size70_s.png);
}
.product_size.size-80.no-gsanp {
 background-image: url(/imgs/common/icon-size80_s.png);
}
.product_size.size-100.no-gsanp {
 background-image: url(/imgs/common/icon-size100_s.png);
}
.product_size.size-120.no-gsanp {
 background-image: url(/imgs/common/icon-size120_s.png);
}
.product_size.size-130.no-gsanp {
 background-image: url(/imgs/common/icon-size130_s.png);
}
.product_size.size-140.no-gsanp {
 background-image: url(/imgs/common/icon-size140_s.png);
}
.product_size.size-160.no-gsanp {
 background-image: url(/imgs/common/icon-size160_s.png);
}
.product_size.size-170.no-gsanp {
 background-image: url(/imgs/common/icon-size170_s.png);
}
.product_size.size-180.no-gsanp {
 background-image: url(/imgs/common/icon-size180_s.png);
}
.product_size.size-mail.no-gsanp {
 background-image: url(/imgs/common/icon-sizemail_s.png);
}
.size-mail.no-gsanp {
 background-image: url(/imgs/common/icon-sizemail_s.png);
}
/*王冠アイコン
===============================*/
.product_rank {
 top: -8px;
 right: 65px;
 width: 63px;
 height: 42px;
 background-repeat: no-repeat;
 background-position: center 0;
 border-radius: 4px;
 display: block;
 position: absolute;
}
.rank-1 {
 background-image: url(/imgs/common/rank-img1.png);
 background-size: cover;
}
.rank-2 {
 background-image: url(/imgs/common/rank-img2.png);
 background-size: cover;
}
.rank-3 {
 background-image: url(/imgs/common/rank-img3.png);
 background-size: cover;
}
.rank-4 {
 background-image: url(/imgs/common/rank-img4.png);
 background-size: cover;
}
.rank-5 {
 background-image: url(/imgs/common/rank-img5.png);
 background-size: cover;
}
.rank-6 {
 background-image: url(/imgs/common/rank-img6.png);
 background-size: cover;
}
/*お気に入りアイコン
===============================*/
.product_favorite {
 top: 5px;
 right: 5px;
 width: 35px;
 height: 35px;
 position: absolute;
}
.product_favorite.on {
 background-image: url(/imgs/common/icon-favoriteS_on.png);
 background-size: cover;
}
.product_favorite.off {
 background-image: url(/imgs/common/icon-favoriteS_off.png);
 background-size: cover;
}
/*商品一覧(ブロック)
===============================*/
.product_box {
 position: relative;
 width: 200px;
 float: left;
}
.product_id {
 top: 0px;
 left: 0px;
 right: auto;
 padding: 3px 5px;
 color: #333;
 font-size: 13px;
 font-weight: bold;
 line-height: 1;
 border: 1px solid #333;
 border-radius: 4px;
 position: absolute;
 background: #fff;
}
.product_icon li.product_flute {
 width: 72px;
}
.product_icon {
 display: inline-block;
 background-color: #FAF7EF;
 border: 1px solid #C4C4C4;
 font-size: 12px;
 font-weight: bold;
 color: #53392B;
 overflow: hidden;
 clear: both;
 margin: 5px 0;
}
.product_icon li {
 float: left;
 padding: 5px;
 text-align: center;
 line-height: 1;
}
.product_icon li + li {
 border-left: 1px solid #C4C4C4;
}
.product_icon li.active {
 color: #fff;
 background-color: #E23619;
}
.product_icon .font1 {
 font-size: 8px;
}
.product_icon .font2 {
 font-size: 6px;
}
.product_text {
 font-size: 18px;
 color: #333;
 line-height: 1.7;
 height: 60px;
 overflow: hidden;
}
.product_box h3 {
 font-size: 18px;
 color: #333;
 line-height: 1.7;
 height: 60px;
 overflow: hidden;
 background: none;
 font-weight: normal;
}
.product_innersize {
 color: #53392B;
 font-size: 16px;
 font-weight: bold;
 display: block;
 margin: 5px 0;
}
.product_price {
 color: #E23619;
 font-size: 16px;
 font-weight: bold;
 display: block;
}
.product_price span {
 font-size: 20px;
 font-weight: bold;
}
.product_price span.small {
 font-size: 16px;
}
.product_textsize + .product_price {
 margin-top: 10px;
}
.product_other {
 margin-top: 10px;
}
.sort select.cart_select {
 width: 85px;
}
.sort select {
 width: 285px;
 position: relative;
 background-color: #fff;
 border: 1px solid #C4C4C4;
 border-radius: 5px;
 padding: 7px 7px;
 top: 9px;
}
.with_cart .sort {
 top: auto;
 bottom: -10px;
 left: 0;
}
.small_button {
 float: left;
 position: relative;
 top: 10px;
}
.small_button input {
 padding: 7px 4px;
 width: 130px;
 font-size: 16px;
}
.with_cart .add_arrow:after {
 display: block;
 content: '';
 position: absolute;
 top: 0;
 right: 5px;
}
.product_innersize .depth {
 font-size: 13px;
 display: inline-block;
}
.product_price .sales_unit {
 font-size: 13px;
 font-weight: normal;
 color: #53392B;
}
/*ボタン関係
===============================*/
/*青いボタン*/
.button-blue {
 display: block;
 padding: 9px 0 19px;
 min-width: 150px;
 color: #159DD9;
 font-size: 16px;
 font-weight: bold;
 border: 1.5px solid #159DD9;
 border-radius: 50px;
 background: #fff;
 position: relative;
}
.button-blue:after {
 display: block;
 content: '';
 left: 67px;
 width: 10px;
 height: 10px;
 border: none;
 background-image: url(/imgs/common/icon-arrow_blue_xs.svg);
 -webkit-transform: translate(0, 0) rotate(90deg);
 transform: translate(0, 0) rotate(90deg);
 background-repeat: no-repeat;
 background-position: center 0;
 background-size: contain;
 -webkit-transition: .2s;
 transition: .2s;
 position: absolute;
 top: 27px;
}
/*オレンジのボタン*/
.button-orange {
 color: #fff;
 background: transparent linear-gradient(180deg, #FFD750 0%, #FB8700 100%) 0% 0% no-repeat padding-box;
 border: 1px solid #D59416;
 border-radius: 5px;
 font-weight: bold;
}
/*茶色のボタン*/
.button-brown {
 position: absolute;
 color: #fff;
 font-size: 16px;
 font-weight: bold;
 background: transparent linear-gradient(180deg, #963 0%, #53392B 100%, #53392B 100%) 0% 0% no-repeat padding-box;
 border: 1px solid #5D3F1C;
 display: block;
 width: 400px;
 padding: 14px 0;
 border-radius: 5px;
 text-align: center;
}
.button-brown:hover {
 opacity: 0.8;
}
/*グレーのボタン*/
.nomal_button {
 color: #7f7f7f;
 background: transparent linear-gradient(180deg, #fff 0%, #DEDEDE 100%, #f5f5f5 100%) 0% 0% no-repeat padding-box;
 border: 1px solid #C4C4C4;
 border-radius: 5px;
 padding: 5px 5px;
 font-weight: bold;
 width: 150px;
}
/*お気に入りアイコン
===============================*/
.product_favorite button {
 top: 5px;
 right: 5px;
 width: 28px;
 height: 28px;
 position: absolute;
 border: none;
 z-index: 1;
}
.product_favorite button.mylistON {
 background: url(/imgs/common/icon-favoriteS_on.png?date=20200514);
 background-size: cover;
}
.product_favorite button.mylistOFF {
 background: url(/imgs/common/icon-favoriteS_off.png?date=20200514);
 background-size: cover;
}
button.mylistON:before {
 content: "";
 display: block;
 width: 60px;
 height: 52px;
 position: absolute;
 left: -13px;
 top: -13px;
 animation: mymove1 0.8s cubic-bezier(0, 0, 0.7, 1.0) 0s 1 normal;
 background: url(/imgs/common/mylist-icon-anime.png) no-repeat;
 opacity: 0;
 outline: none;
 background-size: contain;
}
@keyframes mymove1 {
 0% {
  top: 25px;
  left: 25px;
  width: 0px;
  height: 0px;
  opacity: 1;
 }
 50% {
  top: -10px;
  left: -10px;
  width: 50px;
  height: 42px;
  opacity: 1;
 }
 100% {
  top: -13px;
  left: -13px;
  width: 60px;
  height: 52px;
  opacity: 0;
 }
}
/*矢印関係
===============================*/
/*上向き茶　矢印*/
.up_arrow {
 position: relative;
}
.up_arrow:after {
 display: block;
 content: '';
 position: absolute;
 top: 0;
 right: 5px;
 bottom: 0;
 width: 20px;
 height: 20px;
 margin: auto;
 background-image: url(/imgs/common/icon-arrow_brown.svg);
 background-repeat: no-repeat;
 background-position: center 0;
 background-size: contain;
 -webkit-transform: translate(0, 0) rotate(270deg);
 transform: translate(0, 0) rotate(270deg);
 -webkit-transition: .5s;
 transition: .5s;
}
/*上向き青　矢印*/
.show_less {
 color: #159DD9;
 font-size: 15px;
 margin: 15px 0;
 position: relative;
}
.show_less:after {
 display: block;
 content: '';
 left: 83px;
 width: 10px;
 height: 10px;
 border: none;
 background-image: url(/imgs/common/icon-arrow_blue_xs.svg);
 -webkit-transform: translate(0, 0) rotate(270deg);
 transform: translate(0, 0) rotate(270deg);
 background-repeat: no-repeat;
 background-position: center 0;
 background-size: contain;
 -webkit-transition: .2s;
 transition: .2s;
 position: absolute;
 top: 6px;
}
/*右向き白　矢印*/
.add_arrow:after {
 display: block;
 content: '';
 position: absolute;
 top: 0;
 right: 15px;
 bottom: 0;
 width: 14px;
 height: 14px;
 margin: auto;
 background-image: url(/imgs/common/icon-arrow_white.svg);
 background-repeat: no-repeat;
 background-position: center 0;
 background-size: contain;
 -webkit-transform: translate(0, 0) rotate(0deg);
 transform: translate(0, 0) rotate(0deg);
}
/*右向き青　矢印*/
.more_right {
 padding-right: 16px;
 position: relative;
 display: inline-block;
}
.more_right a {
 position: relative;
 display: inline-block;
}
.more_right:after {
 display: block;
 content: '';
 position: absolute;
 top: 5px;
 right: 0;
 margin: auto;
 width: 14px;
 height: 14px;
 background-image: url(/imgs/common/icon-arrow_blue_xs.svg);
 background-repeat: no-repeat;
 background-position: center 0;
 background-size: contain;
 -webkit-transform: translate(0, 0) rotate(0deg);
 transform: translate(0, 0) rotate(0deg);
 border: none;
}
/*右向き茶　矢印*/
.right_arrow {
 position: absolute;
 top: 0;
 bottom: 0;
 width: 14px;
 height: 25px;
 z-index: 1;
 right: 0px;
}
.right_arrow:before {
 display: block;
 content: '';
 position: absolute;
 top: 0;
 left: 0;
 bottom: 0;
 width: 14px;
 height: 25px;
 margin: auto;
 background-repeat: no-repeat;
 background-position: center 0;
 cursor: pointer;
}
.right_arrow:before {
 background-image: url(/imgs/common/icon-arrow_brown.svg);
 background-size: 14px auto;
}
/*下向き白　矢印*/
.more_bottom2:after {
 display: block;
 content: '';
 position: absolute;
 top: 0;
 right: 1.2em;
 bottom: 0;
 width: 14px;
 height: 14px;
 margin: auto;
 background-image: url(/imgs/common/icon-arrow_white.svg);
 background-repeat: no-repeat;
 background-position: center 0;
 background-size: contain;
 -webkit-transform: translate(0, 0) rotate(90deg);
 transform: translate(0, 0) rotate(90deg);
}
/*下向き青　矢印*/
.more_bottom {
 color: #159DD9;
 font-size: 15px;
 margin: 15px 0;
 position: relative;
}
.more_bottom:after {
 display: block;
 content: '';
 left: 83px;
 width: 10px;
 height: 10px;
 border: none;
 background-image: url(/imgs/common/icon-arrow_blue_xs.svg);
 -webkit-transform: translate(0, 0) rotate(90deg);
 transform: translate(0, 0) rotate(90deg);
 background-repeat: no-repeat;
 background-position: center 0;
 background-size: contain;
 -webkit-transition: .2s;
 transition: .2s;
 position: absolute;
 top: 6px;
}
/*下向き茶　矢印*/
.under_arrow {
 position: relative;
}
.under_arrow:after {
 display: block;
 content: '';
 position: absolute;
 top: 0;
 right: 5px;
 bottom: 0;
 width: 20px;
 height: 20px;
 margin: auto;
 background-image: url(/imgs/common/icon-arrow_brown.svg);
 background-repeat: no-repeat;
 background-position: center 0;
 background-size: contain;
 -webkit-transform: translate(0, 0) rotate(90deg);
 transform: translate(0, 0) rotate(90deg);
 -webkit-transition: .5s;
 transition: .5s;
}
/*左向き茶　矢印*/
.left_arrow {
 position: absolute;
 top: 0;
 bottom: 0;
 width: 14px;
 height: 25px;
 z-index: 1;
 left: 0px;
}
.left_arrow:before {
 display: block;
 content: '';
 position: absolute;
 top: 0;
 left: 0;
 bottom: 0;
 width: 14px;
 height: 25px;
 margin: auto;
 background-repeat: no-repeat;
 background-position: center 0;
 cursor: pointer;
}
.left_arrow:before {
 background-image: url(../img/common/icon-arrow_brown.svg);
 background-size: 14px auto;
 -webkit-transform: rotate(180deg);
 transform: rotate(180deg);
}
/*丸い茶　矢印*/
.slide_arrow:before {
 display: block;
 content: '';
 position: absolute;
 top: 0;
 bottom: 0;
 width: 48px;
 height: 48px;
 margin: auto;
 background-color: #53392B;
 background-repeat: no-repeat;
 background-position: center;
 border-radius: 50px;
 cursor: pointer;
}
.left_slide:before {
 background-image: url(/imgs/common/icon-arrow_white.svg);
 background-size: 15px auto;
 -webkit-transform: rotate(-180deg);
 transform: rotate(-180deg);
 left: 0;
}
.right_slide:before {
 background-image: url(/imgs/common/icon-arrow_white.svg);
 background-size: 15px auto;
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
 right: 0;
}
/*#overBox
===============================*/
#printBox1 {
 display: block;
 margin: 0 auto 30px;
 width: 450px;
 height: 171px;
 border: solid 2px #cfcfcf;
 border-radius: 5px;
 padding: 5px;
 background: url(/imgs/common/image-printBox1.jpg)no-repeat;
 background-size: 644px;
 background-position: top -8px center;
 position: relative;
}
#printBox1 h2 {
 text-align: center;
 color: #54392C;
 height: 38px;
 background-size: 219px;
 background-position: 0px 22px;
 font-size: 21px;
 font-weight: bold;
 padding: 0;
 margin: 40px 0 0px;
 border: none;
}
#printBox1 p {
 text-align: center;
 margin-top: 15px;
}
#printBox1 p#printLink a {
 display: block;
 width: 460px;
 padding-top: 155px;
 text-align: right;
 position: absolute;
 top: 0;
 left: 0;
}
#printBox2 {
 display: none;
}
#HitokotoBox {
 margin-top: 50px;
}
#HitokotoBox li + li {
 margin-top: 20px;
}
#HitokotoBox li {
 margin: 0 auto;
 border: solid 2px #cfcfcf;
 border-radius: 5px;
 width: 440px;
 padding: 10px;
}
#HitokotoBox li h3 {
 float: left;
 width: 110px;
 background-repeat: no-repeat;
 padding-top: 102px;
 margin: 0;
 background-color: #fff;
 background-size: 90px;
}
#HitokotoBox li h3 span {
 font-size: 18px;
 text-align: center;
 font-weight: bold;
}
#HitokotoBox li p {
 float: right;
 width: 320px;
 background: #E8F3F9;
 padding: 3px;
 border-radius: 5px;
 height: 120px;
}
#hitokoto1 {
 background-image: url(/imgs/common/image-staff1.jpg);
 margin: 0;
}
#hitokoto2 {
 background-image: url(/imgs/common/image-staff2.jpg);
}
#hitokoto3 {
 background-image: url(/imgs/common/image-staff3.jpg);
}
#hitokoto4 {
 background-image: url(/imgs/common/image-staff4.jpg);
}
#hitokoto5 {
 background-image: url(/imgs/common/image-staff5.jpg);
}
#inq_orderSize, #ita_inq_orderSize {
	width: 100%;
}

textarea#inq_order, textarea#ita_inq_order {
	width: 100%;
	height: 4.15em;
	resize: none;
	border: none;
	outline: none;
}
/* チャット（chamo）
====================================================================================================*/
#chamo-window:not(#pro:has(#contact_contents) #chamo-window) {
	display: none;
}
