@charset "euc-jp";

#header-wrapper {
  margin-bottom: 0em;
}
.info-box {
  width:90%;
  margin: 0 auto;
}
.info-box-inner {
  width:60%;
  margin: 0 auto;
  height:400px;
  overflow:auto;
  background-color:#fff;
  padding: 1em 2em;
}
#header-wrapper {
    background: none;
}	
div#container {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    z-index: -1;
}
.slider{
	margin-top: 0;
}
section.category_item {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
}
.event_bana {
    margin: 4.75em 0 2.05em 0;
}

ul.category_item {
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 3.25em 0 0 0;
}
ul.category_item li {
    padding: 0.55em 1.75em;
    box-sizing: border-box;
}
ul.category_item li:last-child {
    border-right: 0;
}
h3.category_name {
    text-align: center;
    font-size: 1.35em;
}
section.category_item h3.category_name {
    margin-top: 1.85em;
    font-size: 2.55em;
    color: #AC8B30;
    font-weight: 500;
}
ul.category_list , ul.category_kowake , ul.category_tare , ul.category_ubone {
    list-style: none;
    margin: 0;
}
ul.category_list li , ul.category_kowake li , ul.category_tare li , ul.category_ubone li {
    border: 0;
    padding: 0;
    position: relative;
}

ul.category_list li a {
    text-decoration: none;
	width: 100%;
    display: block;
    border: 1px solid;
    border-radius: 1.95em;
    padding: 0.10em 1.45em;
    box-sizing: border-box;
    margin: 0.55em 0;
}
ul.category_list li a:hover {
    text-decoration: none;
    background: #ddd;
}
span.top_tax {
    float: right;
    font-size: 0.85em;
    margin-left: 0.55em;
}
span.top_price {
    float: right;
	font-weight: bold;
}


li.img_change {
    top: 0;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: block;
    width: 100%;
    height: 320px;
    margin-top: -5.75em;
}
li.img_change img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 92%;
    display: block;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}
li.img_change:hover img:nth-of-type(2) {
    opacity: 0;
}
.kabayaki_top_btn {
    width: 92%;
    display: block;
    border: 1px solid;
    border-radius: 1.95em;
    padding: 0.10em 1.45em;
    margin: 0.55em auto;
    bottom: 0;
    position: absolute;
    box-sizing: border-box;
    left: 4%;
}
.kabayaki_top_btn:hover {
text-decoration:none;
}
ul.category_item.category_item_3clm {
    margin-top: 0;
}