@charset "UTF-8";
/* ===================================================================
 style info :トップページ用css
=================================================================== */
body {
  background: url(../images/common/bg.gif) repeat-x;
}
@media screen and (max-width:768px) {
  body {
    background: none;
  }
}
/* -----------------------------------------------------------
	mainimage
--------------------------------------------------------- */
.slider {
    width:100%;
    margin:0 auto 30px auto;
}
.slider img {
    width:60vw;
    height:auto;
}

.slider .slick-slide {
  transition: all .5s;
  opacity: 0.3;
    max-width: 1300px;
    max-height: 600px;
    overflow: hidden;
}

.slider .slick-slide.slick-center{
  transform: scale(1);
  opacity: 1;
}

.slick-arrow{
    position: absolute;
    top: 42%;
    }
.slick-prev, 
.slick-next {
    cursor: pointer;
    outline: none;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    height: 30px;
    z-index: 999;
    width: 30px;
}
.slick-prev {
    right:77%;
    transform: rotate(-135deg);
}
.slick-next {
    left:77%;
    transform: rotate(45deg);
}
.slick-dots {
    text-align:center;
  margin:10px 0 0 0;
}

.slick-dots li {
    display:inline-block;
  margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;
    height:8px;
    display:block;
    border-radius:50%;
    background:#ccc;
    border: none;
    padding: 0;
}

.slick-dots .slick-active button{
    background:#666;
}
@media screen and (max-width:768px) {
.slider img {
    width:100vw;
}
.slick-arrow{
    top: 38%;
    }
.slick-prev, 
.slick-next {
    height: 20px;
    width: 20px;
}
.slick-prev {
    right:90%;
}
.slick-next {
    left:90%;
}
}
/* -----------------------------------------------------------
	#contentsArea01
		コンテンツエリア01
----------------------------------------------------------- */
#contentsArea01 {
  max-width: 1300px;
  width: 80%;
  margin: 0 auto;
}
#contentsArea01 .news {
  padding: 10px;
    box-sizing: border-box;
  width: 100%;
  background-color: #eee;
}
#contentsArea01 .news .in {
  height: 284px;
  overflow-y: scroll;
}
#contentsArea01 .news h2 {
  margin-bottom: 10px;
}
#contentsArea01 .news dl {
  background-color: #fff;
  min-height: 30px;
  margin-bottom: 2px;
  padding: 20px;
}
#contentsArea01 .news dt {
  background-color: #555;
  text-align: center;
  color: #fff;
  font-size: 80%;
  font-weight: bold;
  width: 105px;
  padding: 2px 0;
  float: left;
  margin-right: 20px;
}
#contentsArea01 .news dd {
  float: left;
}
#contentsArea01 .news dd a {
  text-decoration: none;
}
#contentsArea01 .recruit {
  float: right;
  max-width: 300px;
  width: 80%;
  text-align: right;
}
#contentsArea01 .recruit img {
  width: 100%;
}
@media screen and (max-width:768px) {
  #contentsArea01 {
    min-width: 90%;
    width: 80%;
    margin: 0 auto;
  }
  #contentsArea01 .news {
    padding: 10px 10px 10px 10px;
    background-color: #eee;
  }
  #contentsArea01 .news .in {
    height: 284px;
    -webkit-overflow-scrolling: touch;
  }
  #contentsArea01 .news h2 {
    margin-bottom: 10px;
  }
  #contentsArea01 .news dl {
    background-color: #fff;
    min-height: 30px;
    margin-bottom: 2px;
    padding: 20px;
  }
  #contentsArea01 .news dt {
    background-color: #555;
    text-align: center;
    color: #fff;
    font-size: 75%;
    font-weight: bold;
    width: 105px;
    padding: 1px 0;
    float: none;
    margin-right: 20px;
    margin-bottom: 3px;
  }
  #contentsArea01 .news dd {
    float: none;
    line-height: 1.3em;
  }
  #contentsArea01 .news dd a {
    text-decoration: none;
  }
  #contentsArea01 .recruit {
    float: none;
    max-width: 300px;
    width: 80%;
    text-align: center;
    margin: 20px auto 0 auto;
  }
  #contentsArea01 .recruit img {
    width: 100%;
  }
}
/*狭いブラウザとタブレット向け */
@media (max-width: 1400px) and (min-width: 768px) {
  #contentsArea01 {
    min-width: 90%;
    width: 80%;
    margin: 0 auto;
  }
  #contentsArea01 .news {
    padding: 10px 10px 10px 10px;
    background-color: #eee;
  }
  #contentsArea01 .news .in {
    height: 284px;
    -webkit-overflow-scrolling: touch;
  }
  #contentsArea01 .news h2 {
    margin-bottom: 10px;
  }
  #contentsArea01 .news dl {
    background-color: #fff;
    min-height: 30px;
    margin-bottom: 2px;
    padding: 20px;
  }
  #contentsArea01 .news dt {
    background-color: #555;
    text-align: center;
    color: #fff;
    font-size: 75%;
    font-weight: bold;
    width: 105px;
    padding: 1px 0;
    float: none;
    margin-right: 20px;
    margin-bottom: 3px;
  }
  #contentsArea01 .news dd {
    float: none;
    line-height: 1.3em;
  }
  #contentsArea01 .news dd a {
    text-decoration: none;
  }
  #contentsArea01 .recruit {
    float: right;
    max-width: 300px;
    width: 30%;
    text-align: right;
    margin: 0 auto 0 auto;
  }
  #contentsArea01 .recruit img {
    width: 100%;
  }
}
/* -----------------------------------------------------------
	#csr
----------------------------------------------------------- */
#csr {
  background-color: #F3F1E7;
  width: 100%;
  margin: 80px 0;
  padding: 30px 0 60px 0;
  text-align: center;
}
#csr ul {
  display: table;
  margin: 20px auto 40px auto;
}
#csr li {
  width: 300px;
  float: left;
  margin-right: 33px;
  text-align: left;
  background-color: #fff;
}
#csr li dt {
  position: relative;
  height: 199px;
}
#csr li dt img {
  width: 300px;
  height: auto;
  position: absolute;
  clip: rect(auto 300px 199px auto);
}
#csr li dt .arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 28px;
  height: 15px;
}
#csr li dd.title {
  font-size: 110%;
  padding: 10px 15px 5px 15px;
}
#csr li dd.title a {
  text-decoration: none;
}
#csr li dd.day {
  font-size: 80%;
  color: #888;
  padding: 0 15px 10px 15px;
}
#csr .link {
  text-align: right;
}
@media screen and (max-width:768px) {
  #csr {
    background-color: #F3F1E7;
    width: 100%;
    margin: 30px 0;
    padding: 30px 0 40px 0;
    text-align: center;
  }
  #csr ul {
    display: table;
    margin: 20px auto 20px auto;
  }
  #csr li {
    max-width: 300px;
    float: none;
    text-align: left;
    background-color: #fff;
    margin: 0 auto 15px auto;
  }
  #csr li dt {
    position: relative;
    height: 199px;
  }
  #csr li dt .arrow {
    position: absolute;
    bottom: 0;
    left: 50%;
  }
  #csr li dd.title {
    font-size: 110%;
    padding: 10px 15px 5px 15px;
  }
  #csr li dd.title a {
    text-decoration: none;
  }
  #csr li dd.day {
    font-size: 80%;
    color: #888;
    padding: 0 15px 10px 15px;
  }
  #csr .link {
    text-align: center;
  }
}
/*狭いブラウザとタブレット向け */
@media (max-width: 1400px) and (min-width: 768px) {
  #csr {
    background-color: #F3F1E7;
    width: 100%;
    margin: 30px 0;
    padding: 30px 0 40px 0;
    text-align: center;
  }
  #csr ul {
    display: table;
    margin: 20px;
  }
  #csr li {
    width: 300px;
    float: left;
    margin-right: 33px;
    text-align: left;
    background-color: #fff;
  }
  #csr li dt {
    position: relative;
    height: 199px;
  }
  #csr li dt img {
    width: 300px;
    height: auto;
    position: absolute;
    clip: rect(auto 300px 199px auto);
  }
  #csr li dt .arrow {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 28px;
    height: 15px;
  }
  #csr li dt .arrow.img {
    width: 28px;
    height: auto;
  }
  #csr li dd.title {
    font-size: 110%;
    padding: 5px 15px 5px 15px;
  }
  #csr li dd.title a {
    text-decoration: none;
  }
  #csr li dd.day {
    font-size: 80%;
    color: #888;
    padding: 0 15px 10px 15px;
  }
  #csr .link {
    text-align: center;
  }
}
/* -----------------------------------------------------------
	#kitchen
----------------------------------------------------------- */
#kitchen {
  text-align: center;
}
#kitchen .img {
  width: 100%;
  height: auto;
  margin: 20px 0 40px 0;
}
#kitchen .link {
  text-align: right;
}
@media screen and (max-width:768px) {
  #kitchen {
    text-align: center;
  }
  #kitchen .img {
    width: 100%;
    height: auto;
    margin: 20px 0 20px 0;
  }
  #kitchen .link {
    text-align: center;
  }
}
/* -----------------------------------------------------------
	#store
----------------------------------------------------------- */
#store {
  background-color: #F3F1E7;
  width: 100%;
  margin: 80px 0;
  padding: 30px 0 40px 0;
  text-align: center;
}
#store h2 {
  margin-bottom: 20px;
}
#store ul {
  display: table;
  margin: 20px auto 0 auto;
}
#store li {
  width: 100%;
  max-width: 250px;
  float: left;
  line-height: 0;
  margin-right: 10px;
}
#store li img {
  width: 100%;
}
@media screen and (max-width:768px) {
  #store {
    background-color: #F3F1E7;
    width: 100%;
    margin: 50px 0 30px 0;
    padding: 30px 0 40px 0;
    text-align: center;
  }
  #store p {
    margin: 0 20px;
    line-height: 1.3em;
    text-align: left;
  }
  #store ul {
    display: table;
    margin: 20px auto 0 20px;
  }
  #store li {
    max-width: 250px;
    float: left;
    width: 45%;
    text-align: center;
    line-height: 0;
    margin-right: 10px;
    margin-bottom: 15px;
  }
}
/*狭いブラウザとタブレット向け */
@media (max-width: 1400px) and (min-width: 768px) {
  #store {
    background-color: #F3F1E7;
    width: 100%;
    margin: 80px 0;
    padding: 30px 0 40px 0;
    text-align: center;
  }
  #store h2 {
    margin-bottom: 20px;
  }
  #store ul {
    display: table;
    margin: 20px auto 0 auto;
  }
  #store li {
    max-width: 250px;
    width: 30%;
    float: left;
    line-height: 0;
    margin: 10px;
  }
}
/* -----------------------------------------------------------
	footer_bnr
--------------------------------------------------------- */
ul.footer_bnr {
  width: 1300px;
  margin: 80px auto 50px auto;
}
ul.footer_bnr li {
  line-height: 0;
  margin-right: 30px;
  max-width: 300px;
  float: left;
}
@media screen and (max-width:768px) {
  ul.footer_bnr {
    width: 95%;
    display: block;
    margin: 20px auto 50px auto;
    text-align: center;
  }
  ul.footer_bnr li {
    line-height: 0;
    margin: 0 auto;
    max-width: 300px;
    float: none;
    text-align: center;
  }
  ul.footer_bnr li.last {
    margin: 15px auto 0 auto !important;
  }
}
/*狭いブラウザとタブレット向け */
@media (max-width: 1400px) and (min-width: 768px) {
  ul.footer_bnr {
    width: 95%;
    margin: 80px auto 30px auto;
  }
  ul.footer_bnr li {
    line-height: 0;
    margin-right: 0px;
    margin-left: 20px;
    width: 22%;
    float: left;
  }
  ul.footer_bnr li img {
    width: 100%;
  }
  ul.footer_bnr li.last {
    margin: 0 0 0 20px !important;
  }
}
/* -----------------------------------------------------------
	2022/8/5 追記
--------------------------------------------------------- */
.marugame100 {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}
.marugame100 h2 {
  background: #BC121A;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  padding: 16px 24px;
  box-sizing: border-box;
  margin-bottom: 16px;
}
.marugame100 ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 46px;
}
.marugame100 li {
  width: 48%;
}
.marugame100 li img {
  width: 100%;
}
@media screen and (max-width:768px) {
  .marugame100 h2 span {
    display: block;
  }
  .marugame100 ul {
    display: block;
  }
  .marugame100 li {
    width: 98%;
    margin: 0 auto 16px auto;
  }
}