@charset "UTF-8";
/* CSS Document */


/*	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	behavior: url("/css/PIE.htc");*/




/*top*/
#slider_box {
	padding-bottom:100px;
}
.top_about {
	position:relative;
	margin-bottom:120px;
}
.top_about:before {
	position: absolute;
	top:0;
	left:0;
	z-index:-1;
	width:50%;
	height:calc(100% + 20px);
	background:#ffe9f2;
	display:block;
	content:'';
}
.top_about .box {
	position:relative;
	width:1000px;
	margin:0 auto;
}
.top_about .box:before {
	position: absolute;
	top:0;
	left:0;
	z-index:-1;
	width:calc(100% - 70px);
	height:calc(100% + 20px);
	background:#ffe9f2;
	display:block;
	content:'';
}
.top_about .box:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
.top_about .box .img {
	position:relative;
	top:-20px;
	margin-bottom:-20px;
	float:right;
	width:530px;
}
.top_about .box .box_l {
	float:left;
	padding:35px 0 0;
	margin-left:55px;
	font-family: 'Noto Serif JP', serif;
	letter-spacing:.1em;
}
.top_about .box .box_l h3 {
	font-size:3.4rem;
	font-weight:500;
	line-height:1.1;
	letter-spacing:.1em;
	margin-bottom:.6em;
}
.top_about .box .box_l .com {
	font-size:1.4rem;
	margin-bottom:3em;
	width:370px;
}
.top_about .box .box_l .about_btn {
	font-size:1.3rem;
	line-height:1.1;
}
.top_about .box .box_l .about_btn a {
	display:inline-block;
	white-space:nowrap;
	background:#FFF;
	border:solid 1px #000000;
	padding:.7em 1.5em;
	text-decoration:none;
	color:#000;
}
.top_about .box .box_l .about_btn a span {
	position:relative;
	display:block;
}
.top_about .box .box_l .about_btn a span:after {
	font-family: "Font Awesome 5 Free";
	content: "\f0da";
	margin-left:.5em;
}
.top_about .box .box_l .about_btn a:hover {
	background:#000000;
	border:solid 1px #000000;
	color:#FFFFFF;
}
.top_news {
	width:830px;
	margin:0 auto;
	padding-bottom:100px;
	font-family: 'Noto Serif JP', serif;
}
.top_news h3 {
	position:relative;
	line-height:1.1;
	margin-bottom:10px;
	padding-left:90px;
}
.top_news h3:before {
	position:absolute;
	top:-43px;
	left:-6px;
	width:81px;
	height:78px;
	display:block;
	background:url(../img/common/logo_icon.svg) no-repeat center center;
	background-size:cover;
	content:'';
}
.top_news h3 span {
	display:block;
	font-size:3.4rem;
	font-weight:500;
	letter-spacing:.2em;
}
.top_news .box {
	border: solid 1px #000000;
	padding:30px 0 20px;
	height:350px;
	overflow-y:scroll;
	scroll-behavior: smooth;
}
/* スクロールバー本体 */
.top_news .box::-webkit-scrollbar{
width: 10px;
background: #dee2e5;
}
/* 横方向のスクロールバー本体 */
.top_news .box::-webkit-scrollbar:horizontal{
width: 10px;
background: #dee2e5;
}
/* スクロールバーの動く部分 */
.top_news .box::-webkit-scrollbar-thumb{
background: #808080;
border-radius: 2px;
}
/* 横方向のスクロールバーの動く部分 */
.top_news .box::-webkit-scrollbar-thumb:horizontal{
background: #808080;
border-radius: 2px;
}
/* スクロールバーの動く部分の前 */
.top_news .box::-webkit-scrollbar-track-piece:start{
background: #dee2e5;
}
/* スクロールバーの動く部分の後ろ */
.top_news .box::-webkit-scrollbar-track-piece:end{
background: #dee2e5;
}
/* スクロールバー角 */
.top_news .box::-webkit-scrollbar-corner{
background: transparent;
}
.top_news .box section {
	width:670px;
	margin:0 auto;
	margin-bottom:30px;
}
.top_news .box section:last-child {
	margin-bottom:0;
}
.top_news .box section h4 {
	font-size:1.5rem;
	font-weight:700;
	line-height:1.5;
	padding-bottom:.2em;
	margin-bottom:.4em;
	border-bottom: solid 1px #000000;
}
.top_news .box section time {
	display:block;
	font-size:1.2rem;
	margin-bottom:1em;
}
.top_news .box section .box_in {
	font-size:1.2rem;
}





/*about*/
.about .wrap .vi {
	margin-bottom:50px;
}
.about .wrap .catch {
	padding:0 50px 0 15px;
	margin-bottom:130px;
}
.about .wrap .catch h3 {
	font-family: 'Noto Serif JP', serif;
	font-size:2.8rem;
	font-weight:500;
	line-height:1.1;
	margin-bottom:20px;
}
.about .wrap .catch p {
	position:relative;
}
.about .wrap .catch p:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
.about .wrap .catch p span {
	position:relative;
	top:-30px;
	float:right;
	width:180px;
	margin-left:40px;
}
.about .wrap .comment {
	padding:0 50px 0 15px;
}
.about .wrap .comment:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
.about .wrap .comment .box_r {
	position:relative;
	float:right;
	width:400px;
}
.about .wrap .comment .box_r h3 {
	position:absolute;
	top:.5em;
	left:-2.6em;
	font-family: 'Noto Serif JP', serif;
	font-size:3.0rem;
	font-weight:500;
	line-height:1.1;
	white-space:nowrap;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	-o-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	-webkit-text-orientation: upright;
	text-orientation: upright;
}
.about .wrap .comment .box_r h3 span {
	position:absolute;
	top:-1em;
	font-size:3.0rem;
	font-weight:500;
}
.about .wrap .comment .box_r h4 {
	position:absolute;
	top:0;
	left:-9.8em;
	font-family: 'Noto Serif JP', serif;
	font-size:1.6rem;
	font-weight:500;
	line-height:1.7;
	white-space:nowrap;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	-o-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	-webkit-text-orientation: upright;
	text-orientation: upright;
}
.about .wrap .comment .box_r p {
	margin-bottom:1.2em;
}
.about .wrap .comment .box_r p:last-child {
	margin-bottom:0;
}
.about .wrap .comment dl {
	float:left;
	width:145px;
}
.about .wrap .comment dl dt {
	margin-bottom:20px;
}
.about .wrap .comment dl dd span {
	display:block;
	padding-bottom:.5em;
	margin-bottom:.5em;
	border-bottom: solid 1px #000000;
	font-family: 'Noto Serif JP', serif;
	font-size:1.4rem;
}
.about .wrap .comment dl dd em {
	display:block;
	letter-spacing:0;
}



/*privacy*/
.privacy .wrap h3 {
	font-family: 'Noto Serif JP', serif;
	font-size:2.8rem;
	line-height:1.1;
	margin-bottom:.6em;
}
.privacy .wrap .box {
	padding:0 55px;
	counter-reset: number;
}
.privacy .wrap .box p {
	margin-bottom:1.5em;
}
.privacy .wrap .box p:last-child {
	margin-bottom:0;
}
.privacy .wrap .box section {
	margin-bottom:2.5em;
}
.privacy .wrap .box section:last-child {
	margin-bottom:0;
}
.privacy .wrap .box section h4 {
	position:relative;
	font-weight:700;
	padding-left:1.2em;
}
.privacy .wrap .box section:nth-of-type(n+10) h4 {
	padding-left:2.2em;
}
.privacy .wrap .box section h4:before {
	position:absolute;
	left:0;
	counter-increment: number;
	content: counter(number)'.';
}
.privacy .wrap .box section ol {
	margin-bottom:1.5em;
	counter-reset: sub-number;
}
.privacy .wrap .box section ol:last-child {
	margin-bottom:0;
}
.privacy .wrap .box section ol li {
	position:relative;
	padding-left:2em;
}
.privacy .wrap .box section ol li:before {
	position:absolute;
	left:0;
	counter-increment: sub-number;
	content: '（'counter(sub-number)'）';
	text-transform: full-width;
}



/*specified*/
.specified .wrap h3 {
	font-family: 'Noto Serif JP', serif;
	font-size:2.8rem;
	line-height:1.1;
	margin-bottom:.6em;
}
.specified .wrap .box {
	padding:0 55px;
}
.specified .wrap .box dl {
	margin-bottom:2.5em;
}
.specified .wrap .box dl:last-child {
	margin-bottom:0;
}
.specified .wrap .box dl dt {
	font-weight:700;
	margin-bottom:.2em;
}
.specified .wrap .box dl dd span {
	margin:0 .5em;
}



/*guide*/
.guide .wrap article section {
	margin-bottom:50px;
}
.guide .wrap article section:last-child {
	margin-bottom:0;
}
.guide .wrap article h3 {
	font-family: 'Noto Serif JP', serif;
	font-size:2.8rem;
	line-height:1.1;
	border-bottom: solid 3px #83bd3f;
	padding-bottom:.3em;
	margin-bottom:.6em;
}
.guide .wrap article p {
	margin-bottom:1.5em;
}
.guide .wrap article p.img {
	width:400px;
}
.guide .wrap article p:last-child {
	margin-bottom:0;
}
.guide .wrap article .time {
	border: solid 1px #231815;
	padding:.6em .8em;
	margin-bottom:1.5em;
	letter-spacing:.15em;
}
.guide .wrap article .time ul:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
.guide .wrap article .time ul li {
	float:left;
}
.guide .wrap article .time ul li:after {
	content:'・';
}
.guide .wrap article .time ul li:last-child:after {
	display:none;
}
.guide .wrap article .tbl_box:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
.guide .wrap article .tbl_box table {
	float:left;
	width:57%;
	letter-spacing:.1em;
	margin-bottom:20px;
}
.guide .wrap article .tbl_box table:nth-child(even) {
	width:43%;
}
.guide .wrap article .tbl_box table:nth-child(2n+1) {
	clear:both;
}
.guide .wrap article .tbl_box table:nth-last-child(-n+2) {
	margin-bottom:0;
}
.guide .wrap article .tbl_box table thead th {
	width:25%;
	border: solid 1px #332f30;
	background:#dddddd;
	text-align:center;
	padding:.8em 0;
	font-weight:700;
}
.guide .wrap article .tbl_box table thead td {
	border: solid 1px #332f30;
	background:#ecfafb;
	text-align:center;
	padding:.4em 0;
}
.guide .wrap article .tbl_box table thead td:first-child {
	background:#fdf8e5;
}
.guide .wrap article .tbl_box table tbody th ,
.guide .wrap article .tbl_box table tbody td {
	border: solid 1px #332f30;
	text-align:center;
	padding:0;
	vertical-align:middle;
	height:3.5em;
}
.guide .wrap article .tbl_box table tbody th {
	background:#fdf8e5;
	font-weight:700;
}
.guide .wrap article .tbl_box table:nth-child(even) th:first-child ,
.guide .wrap article .tbl_box table:nth-child(even) td:first-child {
	display:none;
}
.guide .wrap article .tbl_box table:nth-child(even) th ,
.guide .wrap article .tbl_box table:nth-child(even) td {
	width:33.3%;
}
.guide .wrap article .tbl_box table:nth-child(even) th:nth-child(2) ,
.guide .wrap article .tbl_box table:nth-child(even) td:nth-child(2) {
	border-left:none;
}
.guide .wrap article .tbl_box table:first-child thead td {
	height:14.9em;
}
.guide .wrap article .tbl_box table:nth-child(3) thead td {
	height:13.15em;
}



/*item*/
.item .vi {
	margin-bottom:50px;
}
.item .catch {
	padding:0 50px 0 15px;
	/*margin-bottom:130px;*/
	margin-bottom:50px;
}
.item .catch:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
.item .catch h3 {
	font-family: 'Noto Serif JP', serif;
	font-size:2.8rem;
	font-weight:500;
	line-height:1.1;
	margin-bottom:20px;
}
.item .catch p {
	position:relative;
}
.item .catch p:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
.item .catch p span {
	position:relative;
	top:-30px;
	float:right;
	width:180px;
	margin-left:40px;
}
.item .shop_comment {
	border: solid 2px #993300;
	padding:20px 25px;
	margin-bottom:80px;
}
.item .shop_comment:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
.item .wrap article .item_list {
	display: flex;
	flex-wrap: wrap;
}
.item .wrap article .item_list section {
	display: flex;
	flex-direction: column;
	width:170px;
	margin-right:30px;
	margin-bottom:40px;
}
.item .wrap article .item_list section:nth-child(3n) {
	margin-right:0;
}
.item .wrap article .item_list section:nth-last-child(1) ,
.item .wrap article .item_list section:nth-last-child(2):nth-child(3n+1) ,
.item .wrap article .item_list section:nth-last-child(2):nth-child(3n+2) ,
.item .wrap article .item_list section:nth-last-child(3):nth-child(3n+1) {
	margin-bottom:0;
}
.item .wrap article .item_list section .img {
	margin-bottom:10px;
}
.item .wrap article .item_list section .img a {
	position:relative;
	display:block;
}
.item .wrap article .item_list section.soldout .img a:before {
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	background:rgba(0,0,0,.7);
	display:block;
	width:100%;
	height:100%;
	content:'';
}
.item .wrap article .item_list section.soldout .img a:after {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
	z-index:5;
	display: inline-block;
	white-space:nowrap;
	color:#FFF;
	font-size:2.0rem;
	font-weight:700;
	content:'SOLD OUT';
}
.item .wrap article .item_list section h3 {
	padding:0 5px;
	font-size:1.3rem;
	font-weight:700;
	line-height:1.5;
}
.item .wrap article .item_list section.soldout h3 a ,
.item .wrap article .item_list section.soldout h3 a:hover {
	color:#999;
}
.item .wrap article .item_list section .price {
	padding:0 5px;
	padding-top:10px;
	margin-top: auto;
	font-size:1.1rem;
}
.item .wrap article .item_detail {
	padding-right:20px;
}
.item .wrap article .item_detail .img_box {
	margin-bottom:15px;
}
.item .wrap article .item_detail .img_box:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
.item .wrap article .item_detail .img_box .slide {
	float:left;
	width:440px;
}
.item .wrap article .item_detail .img_box .thum {
	float:right;
	width:100px;
}
.item .wrap article .item_detail .img_box .thum ol li {
	position:relative;
	margin-bottom:10px;
}
.item .wrap article .item_detail .img_box .thum ol li:before {
	display:none !important;
}
.item .wrap article .item_detail .img_box .thum ol li:after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	opacity: 0.5;
	background: #000;
}
.item .wrap article .item_detail .img_box .thum ol .slick-current li:after {
	opacity: 0;
}
.item .wrap article .item_detail .img_box .thum .slick-vertical .slick-slide {
	border: 0 solid transparent;
}
.item .wrap article .item_detail .img_box .thum .slick-arrow {
	z-index: 999;
	width:100%;
	background:rgba(0,0,0,.2);
	text-align:center;
	transform: translate(0,0);
}
.item .wrap article .item_detail .img_box .thum .slick-prev {
	top: 0;
	bottom: auto;
	left: 0;
	right: 0;
	margin: auto;
}
.item .wrap article .item_detail .img_box .thum .slick-prev:before {
	font-family: 'Noto Serif JP', serif;
	content: "▲";
	font-size:1.6rem;
	line-height:20px;
	text-align:center;
	display:block;
}
.item .wrap article .item_detail .img_box .thum .slick-next {
	top: auto;
	bottom: 10px;
	left: 0;
	right: 0;
	margin: auto;
}
.item .wrap article .item_detail .img_box .thum .slick-next:before {
	font-family: 'Noto Serif JP', serif;
	content: "▼";
	font-size:1.6rem;
	line-height:20px;
	text-align:center;
	display:block;
}
.item .wrap article .item_detail .item_title {
	font-size:1.4rem;
	font-weight:700;
	padding:0 10px;
	margin-bottom:10px;
}
.item .wrap article .item_detail .price {
	font-size:1.1rem;
	padding:0 10px;
	margin-bottom:20px;
}
.item .wrap article .item_detail .ex_box01 {
	padding:0 10px;
	margin-bottom:30px;
}
.item .wrap article .item_detail .ex_box01 p {
	margin-bottom:1.2em;
}
.item .wrap article .item_detail .ex_box01 p:last-child {
	margin-bottom:0;
}
.item .wrap article .item_detail .cart_ex_box {
	margin-bottom:70px;
}
.item .wrap article .item_detail .cart_ex_box:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
.item .wrap article .item_detail .cart_ex_box .ex_box02 {
	float:right;
	width:315px;
	border: solid 1px #acacac;
	padding:10px;
}
.item .wrap article .item_detail .cart_ex_box .ex_box02 h4 {
	font-weight:700;
	margin-bottom:.5em;
}
.item .wrap article .item_detail .cart_ex_box .ex_box02 div p {
	margin-bottom:1.2em;
}
.item .wrap article .item_detail .cart_ex_box .ex_box02 div p:last-child {
	margin-bottom:0;
}
.item .wrap article .item_detail .cart_box {
	float:left;
	width:205px;
	padding:0 0 0 10px;
}
.item .wrap article .item_detail .cart_box .num_box {
	margin-bottom:20px;
}
.item .wrap article .item_detail .cart_box .num_box dl {
	display:table;
	width:100%;
	line-height:1.1;
}
.item .wrap article .item_detail .cart_box .num_box dl dt ,
.item .wrap article .item_detail .cart_box .num_box dl dd {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	width:65px;
}
.item .wrap article .item_detail .cart_box .num_box dl dd {
	width:130px;
}
.item .wrap article .item_detail .cart_box .num_box dl dd ul {
	display:table;
	width:100%;
	height:35px;
	overflow:hidden;
	border: solid 1px #4c4c4c;
	border-radius:.5em;
}
.item .wrap article .item_detail .cart_box .num_box dl dd ul li {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	width:30px;
}
.item .wrap article .item_detail .cart_box .num_box dl dd ul li:nth-child(2) {
	width:calc(100% - (30px * 2));
}
.item .wrap article .item_detail .cart_box .num_box dl dd ul li a {
	position:relative;
	display:block;
	width:100%;
	height:35px;
	background:#c1c1c1;
	text-align:center;
	font-size:1.6rem;
	text-decoration:none;
}
.item .wrap article .item_detail .cart_box .num_box dl dd ul li a span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
	display:inline-block;
}
.item .wrap article .item_detail .cart_box .num_box dl dd ul li input {
	width:100%;
	height:35px;
	line-height:35px;
	padding:0 4px;
	font-size:14px;
	background:#FFFFFF;
	border:none;
	text-align:center;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	outline: 0;
}
.item .wrap article .item_detail .cart_btn {
	margin-bottom:20px;
}
.item .wrap article .item_detail .cart_btn button {
	position:relative;
	background:#f2a73b;
	border:1px solid #f2a73b;
	display:block;
	cursor:pointer;
	color:#000000;
	padding:10px 0;
	text-decoration:none;
	width:100%;
	text-align:center;
	color:#FFF;
	font-size:1.4rem;
	font-weight:700;
	line-height:1.1;
	margin:0;
	text-decoration:none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	outline: 0;
}
.item .wrap article .item_detail .cart_btn button:hover {
	background:#FFFFFF;
	border:1px solid #f2a73b;
	color:#f2a73b;
}
.item .wrap article .item_detail .soldout_com {
	font-size:1.8rem;
	font-weight:700;
	color:#F00;
	margin-bottom:20px;
}
.item .wrap article .item_detail ol li {
	position:relative;
	padding-left:.8em;
	margin-bottom:.2em;
	letter-spacing:0;
}
.item .wrap article .item_detail ol li:last-child {
	margin-bottom:0;
}
.item .wrap article .item_detail ol li:before {
	font-family: "Font Awesome 5 Free";
	content: "\f0da";
	position:absolute;
	left:0;
}
.item .wrap article .item_detail h5 {
	font-size:1.4rem;
	font-weight:700;
	padding:0 10px;
	margin-bottom:10px;
}
.item .wrap article .item_detail .check {
	display: flex;
	flex-wrap: wrap;
}
.item .wrap article .item_detail .check section {
	display: flex;
	flex-direction: column;
	width:23.5%;
	margin-right:2%;
}
.item .wrap article .item_detail .check section:nth-child(4n) {
	margin-right:0;
}
.item .wrap article .item_detail .check section .img {
	margin-bottom:10px;
}
.item .wrap article .item_detail .check section h6 {
	padding:0 5px;
	font-size:1.3rem;
	font-weight:700;
	line-height:1.5;
}
.item .wrap article .item_detail .check section .price {
	padding:0 5px;
	padding-top:10px;
	margin-top: auto;
	font-size:1.1rem;
}
.item .wrap article .item_detail .check section .img a {
	position:relative;
	display:block;
}
.item .wrap article .item_detail .check section.soldout .img a:before {
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	background:rgba(0,0,0,.7);
	display:block;
	width:100%;
	height:100%;
	content:'';
}
.item .wrap article .item_detail .check section.soldout .img a:after {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
	z-index:5;
	display: inline-block;
	white-space:nowrap;
	color:#FFF;
	font-size:1.6rem;
	font-weight:700;
	content:'SOLD OUT';
}
.item .wrap article .item_detail .check section.soldout h6 a ,
.item .wrap article .item_detail .check section.soldout h6 a:hover {
	color:#999;
}



/*contact*/
.contact .vi {
	margin-bottom:50px;
}
.contact .wrap .catch {
	padding:0 50px 0 15px;
	margin-bottom:50px;
}
.contact .wrap .catch h3 {
	font-family: 'Noto Serif JP', serif;
	font-size:2.8rem;
	font-weight:500;
	line-height:1.1;
	margin-bottom:20px;
}
.contact .wrap .form table {
	position:relative;
	width:500px;
	margin:0 auto;
	margin-bottom:70px;
	text-align:center;
}
.contact .wrap .form table:after {
	position: absolute;
	bottom:-35px;
	left:0;
	width:100%;
	height:1px;
	background:#000000;
	display:block;
	content:'';
}
.contact .wrap .form table th {
	width:140px;
	text-align:right;
	vertical-align:middle;
	font-weight:700;
	padding-bottom:20px;
}
.contact .wrap .form table th sup {
	color:#ff0000;
}
.contact .wrap .form table td {
	width:calc(100% - 140px);
	vertical-align:middle;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
}
.contact .wrap .form table tr:last-child th ,
.contact .wrap .form table tr:last-child td {
	padding-bottom:0;
}
.contact .wrap .mw_wp_form_confirm .form table th sup {
	display:none;
}



/*news*/
.news .wrap .box section {
	margin-bottom:30px;
}
.news .wrap .box section:last-child {
	margin-bottom:0;
}
.news .wrap .box section h4 {
	font-size:1.5rem;
	font-weight:700;
	line-height:1.5;
	padding-bottom:.2em;
	margin-bottom:.4em;
	border-bottom: solid 1px #000000;
}
.news .wrap .box section time {
	display:block;
	font-size:1.2rem;
	margin-bottom:1em;
}
.news .wrap .box section .box_in {
	font-size:1.2rem;
}
.news .wrap .prev_next {
	padding-top:40px;
}
.news .wrap .prev_next:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
.news .wrap .prev_next dt {
	float:left;
}
.news .wrap .prev_next dd {
	float:right;
}
.news .wrap .prev_next dt a ,
.news .wrap .prev_next dd a {
	display:inline-block;
	padding:1em 1.5em;
	font-size:1.4rem;
	line-height:1.1;
	border: solid 1px #79b01f;
	color:#79b01f;
	text-decoration:none;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
	transition: .3s;
}
.news .wrap .prev_next dt a:hover ,
.news .wrap .prev_next dd a:hover {
	border: solid 1px #79b01f;
	background:#79b01f;
	color:#FFFFFF;
}




/*1040*/
@media screen and (max-width: 1040px) {
/*top*/
#slider_box {
	padding-bottom:12vw;
}
.top_about {
	margin-bottom:12vw;
}
.top_about:before {
	position: absolute;
	top:0;
	left:0;
	z-index:-1;
	width:50%;
	height:calc(100% + 20px);
	background:#ffe9f2;
	display:block;
	content:'';
}
.top_about .box {
	width:96%;
}
.top_about .box:before {
	position: absolute;
	top:0;
	left:0;
	z-index:-1;
	width:calc(100% - 70px);
	height:calc(100% + 20px);
	background:#ffe9f2;
	display:block;
	content:'';
}
.top_about .box .img {
	position:relative;
	top:-20px;
	margin-bottom:-20px;
	width:50%;
}
.top_about .box .box_l {
	padding:35px 0 0;
	margin-left:0;
	letter-spacing:.1em;
	width:45%;
}
.top_about .box .box_l h3 {
	font-size:3.0rem;
	letter-spacing:.1em;
	margin-bottom:.6em;
}
.top_about .box .box_l .com {
	font-size:1.4rem;
	margin-bottom:3em;
	width:100%;
}
.top_about .box .box_l .about_btn {
	font-size:1.3rem;
}
.top_about .box .box_l .about_btn a {
	padding:.7em 1.5em;
}
.top_about .box .box_l .about_btn a span:after {
	margin-left:.5em;
}





/*about*/
.about .wrap .catch {
	padding:0;
}
.about .wrap .comment {
	padding:0;
}
.about .wrap .comment .box_r {
	width:50%;
}
.about .wrap .comment .box_r h3 {
	left:-2.2em;
	font-size:3.0rem;
}
.about .wrap .comment .box_r h4 {
	left:-9em;
}



/*guide*/
.guide .wrap article .tbl_box table {
	letter-spacing:0;
}



/*item*/
.item .catch {
	padding:0;
}
.item .wrap article .item_list section {
	width:32%;
	margin-right:2%;
}
.item .wrap article .item_list section:nth-child(3n) {
	margin-right:0;
}
.item .wrap article .item_list section:nth-last-child(1) ,
.item .wrap article .item_list section:nth-last-child(2):nth-child(3n+1) ,
.item .wrap article .item_list section:nth-last-child(2):nth-child(3n+2) ,
.item .wrap article .item_list section:nth-last-child(3):nth-child(3n+1) {
	margin-bottom:0;
}
.item .wrap article .item_detail .img_box .slide {
	float:none;
	width:100%;
	margin-bottom:30px;
}
.item .wrap article .item_detail .img_box .thum {
	float:none;
	width:100%;
}
.item .wrap article .item_detail .img_box .thum ol li {
	position:relative;
	margin-bottom:0;
	padding:0 10px;
}
.item .wrap article .item_detail .img_box .thum ol li:before {
	display:none !important;
}
.item .wrap article .item_detail .img_box .thum .slick-arrow {
	z-index: 999;
	width:30px;
	height:100%;
	background:rgba(0,0,0,.2);
	text-align:center;
	transform: translate(0,0);
}
.item .wrap article .item_detail .img_box .thum .slick-prev {
	top: 0;
	bottom: auto;
	left: 0;
	right: auto;
	margin: auto;
}
.item .wrap article .item_detail .img_box .thum .slick-prev:before {
	font-family: 'Noto Serif JP', serif;
	content: "◀︎";
	font-size:1.6rem;
	line-height:20px;
	text-align:center;
	display:block;
}
.item .wrap article .item_detail .img_box .thum .slick-next {
	top: 0;
	bottom: auto;
	left: auto;
	right: 0;
	margin: auto;
}
.item .wrap article .item_detail .img_box .thum .slick-next:before {
	font-family: 'Noto Serif JP', serif;
	content: "▶︎";
	font-size:1.6rem;
	line-height:20px;
	text-align:center;
	display:block;
}
.item .wrap article .item_detail .item_title {
	padding:0;
}
.item .wrap article .item_detail .price {
	padding:0;
}
.item .wrap article .item_detail .ex_box01 {
	padding:0;
}
.item .wrap article .item_detail .cart_ex_box .ex_box02 {
	width:50%;
}
.item .wrap article .item_detail .cart_box {
	width:45%;
	padding:0;
}
.item .wrap article .item_detail .cart_box .num_box dl {
	display:table;
	width:100%;
	line-height:1.1;
}
.item .wrap article .item_detail .cart_box .num_box dl dt ,
.item .wrap article .item_detail .cart_box .num_box dl dd {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	width:65px;
}
.item .wrap article .item_detail .cart_box .num_box dl dd {
	width:calc(100% - 130px);
}
.item .wrap article .item_detail .cart_box .num_box dl dd ul {
	display:table;
	width:100%;
	height:35px;
	overflow:hidden;
	border: solid 1px #4c4c4c;
	border-radius:.5em;
}
.item .wrap article .item_detail .cart_box .num_box dl dd ul li {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	width:30px;
}
.item .wrap article .item_detail .cart_box .num_box dl dd ul li:nth-child(2) {
	width:calc(100% - (30px * 2));
}
.item .wrap article .item_detail .cart_box .num_box dl dd ul li a {
	position:relative;
	display:block;
	width:100%;
	height:35px;
	background:#c1c1c1;
	text-align:center;
	font-size:1.6rem;
	text-decoration:none;
}
.item .wrap article .item_detail .cart_box .num_box dl dd ul li a span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
	display:inline-block;
}
.item .wrap article .item_detail .cart_box .num_box dl dd ul li input {
	width:100%;
	height:35px;
	line-height:35px;
	padding:0 4px;
	font-size:14px;
	background:#FFFFFF;
	border:none;
	text-align:center;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	outline: 0;
}
.item .wrap article .item_detail h5 {
	padding:0;
}
.item .wrap article .item_detail .check section {
	width:48%;
	margin-right:4%;
	margin-bottom:40px;
}
.item .wrap article .item_detail .check section:nth-child(2n) {
	margin-right:0;
}
.item .wrap article .item_detail .check section:nth-last-child(1) ,
.item .wrap article .item_detail .check section:nth-last-child(2):nth-child(2n+1) {
	margin-bottom:0;
}
}





/*840*/
@media screen and (max-width: 840px) {
.top_news {
	width:96%;
}
.top_news .box section {
	width:90%;
}



/*privacy*/
.privacy .wrap .box {
	padding:0 25px;
}



/*specified*/
.specified .wrap .box {
	padding:0 25px;
}



/*item*/
.item .catch {
	padding:0;
}
.item .wrap article .item_list section {
	width:48%;
	margin-right:4%;
}
.item .wrap article .item_list section:nth-child(3n) {
	margin-right:4%;
}
.item .wrap article .item_list section:nth-last-child(1) ,
.item .wrap article .item_list section:nth-last-child(2):nth-child(3n+1) ,
.item .wrap article .item_list section:nth-last-child(2):nth-child(3n+2) ,
.item .wrap article .item_list section:nth-last-child(3):nth-child(3n+1) {
	margin-bottom:40px;
}
.item .wrap article .item_list section:nth-child(2n) {
	margin-right:0;
}
.item .wrap article .item_list section:nth-last-child(1) ,
.item .wrap article .item_list section:nth-last-child(2):nth-child(2n+1) {
	margin-bottom:0;
}



/*contact*/
.contact .wrap .catch {
	padding:0;
}
.contact .wrap .form table {
	width:100%;
}
}





/*767*/
@media screen and (max-width: 767px) {
/*top*/
#slider_box {
	padding-bottom:15vw;
}
.top_about {
	margin-bottom:25vw;
}
.top_about:before {
	position: absolute;
	top:0;
	left:0;
	z-index:-1;
	width:50%;
	height:calc(100% + 5vw);
	background:#ffe9f2;
	display:block;
	content:'';
}
.top_about .box {
	width:100%;
}
.top_about .box:before {
	position: absolute;
	top:0;
	left:0;
	z-index:-1;
	width:calc(100% - 5vw);
	height:calc(100% + 5vw);
	background:#ffe9f2;
	display:block;
	content:'';
}
.top_about .box .img {
	position:relative;
	top:-4vw;
	left:4%;
	margin-bottom:-4vw;
	float:none;
	width:96%;
}
.top_about .box .box_l {
	float:none;
	width:100%;
	padding:4vw 4%;
	padding-right:8vw;
	letter-spacing:.1em;
}
.top_about .box .box_l h3 {
	font-size:2.0rem;
	letter-spacing:.1em;
	margin-bottom:.6em;
}
.top_news {
	width:92%;
	padding-bottom:10vw;
}
.top_news h3 {
	margin-bottom:4vw;
	padding-left:16vw;
}
.top_news h3:before {
	position:absolute;
	top:calc(-5.606vw * 1.5);
	left:calc(-0.782vw * 1.5);
	width:calc(10.561vw * 1.5);
	height:calc(10.169vw * 1.5);
	display:block;
	background:url(../img/common/logo_icon.svg) no-repeat center center;
	background-size:cover;
	content:'';
}
.top_news h3 span {
	font-size:2.0rem;
	letter-spacing:.2em;
}
.top_news .box {
	border: solid 1px #000000;
	padding:5vw 0;
	height:60vh;
	overflow-y:scroll;
	scroll-behavior: smooth;
}
.top_news .box section {
	width:92%;
	margin:0 auto;
	margin-bottom:6vw;
}
.top_news .box section h4 {
	font-size:1.5rem;
}
.top_news .box section time {
	font-size:1.3rem;
}
.top_news .box section .box_in {
	font-size:1.4rem;
}





/*about*/
.about .wrap .vi {
	margin-bottom:10vw;
}
.about .wrap .catch {
	padding:0;
	margin-bottom:10vw;
}
.about .wrap .catch h3 {
	font-size:2.0rem;
	margin-bottom:5vw;
}
.about .wrap .catch p span {
	position:relative;
	top:0;
	float:right;
	width:40vw;
	margin-left:5vw;
}
.about .wrap .comment {
	padding:0;
}
.about .wrap .comment .box_r {
	position:relative;
	float:none;
	width:100%;
	margin-bottom:10vw;
}
.about .wrap .comment .box_r h3 {
	position: relative;
	top: inherit;
	left: -.2em;
	font-size:2.4rem;
	font-weight:700;
	line-height:1.1;
	margin-bottom:4vw;
	white-space: normal;
	-ms-writing-mode: lr-tb;
	-webkit-writing-mode: horizontal-tb;
	-o-writing-mode: horizontal-tb;
	writing-mode: horizontal-tb;
}
.about .wrap .comment .box_r h3 span {
	position: relative;
	top: inherit;
	left: inherit;
	font-size:2.0rem;
	font-weight:500;
}
.about .wrap .comment .box_r h4 {
	position: relative;
	top: inherit;
	left: inherit;
	font-size:1.8rem;
	font-weight:700;
	line-height:1.7;
	white-space: normal;
	margin-bottom:8vw;
	-ms-writing-mode: lr-tb;
	-webkit-writing-mode: horizontal-tb;
	-o-writing-mode: horizontal-tb;
	writing-mode: horizontal-tb;
}
.about .wrap .comment dl {
	float:none;
	width:100%;
}
.about .wrap .comment dl dt {
	margin-bottom:4vw;
	padding:0 25%;
}
.about .wrap .comment dl dd span {
	font-size:1.4rem;
	font-weight:700;
}



/*privacy*/
.privacy .wrap h3 {
	font-size:2.0rem;
	margin-bottom:.6em;
}
.privacy .wrap .box {
	padding:0 3vw;
}



/*specified*/
.specified .wrap h3 {
	font-size:2.0rem;
	margin-bottom:.6em;
}
.specified .wrap .box {
	padding:0 3vw;
}



/*guide*/
.guide .wrap article section {
	margin-bottom:10vw;
}
.guide .wrap article h3 {
	font-size:2.0rem;
	padding-bottom:.3em;
	margin-bottom:.6em;
}
.guide .wrap article p {
	margin-bottom:1.5em;
}
.guide .wrap article p.img {
	width:100%;
	max-width:100%;
	text-align:center;
}
.guide .wrap article p.img img {
	width:100%;
	max-width:100%;
}
.guide .wrap article p:last-child {
	margin-bottom:0;
}
.guide .wrap article .time {
	border: solid 1px #231815;
	padding:.6em .8em;
	margin-bottom:1.5em;
	letter-spacing:.15em;
}
.guide .wrap article .time ul li {
	float:none;
}
.guide .wrap article .time ul li:after {
	display:none;
}
.guide .wrap article .tbl_box table {
	float:none;
	width:100%;
	letter-spacing:0;
	margin-bottom:6vw;
}
.guide .wrap article .tbl_box table:nth-child(even) {
	width:100%;
}
.guide .wrap article .tbl_box table:nth-last-child(-n+2) {
	margin-bottom:6vw;
}
.guide .wrap article .tbl_box table:last-child {
	margin-bottom:0;
}
.guide .wrap article .tbl_box table thead th {
	width:25%;
	padding:.8em 0;
}
.guide .wrap article .tbl_box table thead td {
	padding:.4em 0;
}
.guide .wrap article .tbl_box table tbody th ,
.guide .wrap article .tbl_box table tbody td {
	height:auto;
	padding:.6em 0;
}
.guide .wrap article .tbl_box table:nth-child(even) th:first-child ,
.guide .wrap article .tbl_box table:nth-child(even) td:first-child {
	display: table-cell;
}
.guide .wrap article .tbl_box table:nth-child(even) th ,
.guide .wrap article .tbl_box table:nth-child(even) td {
	width:25%;
}
.guide .wrap article .tbl_box table:nth-child(even) th:nth-child(2) ,
.guide .wrap article .tbl_box table:nth-child(even) td:nth-child(2) {
	border-left:solid 1px #332f30;
}
.guide .wrap article .tbl_box table:first-child thead td {
	height:auto;
}
.guide .wrap article .tbl_box table:nth-child(3) thead td {
	height:auto;
}



/*item*/
.item .vi {
	margin-bottom:10vw;
}
.item .catch {
	padding:0;
	margin-bottom:10vw;
}
.item .catch h3 {
	font-size:2.0rem;
	margin-bottom:5vw;
}
.item .catch p span {
	position:relative;
	top:0;
	float:right;
	width:40vw;
	margin-left:5vw;
}
.item .shop_comment {
	border: solid 2px #993300;
	padding:5vw 4vw;
	margin-bottom:10vw;
}
.item .wrap article .item_list {
	display: flex;
	flex-wrap: wrap;
}
.item .wrap article .item_list section {
	width:48%;
	margin-right:4%;
	margin-bottom:8vw;
}
.item .wrap article .item_list section:nth-child(3n) {
	margin-right:4%;
}
.item .wrap article .item_list section:nth-last-child(1) ,
.item .wrap article .item_list section:nth-last-child(2):nth-child(3n+1) ,
.item .wrap article .item_list section:nth-last-child(2):nth-child(3n+2) ,
.item .wrap article .item_list section:nth-last-child(3):nth-child(3n+1) {
	margin-bottom:8vw;
}
.item .wrap article .item_list section:nth-child(2n) {
	margin-right:0;
}
.item .wrap article .item_list section:nth-last-child(1) ,
.item .wrap article .item_list section:nth-last-child(2):nth-child(2n+1) {
	margin-bottom:0;
}
.item .wrap article .item_list section .img {
	margin-bottom:3vw;
}
.item .wrap article .item_list section h3 {
	padding:0;
	font-size:1.3rem;
}
.item .wrap article .item_list section .price {
	padding:0;
	padding-top:3vw;
	margin-top: auto;
	font-size:1.2rem;
}
.item .wrap article .item_detail {
	padding-right:0;
}
.item .wrap article .item_detail .img_box {
	margin-bottom:5vw;
}
.item .wrap article .item_detail .img_box .slide {
	float:none;
	width:100%;
	margin-bottom:5vw;
}
.item .wrap article .item_detail .img_box .thum {
	float:none;
	width:100%;
}
.item .wrap article .item_detail .item_title {
	font-size:1.4rem;
	padding:0;
	margin-bottom:5vw;
}
.item .wrap article .item_detail .price {
	font-size:1.3rem;
	padding:0;
	margin-bottom:5vw;
}
.item .wrap article .item_detail .ex_box01 {
	padding:0;
	margin-bottom:5vw;
}
.item .wrap article .item_detail .cart_ex_box {
	margin-bottom:5vw;
}
.item .wrap article .item_detail .cart_ex_box .ex_box02 {
	float:none;
	width:100%;
	padding:4vw 5vw;
	margin-bottom:6vw;
}
.item .wrap article .item_detail .cart_box {
	float:none;
	width:100%;
	padding:0;
}
.item .wrap article .item_detail .cart_box .num_box {
	margin-bottom:5vw;
}
.item .wrap article .item_detail .cart_box .num_box dl {
	display:table;
	width:100%;
	line-height:1.1;
}
.item .wrap article .item_detail .cart_box .num_box dl dt ,
.item .wrap article .item_detail .cart_box .num_box dl dd {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	width:65px;
}
.item .wrap article .item_detail .cart_box .num_box dl dd {
	width:calc(100% - 130px);
}
.item .wrap article .item_detail .cart_box .num_box dl dd ul {
	display:table;
	width:100%;
	height:35px;
	overflow:hidden;
	border: solid 1px #4c4c4c;
	border-radius:.5em;
}
.item .wrap article .item_detail .cart_box .num_box dl dd ul li {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	width:30px;
}
.item .wrap article .item_detail .cart_box .num_box dl dd ul li:nth-child(2) {
	width:calc(100% - (30px * 2));
}
.item .wrap article .item_detail .cart_box .num_box dl dd ul li a {
	position:relative;
	display:block;
	width:100%;
	height:35px;
	background:#c1c1c1;
	text-align:center;
	font-size:1.6rem;
	text-decoration:none;
}
.item .wrap article .item_detail .cart_box .num_box dl dd ul li a span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
	display:inline-block;
}
.item .wrap article .item_detail .cart_box .num_box dl dd ul li input {
	width:100%;
	height:35px;
	line-height:35px;
	padding:0 4px;
	font-size:14px;
	background:#FFFFFF;
	border:none;
	text-align:center;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	outline: 0;
}
.item .wrap article .item_detail .cart_btn {
	margin-bottom:20px;
}
.item .wrap article .item_detail .cart_btn button {
	position:relative;
	background:#f2a73b;
	border:1px solid #f2a73b;
	display:block;
	cursor:pointer;
	color:#000000;
	padding:10px 0;
	text-decoration:none;
	width:100%;
	text-align:center;
	color:#FFF;
	font-size:1.4rem;
	font-weight:700;
	line-height:1.1;
	margin:0;
	text-decoration:none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	outline: 0;
}
.item .wrap article .item_detail h5 {
	font-size:1.4rem;
	padding:0;
	margin-bottom:5vw;
}
.item .wrap article .item_detail .check section .img {
	margin-bottom:3vw;
}
.item .wrap article .item_detail .check section h6 {
	padding:0;
	font-size:1.4rem;
	font-weight:700;
	line-height:1.5;
}
.item .wrap article .item_detail .check section .price {
	padding:0;
	padding-top:3vw;
	margin-top: auto;
	font-size:1.2rem;
}



/*contact*/
.contact .vi {
	margin-bottom:5vw;
}
.contact .wrap .catch {
	padding:0;
	margin-bottom:5vw;
}
.contact .wrap .catch h3 {
	font-size:2.0rem;
	margin-bottom:5vw;
}
.contact .wrap .form table {
	width:100%;
	margin-bottom:20vw;
}
.contact .wrap .form table:after {
	bottom:-10vw;
}
.contact .wrap .form table th {
	display:block;
	width:100%;
	text-align:left;
	padding-bottom:0;
}
.contact .wrap .form table td {
	display:block;
	width:100%;
	padding-left:3vw;
	padding-right:3vw;
	padding-top:2vw;
	padding-bottom:5vw;
}



/*news*/
.news .wrap .box section {
	margin-bottom:6vw;
}
.news .wrap .box section:last-child {
	margin-bottom:0;
}
.news .wrap .box section h4 {
	font-size:1.5rem;
}
.news .wrap .box section time {
	font-size:1.3rem;
}
.news .wrap .box section .box_in {
	font-size:1.4rem;
}
.news .wrap .prev_next {
	padding-top:6vw;
}
.news .wrap .prev_next dt a ,
.news .wrap .prev_next dd a {
	padding:1em 1.5em;
	font-size:1.4rem;
}
}
