/*全体設定
===============================*/
* {
 margin: 0;
 padding: 0;
}
html {
 overflow: inherit;
 line-height: 1.15;
 -webkit-text-size-adjust: 100%
}
body {
 margin: 0;
 color: #333;
 font-size: 14px;
 font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", "Arial", sans-serif;
 line-height: 150%
}
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: 14px;
}
a {
 color: #159DD9;
 text-decoration: none;
 font-size: 14px
}
a:hover {
 opacity: 0.8;
}
h1 {
 font-size: 25px;
 font-weight: bold;
 color: #53392B;
}
em {
 font-style: normal;
}
b, strong {
 font-weight: bolder
}
p {
 font-size: 14px;
}
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-size: 18px;
 font-weight: bold;
}
dd {
 font-size: 14px;
 line-height: 1.5;
}
.sm {
 display: none !important;
}
.cf:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}
.text-red {
 color: #E23619;
}
/*ヘッダー（header）
===============================*/
header {
 position: absolute;
 background-color: #fff;
 box-shadow: 0px 0px 10px #eaeaea;
 height: 220px;
 top: 0;
 min-width: 1300px;
 width: 100%;
}
/*#header_top
===============================*/
#header_top {
 width: 100%;
 background: #58A3CC;
 color: #fff;
 padding: 8px 0;
}
#header_top p {
 font-size: 18px;
}
#header_top ul {
 position: absolute;
 top: 0px;
 right: 0px;
}
#header_top li {
 padding: 10px 15px 0 15px;
 float: left;
}
#header_top li a {
 color: #fff;
 text-decoration: none;
 font-size: 14px;
}
#header_top li.li_tel img {
 width: 470px;
}
#header_top li.li_tel {
 margin: -10px 0 0 0;
}
/*#header
===============================*/
#header {
 position: relative;
 margin: 0 auto;
 width: 1300px;
}
/*#header_main
===============================*/
#header_main {
 width: 1300px;
 position: relative;
 height: 80px;
	display: flex;
}
#header_main #header_logo {
 margin-top: 10px;
}
#header_main #logo1 img {
 width: 295px;
 height: 70px;
}
#header_main #logo2 img {
 width: 68px;
 margin: 7px 0 0 15px;
}
/*header内のキーワード検索*/
#header_main .gKensaku {
 margin: 30px 0 0 5px;
 width: 370px;
}
#header_main #gForm {
 width: 100%;
 height: 50px;
 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;
	font-size: 14px;
 word-wrap: break-word;
 display: block;
	height: 50px;
	width: 300px;
	padding-left: 10px;
}
#header_main #gKensaku {
 position: absolute;
 top: 0;
	right: 0;
 width: 50px;
 height: 50px;
	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_tel）
===============================*/
#header_tel {
	margin-left: 10px;
	width: 360px;
	position: relative;
}
#header_tel > p {
	display: block;
	height: 30px;
	line-height: 30px;
}
#header_tel > p a {
	font-size: 12px;
}
#header_tel > a {
	border: 1px solid #FB8700;
	border-radius: 5px;
	background-color: #FFFFF7;
	display: inline-block;
	width: 360px;
	height: 50px;
	position: relative;
	color: #FB8700;
	overflow: hidden;
}
#header_tel ul li {
	font-weight: bold;
	display: inline-block;
}
#header_tel ul li:first-child {
	line-height: 1.3;
	padding: 7px 0 7px 5px;
	width: 150px;
	text-align: center;
}
#header_tel #tel1 {
	font-size: 30px;
	position: relative;
	top: 5px;
	width: 200px;
	text-align: center;
}
#header_tel #tel_goro1 {
	position: absolute;
 top: -16px;
	line-height: 1;
	margin-left: 5px;
	width: 195px;
	text-align: center;
}
#header_tel #tel_goro1 span {
	font-size: 12px;
	font-weight: normal;
}
#header_tel #tel_goro1 span:nth-child(2) {
	margin: 0 18px 0 22px;
}
#tel1 > span {
	font-weight: bold;
}
/*電話番号フォント*/
#tel1, #tel2, #tel3, #tel4, #tel5, #tel6, #tel7, #tel8, #tel9, #footer_fax {
	font-family: "Arial";
} 
/*#header_cart）
===============================*/
#header_cart {
 position: absolute;
 top: 0;
	right: 0;
	padding-top: 30px;
}
#header_cart li {
 float: left;
}
/*会員名表示・ポイント非表示*/
#header_cart #li-member {
	position: absolute;
	right: 0;
	top: 0;
}
#header_cart #li-member a {
	color: #53392B;
	font-size: 12px;
	font-weight: bold;
	display: table-cell;
	width: 250px;
	height: 30px;
	vertical-align: middle;
	text-align: right;
	line-height: 1.2;
}
#header_cart .point {
 display: none;
}
#header_cart .point span {
 display: inline-block;
}
/*ログイン・会員登録・マイページ・カートボタン*/
#header_cart #li-login, #header_cart #li-mypage, #header_cart #li-cart {
	background-color: #58A3CC;
	border: 1px solid #58A3CC;
	border-radius: 5px;
}
#header_cart #li-login span {
	display: block;
	font-weight: bold;
}
#header_cart #li-cart {
	margin-left: 10px;
}
#header_cart #li-login a, #header_cart #li-mypage a, #header_cart #li-cart a {
	display: block;
	font-size: 12px;
 font-weight: bold;
 color: #fff;
	height: 36px;
	padding: 7px 0 7px 60px;
	position: relative;
}
#header_cart #li-login a {
	width: 70px;
	line-height: 1.5;
}
#header_cart #li-mypage a {
	width: 70px;
	line-height: 3;
}
#header_cart #li-cart a {
	width: 50px;
	line-height: 3;
}
#header_cart a:before {
 display: block;
 content: '';
 position: absolute;
 top: 5px;
 left: 10px;
 width: 40px;
 height: 40px;
 background-repeat: no-repeat;
 background-position: center 0;
 background-size: 40px auto;
}
#header_cart #li-login a:before {
 background-image: url(/imgs/common/nav-icon-mypage.svg);
}
#header_cart #li-mypage a:before {
 background-image: url(/imgs/common/nav-icon-mypage.svg);
}
#header_cart #li-cart a:before {
 background-image: url(/imgs/common/nav-icon-cart.svg);
}
/*cart_in*/
#header_cart #li-cart #cart_in {
 position: absolute;
 top: -3px;
 left: 22px;
 padding: 2px 2px;
 width: 17px;
 height: 17px;
 font-size: 13px;
 color: #fff;
 text-align: center;
 background-color: #E23619;
 border-radius: 20px;
 line-height: 1.5;
 display: none;
}
/*メニュー（#header_bottom）
===============================*/
#header_bottom {
 width: 1300px;
 height: 80px;
 margin: 10px 0 0 0;
	display: flex;
	justify-content: space-between;
}
.categoryBox {
 width: 1040px;
 height: 80px;
	display: flex;
	justify-content: space-between;
}
.categoryBox li {
 width: 140px;
 height: 80px;
 position: relative;
 background: #E8F3F9;
	border-radius: 5px;
}
.categoryBox li a {
	display: block;
	width: 140px;
 height: 25px;
	padding-top: 55px;
	text-align: center;
	color: #53392B;
	font-weight: bold;
	font-size: 13px;
	overflow: hidden;
}
.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: 6px;
	bottom: 6px;
}
/*クレジット*/
.header_credit {
	width: 120px;
}
.header_credit p {
	font-size: 12px;
	line-height: 1.2;
	margin: 12px 0 5px;
}
.header_credit img {
	width: 120px;
	height: 22px;
}
/*comメニュー*/
#category8 {
	display: inline-block;
	width: 120px;
	height: 80px;
	box-shadow: 1px 1px 5px rgb(0,0,0,0.3);
	border-radius: 5px;
	position: relative;
}
.danballA a {
	display: block;
	width: 100%;
	height: 100%;
}
.danballA img {
	width: 120px;
	height: 80px;
}
.danballA 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: 4px;
	bottom: 4px;
}
/*#header_follow
===============================*/
#header_follow {
 position: fixed;
 top: 0px;
 right: 0;
 background: #fff;
 box-shadow: 0px 0px 10px 0px #eaeaea;
 width: 100%;
 padding: 10px 0 15px 0;
 z-index: 105;
 display: none;
}
#header_follow > ul {
 margin: 0 auto;
 width: 1300px;
	height: 80px;
 position: relative;
	display: flex;
	justify-content: space-between;
}
#header_logo2 {
	width: 115px;
}
#header_follow .categoryBox {
	border-right: 2px dashed #c4c4c4;
	padding-right: 10px;
	width: 690px;
	height: 80px;
}
#header_follow .categoryBox ul {
	width: 690px;
	display: flex;
	justify-content: space-between;
}
#header_follow .category7 {
	width: 100px;
}
#header_follow .category7 a {
	width: 100px;
}
#header_rightBox ul {
	width: 460px;
	display: flex;
	justify-content: space-between;
	position: relative;
}
#header_follow #contact {
 background: #FB8700;
	border-radius: 5px;
	position: absolute;
	top: 0;
	left: 0;
}
#header_follow #contact a {
	display: block;
	width: 310px;
 height: 24px;
	padding: 5px 10px;
	color: #fff;
	line-height: 24px;
	text-align: right;
}
#header_follow #contact span:first-child {
 position: absolute;
	left: 10px;
	font-size: 18px;
}
#header_follow #tel2 {
	font-weight: bold;
	font-size: 25px;
	position: relative;
}
#header_follow #tel2::before {
	display: block;
	content: '';
	width: 20px;
	height: 15px;
	background: url(/imgs/common/nav-icon_tel.png) no-repeat;
	background-size: 20px;
	position: absolute;
	top: 7px;
	left: -25px;
}
#header_follow #contact img {
	margin-right: 5px;
}
#header_follow .gKensaku {
 width: 330px;
}
#header_follow #gForm2 {
 width: 100%;
 height: 40px;
 background-color: #f2ecdb;
 border-radius: 5px;
	position: relative;
	margin-top: 40px;
}
#header_follow #gFrame2 {
 background-color: transparent;
	-webkit-tap-highlight-color: transparent;
 border: none;
	outline: none;
	overflow: hidden;
 color: #53392B;
	font-size: 14px;
 word-wrap: break-word;
 display: block;
	height: 40px;
	width: 300px;
	padding-left: 10px;
}
#header_follow #gKensaku2 {
 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;
}
#header_follow .danballA {
	width: 120px;
	height: 80px;
	box-shadow: 1px 1px 3px rgb(0,0,0,0.3);
	border-radius: 5px;
	position: relative;
}
/*マウスオーバーメニュー(.sub_menu)
===============================*/
.sub_menu {
 width: 100%;
 position: absolute;
 top: 220px;
 z-index: 100;
}
.sub_menu a {
 color: #53392B;
 font-size: 15px;
 display: block;
}
.sub_menu a:hover {
 opacity: 0.5px;
}
#category1_menuBox, #danballA_menuBox {
 width: 1220px;
 margin: 0 auto;
 padding: 30px 30px;
 z-index: 100;
 background: #fff;
 box-shadow: 0 0 10px 0px #c4c4c4;
 border-radius: 8px;
	display: none;
}
.dlBox {
	display: flex;
	justify-content: space-between;
}
.dlBox dl {
 width: 380px;
}
.dlBox dt {
 padding-bottom: 5px;
 font-size: 18px;
 font-weight: bold;
 border-bottom: 2px solid #DBBD94;
	position: relative;
}
.dlBox dd {
 padding: 10px 0 0 130px;
	height: 120px;
}
#category1_menuBox dl:nth-child(1) dd {
	background: url(/imgs/common/nav-menu-a.jpg) no-repeat;
	background-position: 0 10px;
}
#category1_menuBox dl:nth-child(2) dd {
	background: url(/imgs/common/nav-menu-bn.jpg) no-repeat;
	background-position: 0 10px;
}
#category1_menuBox dl:nth-child(3) dd {
	background: url(/imgs/common/nav-menu-p.jpg) no-repeat;
	background-position: 0 10px;
}
#danballA_menuBox .dlBox dl:nth-child(1) dd {
	background: url(/imgs/common/nav-menu-search.jpg) no-repeat;
	background-position: 0 10px;
}
#danballA_menuBox dl:nth-child(2) dd {
	background: url(/imgs/common/nav-menu-sample.jpg) no-repeat;
	background-position: 0 10px;
}
#danballA_menuBox dl:nth-child(3) dd {
	background: url(/imgs/common/nav-menu-discount.jpg) no-repeat;
	background-position: 0 10px;
}
#danballA_menuBox > dl {
	background-color: #F2ECDB;
	padding: 20px;
	display: flex;
	margin-bottom: 30px;
	border-radius: 5px;
}
#danballA_menuBox > dl dt {
	position: relative;
	padding: 3px 0 0 120px;
	margin: 10px 20px 0 0 ;
	line-height: 36px;
}
#danballA_menuBox > dl dt img {
	width: 120px;
	position: absolute;
	top: 0;
	left: 0;
}
#danballA_menuBox .dlBox dt::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: 0;
	bottom: 5px;
}

/*#sidenavi
===============================*/
#sidenavi {
 position: fixed;
 bottom: 80px;
 right: 20px;
 display: none;
 z-index: 20;
}
#sidenavi img {
 width: 90px;
 height: auto;
}
.page_top {
 margin-top: 5px;
}
.page_top a {
 display: block;
 margin: auto;
 width: 70px;
 height: 70px;
 background-color: #53392B;
 border-radius: 60px;
}
.page_top span {
 position: relative;
 display: block;
 padding-top: 100%;
 height: 0;
 overflow: hidden;
}
#sidenavi .page_top span:before {
 display: block;
 content: '';
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 margin: auto;
 width: 30px;
 height: 30px;
 background-image: url(/imgs/common/icon-arrow_white.svg);
 background-repeat: no-repeat;
 background-position: center 0;
 background-size: 32px auto;
 background-size: 16px auto;
 -webkit-transform: rotate(-90deg);
 transform: rotate(-90deg);
}
#nav_member {
 width: 90px;
 font-weight: bold;
 text-align: center;
}
.nav_point {
 display: none;
}
/*footer
===============================*/
footer {
 margin: 130px 0 0 0;
 min-width: 1300px;
}
/*#footer_other
===============================*/
#footer_other {
 width: 1120px;
 margin: 0 auto;
 padding: 42px 0;
}
#footer_other #footer_logo li {
 margin-left: 20px;
}
#footer_other .text {
 color: #53392B;
 font-size: 14px;
 margin: 0 0 0 30px;
}
#footer_other .title {
 display: block;
 margin-bottom: 12px;
 font-size: 16px;
 font-size: 1rem;
 line-height: 1;
 font-weight: bold;
}
#footer_other #footer_logo li, .text {
 float: left;
}
.tel + .fax {
	margin-left: 20px;
}
/*#footer_sns
===============================*/
#footer_sns {
 margin-left: 50px;
 float: left;
}
#footer_sns li + li {
 margin-left: 10px;
}
#footer_sns li {
 float: left;
	width: 40px;
	height: 40px;
}
#footer_sns li img {
	width: 40px;
	height: 40px;
}
/*#footer_contents
===============================*/
#footer_contents {
 margin: 0 auto;
 max-width: 1300px;
}
/*#footer_info
===============================*/
#footer_info {
 margin-bottom: 60px;
 width: 1300px;
}
#footer_info div {
 float: left;
}
.facebook.pc {
 height: 240px;
 overflow: hidden;
 border: 1px #F5F5F5 solid;
}
#footer_info .access {
 width: 310px;
}
#footer_info .access ul {
 margin-bottom: 25px;
}
#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: 14px;
 line-height: 1.7;
}
#footer_info .access .title span {
 font-weight: bold;
}
#footer_info .calendar {
 width: 460px;
}
#footer_info .calendar h2 {
 margin-bottom: 6px;
 padding-bottom: 0;
 padding-left: 0;
 font-size: 18px;
 font-weight: bold;
 background: none;
 border-bottom: none;
}
#footer_info .access + .calendar {
 margin-left: 37px;
}
#top #footer_info .access + .calendar {
 margin-left: 55px;
}
#footer_info .calendar dt {
 margin-bottom: 0;
 padding: 4px 5px;
 min-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: 14px;
 margin-bottom: 10px;
}
#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: 14px;
 font-weight: bold;
 background-color: #53392B;
}
#footer_info .calendar tbody td:first-child {
 color: #E23619;
}
#footer_info .calendar ul li {
 min-width: 220px;
 float: left;
}
#footer_info .calendar ul li + li {
 margin-left: 20px;
}
#footer_info .youtube {
 width: 413px;
}
.movie iframe {
 width: 413px;
 height: 240px;
}
#footer_info .calendar + .youtube {
 margin-left: 60px;
}
#footer_info .youtube .movie {
 position: relative;
 width: 100%;
 margin: 0 auto;
}
#footer_info .youtube + .facebook {
 margin: 0 0 0 37px;
}
#footer_sub li a {
 width: 153px;
 background: #F2ECDB;
 height: 35px;
 display: block;
 color: #53392B;
 text-align: center;
 padding: 50px 0 20px 0;
 border-radius: 5px;
}
#footer_sub li {
 float: left;
 position: relative;
}
#footer_sub li + li {
 margin: 0 0 0 5px;
}
#footer_sub li:before {
 display: block;
 content: '';
 position: absolute;
 top: 10px;
 left: 55px;
 width: 38px;
 height: 38px;
}
#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 {
 margin-right: 60px;
 width: 1300px;
 margin: 0 auto;
}
#footer_about li + li {
 margin-top: 5px;
}
#footer_about dl {
 float: left;
 width: 393px;
 margin-right: 60px;
}
#footer_about dl + dl {
 position: relative;
}
#footer_about dl + dl:before {
 display: block;
 content: '';
 position: absolute;
 top: 0;
 left: -30px;
 bottom: 0;
 width: 1px;
 height: 90%;
 margin: auto;
 background-color: #DBBD94;
}
#footer_about dl:nth-child(3n) {
 margin-right: 0;
}
#footer_about span {
 display: inline-block;
 margin-bottom: 5px;
 padding: 3px 10px;
 color: #fff;
 font-size: 12px;
 font-weight: bold;
 background-color: #53392B;
 border-radius: 3px;
}
#footer_about a {
 text-decoration: underline;
}
/*#footer_banner
===============================*/
#footer_banner {
 margin-bottom: 70px;
 width: 430px;
 margin-left: 63px;
}
#footer_banner div {
 float: left;
}
#footer_banner div + div {
 margin-top: 30px;
}
/*#footer_contact
===============================*/
#footer_contact {
 margin: 55px 0;
 width: 1300px;
}
#footer_contact div {
 padding: 20px;
 text-align: center;
 background-color: #FAF7EF;
 border-radius: 5px;
 float: left;
 height: 60px;
 width: 370px;
}
#footer_contact .text-small {
 display: inline-block;
 font-size: 13px;
 position: relative;
 top: -7px;
	color: #53392B;
}
#footer_contact div + div {
 margin-left: 35px;
}
#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: 28px;
	font-weight: bold;
	color: #53392B;
	padding: 15px 0 5px 50px;
}
#tel3 a {
	font-size: 28px;
	font-weight: bold;
	color: #53392B;
}
#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: 8px;
}
#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: 55px 0;
 background-color: #FAF7EF;
}
#footer_sitemap * {
 color: #53392B;
 text-decoration: none;
}
#footer_sitemap .sitemap_title {
 margin-bottom: 25px;
 font-size: 16px;
 line-height: 1;
 font-weight: bold;
 padding: 0 0 0 80px;
}
.sitemap_box {
 margin: 0 auto;
 width: 1180px;
}
.sitemap {
 float: left;
 width: 390px;
}
.sitemap li {
 font-size: 13px;
 line-height: 2;
 padding: 0 0 0 80px;
	position: relative;
}
.row2 {
 margin: 42px 0 0 0;
}
.row1 {
 width: 210px;
}
.sitemap_box .other_page {
	text-indent: 20px;
}
.sitemap_box .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;
	left: 80px;
	top: 5px;
}
/*#footer_bottom
===============================*/
#footer_bottom {
 padding: 30px 0;
 text-align: center;
 background-color: #53392B;
}
#footer_bottom * {
 color: #fff;
}
#footer_bottom p#copyright {
 text-align: center;
}
#footer_bottom ul {
 margin: 0 auto;
 width: 600px;
}
#footer_bottom li {
 padding: 0 13px;
 float: left;
 font-size: 13px;
}
/*#footer_other(省略版) 
===============================*/
#footer_other.short {
 width: 1300px;
}
#footer_other.short .calendar {
 width: 460px;
 float: right;
 margin: -7px 0 0 0;
}
#footer_other.short .calendar h2 {
 padding-bottom: 0;
 padding-left: 0;
 font-size: 18px;
 font-weight: bold;
 border-bottom: none;
}
#footer_other.short .calendar dt {
 margin-bottom: 0;
 padding: 4px 5px;
 min-width: 64px;
 color: #fff;
 font-size: 12px;
 text-align: center;
 background-color: #53392B;
 border-radius: 3px;
 line-height: 1;
 float: left;
 margin: 2px 10px 0 0;
}
#footer_other.short .calendar dd {
 color: #333;
 font-size: 14px;
 margin-bottom: 10px;
}
/* ログイン・ログアウト
===================================*/
.display_none {
 display: none;
}
/*main
===============================*/
main {
 display: block;
 margin: 230px auto 0;
}
#contents, .contents {
 margin: 20px auto 0;
 width: 1300px;
}
h2 {
 margin: 0 0 25px;
 padding: 0 0 5px 0px;
 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;
}
.section {
 margin-top: 50px;
}
.red {
 color: #E23619;
}
/*.pan
===============================*/
#panBox {
 margin: 0 auto;
 width: 1300px;
}
#panBox li {
 padding: 0 15px 0 0;
 float: left;
 font-size: 13px;
 position: relative;
}
#panBox li + li {
 padding: 0 15px 0 10px;
}
#panBox li#pan_top {
 padding: 0 15px 0 0;
}
#panBox li a {
 color: #159DD9;
}
#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: 543px;
 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: 570px;
 z-index: 99999;
 box-shadow: 1px 1px 10px #c1c1c1;
 overflow: scroll;
}
#suggest img, #suggest2 img {
 float: left;
 margin-right: 10px;
}
#suggest a, #suggest2 a {
 text-decoration: none;
}
#suggest div a img, #suggest2 div a img {
 width: 95px;
 height: 95px;
 object-fit: contain;
}
#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-weight: bold;
 color: #53392B;
}
.item_icon_mail {
 background: #CC0000;
 color: #fff;
 font-weight: bold;
 padding: 2px 3px;
 width: 61px;
 text-align: center;
 position: absolute;
 left: 151px;
}
.item_icon50 {
 background: #80AF19;
 color: #fff;
 font-weight: bold;
 padding: 2px 3px;
 width: 61px;
 text-align: center;
 position: absolute;
 left: 151px;
}
.item_icon60 {
 background: #45AC41;
 color: #fff;
 font-weight: bold;
 padding: 2px 3px;
 width: 61px;
 text-align: center;
 position: absolute;
 left: 151px;
}
.item_icon80 {
 background: #159DD9;
 color: #fff;
 font-weight: bold;
 padding: 2px 3px;
 width: 61px;
 text-align: center;
 position: absolute;
 left: 151px;
}
.item_icon100 {
 background: #2878D6;
 color: #fff;
 font-weight: bold;
 padding: 2px 3px;
 width: 61px;
 text-align: center;
 position: absolute;
 left: 151px;
}
.item_icon120 {
 background: #7152C6;
 color: #fff;
 font-weight: bold;
 padding: 2px 3px;
 width: 61px;
 text-align: center;
 position: absolute;
 left: 151px;
}
.item_icon140 {
 background: #EF6FAC;
 color: #fff;
 font-weight: bold;
 padding: 2px 3px;
 width: 61px;
 text-align: center;
 position: absolute;
 left: 151px;
}
.item_icon160 {
 background: #E03D3D;
 color: #fff;
 font-weight: bold;
 padding: 2px 3px;
 width: 61px;
 text-align: center;
 position: absolute;
 left: 151px;
}
.item_icon170 {
 background: #EA611C;
 color: #fff;
 font-weight: bold;
 padding: 2px 3px;
 width: 61px;
 text-align: center;
 position: absolute;
 left: 151px;
}
.item_icon180 {
 background: #E2A317;
 color: #fff;
 font-weight: bold;
 padding: 2px 3px;
 width: 61px;
 text-align: center;
 position: absolute;
 left: 151px;
}
.item_iconsoku {
 border: solid #c64444 2px;
 color: #c64444;
 background: #fff;
 font-weight: bold;
 padding: 0px 1px;
 position: absolute;
 left: 218px;
}
.item_price {
 float: right;
 font-size: 18px;
 color: #E23619;
}
.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: 158px;
 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;
}
.product_size span {
 font-size: 12px;
}
.product_size2 {
 top: 145px;
 right: 15px;
 width: 78px;
 height: 42px;
 background-repeat: no-repeat;
 background-position: center 0;
 border-radius: 4px;
 display: block;
 position: absolute;
}
.size-60 {
 background-image: url(/imgs/common/icon-size60_s_g.png);
}
.size-70 {
 background-image: url(/imgs/common/icon-size70_s_g.png);
}
.size-80 {
 background-image: url(/imgs/common/icon-size80_s_g.png);
}
.size-100 {
 background-image: url(/imgs/common/icon-size100_s_g.png);
}
.size-120 {
 background-image: url(/imgs/common/icon-size120_s_g.png);
}
.size-130 {
 background-image: url(/imgs/common/icon-size130_s_g.png);
}
.size-140 {
 background-image: url(/imgs/common/icon-size140_s_g.png);
}
.size-160 {
 background-image: url(/imgs/common/icon-size160_s_g.png);
}
.size-170 {
 background-image: url(/imgs/common/icon-size170_s_g.png);
}
.size-180 {
 background-image: url(/imgs/common/icon-size180_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);
 background-size: cover;
}
.size-31 {
 background-image: url(/imgs/common/icon-mail_nekodm.png);
 background-size: cover;
}
.size-15 {
 background-image: url(/imgs/common/icon-mail_hikyakuyu.png);
 background-size: cover;
}
.size-32 {
 background-image: url(/imgs/common/icon-mail_hikyakumail.png);
 background-size: cover;
}
.size-14 {
 background-image: url(/imgs/common/icon-mail_kuriposu.png);
 background-size: cover;
}
.size-35 {
 background-image: url(/imgs/common/icon-mail_yupake.png);
 background-size: cover;
}
.size-34 {
 background-image: url(/imgs/common/icon-mail_yumail.png);
 background-size: cover;
}
.size-33 {
 background-image: url(/imgs/common/icon-mail_teikeigai.png);
 background-size: cover;
}
.size-yuyumerukari {
 background-image: url(/imgs/common/icon-mail_yuyumerukari.png);
 background-size: cover;
}
.size-rakumerukari {
 background-image: url(/imgs/common/icon-mail_rakumerukari.png);
 background-size: cover;
}
/*外寸無し宅配サイズアイコン
===============================*/
.size-60.no-gsanp {
 background-image: url(/imgs/common/icon-size60_s.png);
}
.size-70.no-gsanp {
 background-image: url(/imgs/common/icon-size70_s.png);
}
.size-80.no-gsanp {
 background-image: url(/imgs/common/icon-size80_s.png);
}
.size-100.no-gsanp {
 background-image: url(/imgs/common/icon-size100_s.png);
}
.size-120.no-gsanp {
 background-image: url(/imgs/common/icon-size120_s.png);
}
.size-130.no-gsanp {
 background-image: url(/imgs/common/icon-size130_s.png);
}
.size-140.no-gsanp {
 background-image: url(/imgs/common/icon-size140_s.png);
}
.size-160.no-gsanp {
 background-image: url(/imgs/common/icon-size160_s.png);
}
.size-170.no-gsanp {
 background-image: url(/imgs/common/icon-size170_s.png);
}
.size-180.no-gsanp {
 background-image: url(/imgs/common/icon-size180_s.png);
}
.size-mail.no-gsanp {
 background-image: url(/imgs/common/icon-sizemail_s.png);
}
/*王冠アイコン
===============================*/
.product_rank {
 top: -18px;
 right: 63px;
 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 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-favorite_on.png);
 background-size: cover;
}
.product_favorite button.mylistOFF {
 background: url(/imgs/common/icon-favorite_off.png);
 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;
 }
}
/*商品一覧(ブロック)
===============================*/
.product_box {
 position: relative;
 width: 200px;
 float: left;
}
.product_id {
 top: 0px;
 left: 0px;
 right: auto;
 padding: 3px 5px;
 color: #333;
 font-size: 12px;
 font-weight: bold;
 line-height: 1;
 border: 1px solid #333;
 border-radius: 4px;
 position: absolute;
 background: #fff;
}
.product_icon {
 display: inline-block;
 font-size: 12px;
 font-weight: bold;
 color: #53392B;
 overflow: hidden;
 clear: both;
}
.product_icon li {
 float: left;
 padding: 5px;
 min-width: 35px;
 text-align: center;
 line-height: 1;
 font-size: 13px;
 background-color: #FAF7EF;
 border: 1px solid #C4C4C4;
}
.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: 14px;
 color: #333;
 line-height: 1.7;
 width: 200px;
 height: 45px;
 overflow: hidden;
}
.product_box h3 {
 font-size: 14px;
 color: #333;
 line-height: 1.7;
 width: 200px;
 height: 48px;
 overflow: hidden;
 background: none;
 font-weight: normal;
}
.product_innersize {
 color: #53392B;
 font-size: 16px;
 font-weight: bold;
}
.product_price {
 color: #E23619;
 font-size: 16px;
 font-weight: bold;
 display: block;
}
.product_price span.small {
 font-size: 15px;
}
.product_price span {
 font-size: 20px;
 font-weight: bold;
}
.product_textsize + .product_price {
 margin-top: 10px;
}
.product_other {
 margin-top: 10px;
}
.sort select.cart_select {
 width: 85px;
}
.sort select {
 width: 285px;
 position: relative;
 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;
}
.small_button input {
 padding: 7px 15px;
 width: 135px;
 font-size: 14px;
}
.with_cart .add_arrow:after {
 display: block;
 content: '';
 position: absolute;
 top: 0;
 right: 5px;
}
.product_innersize .depth {
 font-size: 13px;
}
.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: 14px;
 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: 500px;
 padding: 14px 0;
 border-radius: 5px;
 text-align: center;
 cursor: pointer;
}
.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;
}
/*矢印関係
===============================*/
/*上向き茶　矢印*/
.up_arrow {
 position: relative;
}
.up_arrow:after {
 display: block;
 content: '';
 position: absolute;
 top: 0;
 right: 5px;
 bottom: 0;
 width: 10px;
 height: 10px;
 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;
}
/*右向き白　矢印*/
.add_arrow: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(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: 12px;
 height: 12px;
 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: 94px;
 bottom: 0;
 width: 14px;
 height: 25px;
 z-index: 1;
 right: -22px;
}
.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: 10px;
 height: 10px;
 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: 94px;
 bottom: 0;
 width: 14px;
 height: 25px;
 z-index: 1;
 left: -22px;
}
.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
======================================*/
#overBox {
 border: none;
 background: none;
 margin-bottom: 15px;
 border-radius: 8px;
 padding: 4px 0px 15px;
 width: 1300px;
 margin: 0 auto;
}
#printBox1 {
 width: 625px;
 height: 145px;
 float: left;
 border: solid 2px #cfcfcf;
 border-radius: 5px;
 padding: 5px;
 margin-right: 10px;
 background: url(/imgs/common/image-printBox1.jpg)no-repeat;
 background-size: 625px;
 background-position: 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: 36px 0 0px;
 border: none;
}
#printBox1 p {
 text-align: center;
 margin-top: 10px;
}
#printBox:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}
div#printBox p#printLink {
 background: none;
 width: 625px;
 height: 145px;
 position: absolute;
 top: 0;
 left: 0;
}
#printBox p#printLink:hover {
 opacity: 0.8;
}
#printBox p#printLink a {
 position: absolute;
 right: 5px;
 bottom: 3px;
 background: rgba(255, 255, 255, 0.7);
 text-decoration: underline;
}
#printBox2 {
 position: relative;
 width: 625px;
 height: 145px;
 float: left;
 border: solid 2px #cfcfcf;
 border-radius: 5px;
 padding: 5px;
 margin-left: 10px;
 background: url(/imgs/common/image-printBox2.jpg)no-repeat;
 background-position: top 0 right 0;
}
div#printBox2 h2 {
 margin: 0;
 padding: 7px 0 2px 7px;
 font-size: 21px;
 font-weight: bold;
 border: none;
}
#printBox2 .a_title {
 font-size: 14px;
 position: absolute;
 bottom: 30px;
 margin: 5px 0 -5px 8px;
 margin-bottom: -4px;
}
#printBox2 h3 {
 padding: 2px;
 margin-left: 6px;
 font-size: 14px;
 color: #666;
 font-weight: normal;
 position: absolute;
 bottom: 2px;
}
#printBox2 .a_float {
 margin-left: 7px;
 margin-top: 0px;
 margin-bottom: 5px;
 display: flex;
}
#printBox2 .a_float p {
 background: #2878D6;
 color: #fff;
 font-weight: bold;
 padding: 3px 0;
 border-radius: 5px;
 width: 85px;
 text-align: center;
}
#printBox2 .a_float p + p {
 margin-left: 5px;
}
div#printBox2 h4 {
 margin-left: 8px;
 color: #E23619;
 font-size: 15px;
 font-weight: bold;
}
div#printBox2 h4 span {
 font-size: 24px;
 font-weight: bold;
}
#printBox2 p#printLink2 {
 position: absolute;
 right: 10px;
 bottom: 10px;
 background: rgba(255, 255, 255, 0.8);
 padding: 5px;
 margin-left: 5px;
 text-decoration: underline;
}
#HitokotoBox {
 margin-top: 50px;
}
#HitokotoBox li + li {
 margin-left: 20px;
}
#HitokotoBox li {
 border: solid 2px #cfcfcf;
 border-radius: 5px;
 width: 285px;
 float: left;
 padding: 10px;
}
#HitokotoBox li h3 {
 background-repeat: no-repeat;
 height: 60px;
 padding-top: 35px;
 margin: 0;
 padding-left: 105px;
 background-color: #fff;
 background-size: 90px;
}
#HitokotoBox li h3 span {
 font-weight: bold;
}
#HitokotoBox li p {
 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);
}
/* ページ内カート
===================================*/
#innerCart {
 width: 635px;
 background: #fff;
 border: 5px #FB8700 solid;
 position: absolute;
 z-index: 10;
 top: 90px;
 right: 0px;
 box-shadow: 2px 2px 8px #333;
 display: none;
}
#innerCart h3 {
 background: #FB8700;
 color: #fff;
 font-size: 14px;
 line-height: 1.2;
 padding: 2px 0 5px 5px;
 position: relative;
}
#innerCartCloseBtn {
 background: #eee;
 display: block;
 color: #333;
 line-height: 1;
 padding: 5px 8px;
 border: #999 1px solid;
 font-size: 32px;
 position: absolute;
 right: -15px;
 top: -15px;
 border-radius: 5px;
 cursor: pointer;
 z-index: 1;
}
#innerCartBox .soryo-bar-max {
 width: 100px;
 height: 27px;
 border: 1px #ccc solid;
 position: absolute;
 left: 0;
 top: 32px;
}
#innerCartBox {
 max-height: 350px;
 overflow: auto;
 background: #fff url(../img/2017-top-loading.gif) no-repeat center top;
}
#innerCartBox table {
 width: 100%;
 min-height: 120px;
 background: #fff;
}
#innerCart #cartIn {
 background: #FEFBF1;
}
#innerCart #cartIn .innerID {
 background: #FEFBF1;
}
#innerCart table {
 width: 100%;
 background: #fff;
 border-collapse: collapse;
 border-spacing: 0;
}
#innerCart img {
 width: 60px;
 height: 60px;
 display: block;
 margin: 5px 0 0 5px;
}
.innerID {
 top: -56px;
 left: 68px;
 padding: 3px 5px;
 color: #333;
 font-size: 12px;
 font-weight: bold;
 line-height: 1;
 border-radius: 4px;
 position: relative;
 background: #fff;
 text-align: left;
 display: block;
 width: 200px;
 float: left;
}
#innerCart .innerTitle {
 margin: -53px 0 0 69px;
 display: block;
 float: left;
 width: 180px;
 text-align: left;
}
#innerCart th, #innerCart td {
 padding: 0;
 border-bottom: 1px #999 dashed;
 position: relative;
}
#innerCart th {
 width: 230px;
 padding: 0 10px 0 0;
}
#innerCart td {
 padding: 5px 0 0px 0;
 border-bottom: 1px #999 dashed;
}
#innerCart td a {
 width: 154px;
 min-height: 60px;
 display: block;
 float: left;
 padding: 0 0 0px;
 font-size: 14px;
 text-decoration: underline;
 margin: 32px 5px 0 -165px;
}
#innerCart .lot {
 display: block;
 font-size: 14px;
 width: 80px;
 margin: 0px -22px 0 22px;
}
#innerCart .price {
 font-size: 14px;
 font-weight: bold;
 color: #513d28;
 display: block;
 width: 80px;
 margin: 0px -22px 0 22px;
}
#innerCart .soryo-img {
 margin: -77px 0px 0 134px;
}
.deleteBtn {
 width: 40px;
 height: 40px;
 line-height: 40px;
 text-align: center;
 border-radius: 8px;
 cursor: pointer;
 position: absolute;
 left: -350px;
 top: 54px;
 font-size: 12px;
 text-decoration: underline;
}
#innerCartGokei {
 font-size: 18px;
 font-weight: bold;
 line-height: 2;
 color: #513d28;
}
#innerCartGokeiBox {
 border-top: 5px #ccc solid;
 font-size: 14px;
}
#innerCartGokeiBox th {
 text-align: left;
 padding: 5px 10px;
 font-weight: normal;
 width: 410px;
}
#innerCartGokeiBox #innerCartGokei th, #innerCartGokeiBox #innerCartGokei td {
 font-size: 20px;
 font-weight: bold;
 line-height: 2;
 color: #513d28;
}
#innerCartGokeiBox td {
 text-align: right;
 padding: 5px 10px;
 font-size: 18px;
}
#innerCartBox .soryo-detail {
 font-size: 14px;
 width: 127px;
}
#innerCartGokeiBox select {
 font-size: 90%;
 height: 24px;
 margin: 0 7px 0 2px;
}
#innerCart p {
 padding: 5px;
 position: relative;
 height: 65px;
}
#innerCartClose {
 display: inline-block;
 border: 1px #999 solid;
 border-radius: 8px;
 padding: 10px;
 cursor: pointer;
 margin: 0 0 0 270px;
}
#innerCart #innerCartSubmit {
 padding: 10px 15px;
 border-radius: 8px;
 background: transparent linear-gradient(180deg, #FFD750 0%, #FB8700 100%) 0% 0% no-repeat padding-box;
 border: 1px solid #D59416;
 color: #FFF;
 font-size: 16px;
 margin: 10px 10px 10px 20px;
 cursor: pointer;
}
#innerCart:after {
 content: "";
 display: block;
 width: 0;
 height: 0;
 border-left: 30px transparent solid;
 border-right: 30px transparent solid;
 border-bottom: 30px #FB8700 solid;
 position: absolute;
 right: 10px;
 top: -35px;
}
#innerCart.contentBtn:after {
 content: "";
 display: block;
 width: 0;
 height: 0;
 border-left: 30px transparent solid;
 border-right: 30px transparent solid;
 border-top: 30px #FB8700 solid;
 position: absolute;
 left: 235px;
 bottom: -35px;
}
.soryo-bar-max {
 width: 100px;
 height: 27px;
 border: 1px #ccc solid;
 position: absolute;
 left: 0;
 top: 20px;
}
.soryo-bar {
 display: block;
 height: 27px;
 width: 20px;
 position: absolute;
 left: 0;
 font-family: "Arial Black";
 text-align: center;
 line-height: 26px;
 background: #AE8459;
 color: #f0d68e;
}
/*個人の場合の送料
=======================================*/
#innerCartGokeiBox .link {
 text-decoration: underline;
 display: block;
 color: #159DD9;
 height: auto;
 font-weight: bold;
 font-size: 13px;
}
#innerCartGokeiBox input#individual {
 display: none;
}
#innerCartGokeiBox .message_box {
 height: 0;
 padding: 0;
 overflow: hidden;
 opacity: 0;
 transition: 0.8s;
}
#innerCartGokeiBox input#individual:checked ~ .message_box {
 height: auto;
 opacity: 1;
}
#innerCartGokeiBox .message_box {
 padding: 5px;
 background: #FFEEF1;
 font-size: 14px;
 border-radius: 3px;
}
/*モーダルの宅配サイズアイコン
===================================*/
#modal_cart #photoBox .size-60 {
 background-image: url(/imgs/common/icon-size60_g.png);
}
#modal_cart #photoBox .size-70 {
 background-image: url(/imgs/common/icon-size70_g.png);
}
#modal_cart #photoBox .size-80 {
 background-image: url(/imgs/common/icon-size80_g.png);
}
#modal_cart #photoBox .size-100 {
 background-image: url(/imgs/common/icon-size100_g.png);
}
#modal_cart #photoBox .size-120 {
 background-image: url(/imgs/common/icon-size120_g.png);
}
#modal_cart #photoBox .size-130 {
 background-image: url(/imgs/common/icon-size130_g.png);
}
#modal_cart #photoBox .size-140 {
 background-image: url(/imgs/common/icon-size140_g.png);
}
#modal_cart #photoBox .size-160 {
 background-image: url(/imgs/common/icon-size160_g.png);
}
#modal_cart #photoBox .size-170 {
 background-image: url(/imgs/common/icon-size170_g.png);
}
#modal_cart #photoBox .size-180 {
 background-image: url(/imgs/common/icon-size180_g.png);
}
#modal_cart #photoBox .size-mail {
 background-image: url(/imgs/common/icon-sizemail_g.png);
}
/*モーダルの外寸無し宅配サイズアイコン
===============================*/
#modal_cart #photoBox .size-60.no-gsanp {
 background-image: url(/imgs/common/icon-size60.png);
}
#modal_cart #photoBox .size-70.no-gsanp {
 background-image: url(/imgs/common/icon-size70.png);
}
#modal_cart #photoBox .size-80.no-gsanp {
 background-image: url(/imgs/common/icon-size80.png);
}
#modal_cart #photoBox .size-100.no-gsanp {
 background-image: url(/imgs/common/icon-size100.png);
}
#modal_cart #photoBox .size-120.no-gsanp {
 background-image: url(/imgs/common/icon-size120.png);
}
#modal_cart #photoBox .size-130.no-gsanp {
 background-image: url(/imgs/common/icon-size130.png);
}
#modal_cart #photoBox .size-140.no-gsanp {
 background-image: url(/imgs/common/icon-size140.png);
}
#modal_cart #photoBox .size-160.no-gsanp {
 background-image: url(/imgs/common/icon-size160.png);
}
#modal_cart #photoBox .size-170.no-gsanp {
 background-image: url(/imgs/common/icon-size170.png);
}
#modal_cart #photoBox .size-180.no-gsanp {
 background-image: url(/imgs/common/icon-size180.png);
}
#modal_cart #photoBox .size-mail.no-gsanp {
 background-image: url(/imgs/common/icon-sizemail.png);
}
/*宅配サイズアイコン
===============================*/
.product_size {
 top: 158px;
 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;
}
.product_size span {
 font-size: 12px;
}
.product_size2 {
 top: 145px;
 right: 15px;
 width: 78px;
 height: 42px;
 background-repeat: no-repeat;
 background-position: center 0;
 border-radius: 4px;
 display: block;
 position: absolute;
}
.size-60 {
 background-image: url(/imgs/common/icon-size60_s_g.png);
}
.size-70 {
 background-image: url(/imgs/common/icon-size70_s_g.png);
}
.size-80 {
 background-image: url(/imgs/common/icon-size80_s_g.png);
}
.size-100 {
 background-image: url(/imgs/common/icon-size100_s_g.png);
}
.size-120 {
 background-image: url(/imgs/common/icon-size120_s_g.png);
}
.size-130 {
 background-image: url(/imgs/common/icon-size130_s_g.png);
}
.size-140 {
 background-image: url(/imgs/common/icon-size140_s_g.png);
}
.size-160 {
 background-image: url(/imgs/common/icon-size160_s_g.png);
}
.size-170 {
 background-image: url(/imgs/common/icon-size170_s_g.png);
}
.size-180 {
 background-image: url(/imgs/common/icon-size180_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);
 background-size: cover;
}
.size-31 {
 background-image: url(/imgs/common/icon-mail_nekodm.png);
 background-size: cover;
}
.size-15 {
 background-image: url(/imgs/common/icon-mail_hikyakuyu.png);
 background-size: cover;
}
.size-32 {
 background-image: url(/imgs/common/icon-mail_hikyakumail.png);
 background-size: cover;
}
.size-14 {
 background-image: url(/imgs/common/icon-mail_kuriposu.png);
 background-size: cover;
}
.size-35 {
 background-image: url(/imgs/common/icon-mail_yupake.png);
 background-size: cover;
}
.size-34 {
 background-image: url(/imgs/common/icon-mail_yumail.png);
 background-size: cover;
}
.size-33 {
 background-image: url(/imgs/common/icon-mail_teikeigai.png);
 background-size: cover;
}
.size-yuyumerukari {
 background-image: url(/imgs/common/icon-mail_yuyumerukari.png);
 background-size: cover;
}
.size-rakumerukari {
 background-image: url(/imgs/common/icon-mail_rakumerukari.png);
 background-size: cover;
}