@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700,900&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500&display=swap');

@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/YakuHanJP-Regular.woff2") format("woff2"), url("font/YakuHanJP-Regular.woff") format("woff");
}

@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/YakuHanJP-Medium.woff2") format("woff2"), url("font/YakuHanJP-Medium.woff") format("woff");
}

@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 600;
  src: url("fonts/YakuHanJP-Medium.woff2") format("woff2"), url("font/YakuHanJP-Medium.woff") format("woff");
}

@font-face {
  font-family: "YakuHanMPJP";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/YakuHanMP-Regular.woff2") format("woff2"), url("font/YakuHanMP-Regular.woff") format("woff");
}

@font-face {
  font-family: "YakuHanMPJP";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/YakuHanMP-Medium.woff2") format("woff2"), url("font/YakuHanMP-Medium.woff") format("woff");
}

@font-face {
  font-family: "YakuHanMPJP";
  font-style: normal;
  font-weight: 600;
  src: url("fonts/YakuHanMP-Medium.woff2") format("woff2"), url("font/YakuHanMP-Medium.woff") format("woff");
}

* {
	margin: 0;
	padding: 0;
}

.item li a {
    color: #529ec2;
	text-decoration: none;
}

.item li a:hover {
    text-decoration: underline;
    color: #136489;
}

.item2 li a {
    color: #529ec2;
	text-decoration: none;
}

.item2 li a:hover {
    text-decoration: underline;
    color: #136489;
}


@media screen and (max-width: 735px) {
/* ****************************************************
	
	スマホ用プロパティ
	
***************************************************** */
.title_pc {
	display: none;
}

#contentswrap{
    width: auto;
    height: auto;
	overflow: hidden;
	font-family: YakuHanJP, "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, Verdana, sans-serif;
	background-image: url("images/bg_red.png");
}

#contentswrap img{
    max-width: 100%;
    height: auto;
	width:auto; /* for ie8 */
}

.title_wrap {
    width: 100%;
	text-align: center;
	padding: 0;
	margin-bottom: 30px;
	box-sizing: border-box;
	background-image: url("images/kv_bg.png");
	background-size: 50px;
	background-color: #f5eadb;
}

.title_wrap img {
    vertical-align: bottom;
	margin-bottom: 0px;
	margin: 0 auto;
	width: 100%;
}

.titbg {
    width: 100%;
	margin: 0 auto;
	background-image: url("images/tit_bg_smp.jpg");
	background-size: 50px!important;
}

.categorie {
    display: inline-block;
	background: #fff;
	padding: 15px;
	margin-bottom: 10px;
	box-sizing: border-box;
	font-size: 22px;
	font-weight: 700;
	color: #E00003;
}

.categorie_wrap {
    width: 95%;
	border-bottom: 6px solid #fff;
	text-align: left;
	margin: 0 auto;
	margin-bottom: 20px;
}

.list_wrap {
    max-width: 95%;
	margin: 0 auto;
	margin-bottom: 40px;
}

.item:nth-child(even) {
    background: #f8f3dd;
}

.item {
    display: flex;
	flex-wrap: wrap;
	list-style: none;
	text-align: left;
	margin-top: -1px;
	margin-bottom: 15px;
	background: #fff;
}

.item li {
    width: 100%;
    border: 1px solid #A08420;
	padding: 10px;
	font-size: 0.8em;
	margin-top: -1px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
}

.item li:last-child {
    justify-content: center;
}

.shop {
    background: #d4c586;
	color: #333;
	font-weight: 500;
}

.limited {
    width: 40%!important;
}

.date {
    width: 60%!important;
    color: #AF0002;
	font-weight: 500;
}

.item2:nth-child(odd) {
    background: #f8f3dd;
}

.item2 {
    display: flex;
	flex-wrap: wrap;
	list-style: none;
	text-align: left;
	margin-bottom: 3px;
	background: #fff;
}

.item2 li {
    width: 100%;
    border: 1px solid #A08420;
	padding: 10px;
	font-size: 0.8em;
	margin-top: -1px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
}

.item2 li:last-child {
    justify-content: center;
}

.shop2 {
    width: 100%;
	padding: 10px;
	background: #d4c586;
	color: #333;
	font-weight: 500;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	font-size: 0.8em;
	border: 1px solid #A08420;
}

.space {
    display: block;
	height: 15px;
}
.kanbai {
  color: #dc143c;
  font-size: 14px;
  margin: 0 auto;
  text-align: center;
display: block;
	width: 90%;
	padding: 10px;
	box-sizing: border-box;
	background: #ffffff;
	margin-bottom: 40px;
}

}
@media screen and (min-width: 736px) {
/* ****************************************************
	
	PC用プロパティ
	
***************************************************** */
.title_smp {
	display: none;
}

#contentswrap{
    width: 100%;
    height: auto;
	margin: 0 auto;
	overflow: hidden;
	text-align:center;
	padding: 0px;
	font-family: YakuHanJP, "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, Verdana, sans-serif;
	background-image: url("images/bg_red.png");
}


.title_wrap {
    width: 100%;
	padding: 0px 0 0px 0;
	margin-bottom: 30px;
	background-image: url("images/kv_bg.png");
	background-size: auto;
	background-color: #f5eadb;
}

.title_wrap img {
    vertical-align: bottom;
	width: 600px;
}

.titbg {
    display: block;
    max-width: 1000px;
	margin: 0 auto;
	background-image: url("images/tit_bg.jpg");
}

.categorie {
    display: inline-block;
	background: #fff;
	padding: 15px;
	margin-bottom: 10px;
	box-sizing: border-box;
	font-size: 22px;
	font-weight: 700;
	color: #E00003;
}

.categorie_wrap {
    max-width: 1000px;
	border-bottom: 6px solid #fff;
	text-align: left;
	margin: 0 auto;
	margin-bottom: 10px;
}

.list_wrap {
    max-width: 1000px;
	margin: 0 auto;
	margin-bottom: 40px;
}

.item:nth-child(even) {
    background: #f8f3dd;
}

.item {
    display: flex;
	align-content: stretch;
	list-style: none;
	text-align: left;
	margin-top: -1px;
	background: #fff;
}

.item li {
    border: 1px solid #A08420;
	padding: 10px;
	font-size: 0.8em;
	margin-left: -1px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
}

.item li:last-child {
    width: 130px;
	font-size: 0.75rem;
	justify-content: center;	
}

.shop {
    width: 17%;
	background: #d4c586;
	color: #333;
	font-weight: 500;
}

.item_name {
    width: 41%;
}

.limited {
    width: 10%;
}

.date {
    width: 20%;
	color: #AF0002;
	font-weight: 500;
}

.item2 {
    display: flex;
	align-content: stretch;
	list-style: none;
	text-align: left;
	margin-top: -1px;
	background: #fff;
}

.item2 li {
    border: 1px solid #A08420;
	padding: 10px;
	font-size: 0.8em;
	margin-left: -1px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
}

.item2 li:last-child {
    width: 130px;
	font-size: 0.75rem;
	justify-content: center;	
}

.item2:nth-child(odd) {
    background: #f8f3dd;
}

.shop2 {
    width: 400px;
	height: 45px;
	border: 1px solid #A08420;
	padding: 10px;
	margin-left: -1px;
	background: #d4c586;
	color: #333;
	font-weight: 500;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	font-size: 0.8em;
}

.item_name2 {
    width: 58%;
}

.space {
    display: block;
	height: 10px;
}
.kanbai {
  color: #dc143c;
  font-size: 18px;
  margin: 0 auto;
  text-align: center;
display: inline-block;
	padding: 5px 20px 5px 20px;
	background: #ffffff;
	margin-bottom: 40px;
}
}