@charset "UTF-8";




/* ----- cover_wrapper ----- */
/* 上 */
#cover_slide_bg_1 {
  background-image: url(../img/shop/shop_cover.png);
  z-index: 99;
}
/* 下 */







/* --------------
 * shop_wrapper
 * -------------- */
#shop_wrapper {
  background-image: url(../img/shop/shop_bg_top.png), url(../img/shop/shop_bg_loop.png);
  background-position: top center;
  background-repeat: repeat-x, repeat;
  padding: 70px 0 100px;
}

/* ----- shop_gallery ----- */
#shop_gallery {
  margin: 0 auto 5em;
}
#shop_gallery h2 {
  margin: 0 0 20px;
}

#shop_gallery > div img {
  margin-top: 30px;
}

#shop_gallery > div img.float_l {
  margin-left: -4px;
}

#shop_gallery > div img.float_r {
  margin-right: -4px;
}

/* ----- shop_detail ----- */
#shop_detail {
  color: #a3b791;
  font-size: 13px;
  padding-top: 20px;
  margin: 2em auto 3em;
}

#shop_detail a {
  color: #adb526;
}

#shop_detail table {
  width: 480px;
}

#shop_detail th,
#shop_detail td {
  border-top: 1px solid #466031;
  padding: 10px 30px 10px 0;
  vertical-align: top;
}

#shop_detail table tr:first-child th,
#shop_detail table tr:first-child td {
  border-top: none;
}

#shop_detail th {
  font-weight: normal;
  text-align: left;
}

/* shop_map */
.shop_map {
  height: 340px;
  position: relative;
  padding: 26px 0 0;
  margin: 0 0 4em;
}
#map_header {
  background-image: url(../img/home/map_header_bg.png);
  background-position: center top;
  height: 44px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 50;
}
#map_footer {
  background-image: url(../img/home/map_footer_bg.png);
  background-position: center bottom;
  height: 34px;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 50;
}
.shop_map > a > span {
  display: block;
  text-align: right;
  color: #607347;
  padding: 0 1em 0 0;
}
#map_area {
  width: 100%;
  height: 285px;
  margin: 0 0 1em;
}



/* menu_category */
.menu_category {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0 0 5em;
}
.menu_category > li {
  height: 90px;
  width: 20%;
  position: relative;
  list-style: none;
  background: #000000;
  margin: 0 1.5em 0 0;
}
.menu_category > li:last-child {
  margin: 0;
}
.menu_category > li:hover {
  opacity: 0.8;
}
.menu_category > li > a {
  height: 100%;
  display: block;
}
.menu_category > li > a > span {
  width: 100%;
  line-height: 2em;
  font-size: 1.2em;
  color: #dad4d2;
  font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  display: block;
  position: absolute;
  bottom: 0;
  text-align: right;
  background: url(../img/shop/arrow_wh_r.png) 95% center no-repeat, linear-gradient(135deg, rgba(0,0,0,0.3), rgba(0,0,0,0.9));
  padding: 0 2em 0 0;
}
.menu_category > .menu_category_kita_course {
  background: url(../img/shop/kita/menu_set.png) center / cover no-repeat;
}
.menu_category > .menu_category_kita_separately {
  background: url(../img/shop/kita/menu_single.png) center / cover no-repeat;
}
.menu_category > .menu_category_kita_lunch {
  background: url(../img/shop/kita/menu_lunch.png) center / cover no-repeat;
}
.menu_category > .menu_category_kita_drink {
  background: url(../img/shop/kita/menu_drink.png) center / cover no-repeat;
}
.menu_category > .menu_category_kita_party {
  background: url(../img/shop/kita/menu_banquet.png) center / cover no-repeat;
}

.menu_category > .menu_category_fukushima_course {
  background: url(../img/shop/fukushima/menu_set.png) center / cover no-repeat;
}
.menu_category > .menu_category_fukushima_separately {
  background: url(../img/shop/fukushima/menu_single.png) center / cover no-repeat;
}
.menu_category > .menu_category_fukushima_lunch {
  background: url(../img/shop/kita/menu_lunch.png) center / cover no-repeat;
}
.menu_category > .menu_category_fukushima_drink {
  background: url(../img/shop/fukushima/menu_drink.png) center / cover no-repeat;
}
.menu_category > .menu_category_fukushima_party {
  background: url(../img/shop/fukushima/menu_banquet.png) center / cover no-repeat;
}


/* recruit */
#recruit{
  margin-bottom: 80px;
}

#recruit .bottom_contents{
  background: url('../img/shop/recruit_bg.png');
  padding: 40px 25px;
  margin-top: 40px;
}

#recruit .bottom_contents {
  color:#a3b791;
}

#recruit .bottom_contents .float_l p{
  margin-top: 1px;
  margin-bottom: 0;
}


#recruit .bottom_contents .float_r table{
  margin-top: 4px;
  text-align: left;
}

#recruit .bottom_contents .float_r table tr:first-child th,
#recruit .bottom_contents .float_r table tr:first-child td{
  border-top: none;
}

#recruit .bottom_contents .float_r table tr th{
  border-top: 1px solid #466031;
  padding: 15px 0px;
}

#recruit .bottom_contents .float_r table tr td{
  border-top: 1px solid #466031;
  text-align: left;
  padding: 15px 0px;
}

#recruit .bottom_contents .float_r table tr td span{
  margin-left: 4px;
  font-size: 90%;
}

#recruit .bottom_contents .float_r p{
  margin: 0;
  text-align: right;
}


/* fc_merchant */
.fc_merchant {
}
.fc_merchant p.lead {
  margin: 25px 0;
  text-align: center;
}
.fc_merchant .box {
  padding: 25px 0 50px;
  background-color: rgba(36, 50, 7, 0.78);
}
.fc_merchant h3 {
  text-align: center;
}
.fc_merchant ul {
  padding: 0 100px;
}
.fc_merchant li {
  position: relative;
  display: flex;
  align-items: center;
  height: 125px;
  background-image: url(../img/shop/flow_bg.png);
}
.fc_merchant li:not(:last-child) {
  margin-bottom: 28px;
}
.fc_merchant li:not(:last-child)::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  content: "";
  width: 32px;
  height: 32px;
  margin: auto;
  background-image: url(../img/shop/arr_d.png);
}
.fc_merchant li .img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 100%;
}
.fc_merchant li p {
  padding-left: 40px;
}
.fc_merchant li p .tel {
  font-size: 24px;
}
.fc_merchant li p .tel::before {
  font-family: icomoon;
  content: "\e911";
  padding: 0 0.2em 0 0;
}
.fc_merchant .contact {
  width: 801px;
  height: 190px;
  margin: 40px auto 0;
  padding-top: 30px;
  background-image: url(../img/shop/contact_bg.png);
  color: #fff;
  font-size: 36px;
}
.fc_merchant .contact .tel::before {
  font-family: icomoon;
  content: "\e911";
  padding: 0 0.2em 0 0;
  position: relative;
  top: 6px;
  left: 5px;
}

/* --------------
 * Under Smart Phone Size
 * -------------- */
@media (max-width: 767px) {
/* --------------
 * shop_wrapper
 * -------------- */
/* ----- shop_gallery ----- */
#shop_gallery h2 {
  margin: 0 15px 20px;
}
#shop_gallery > div img {
  display: block;
  float: none;
  margin: 30px auto 0 !important;
}


#shop_wrapper{
  padding-top: 30px;
  padding-bottom: 60px;
}

/* ----- shop_detail ----- */
#map_area {
  float: none;
  height: 300px;
  margin-right: 0;
  width: 100%;
}
#recruit .bottom_contents .float_r
#recruit .bottom_contents .float_l,{
  float: none;
}

#recruit .bottom_contents .float_r{
  max-width: 100%;
}
#recruit .bottom_contents .float_r img,
#recruit .bottom_contents .float_l img{
  display: block;
  max-width: 100%;
}

/* ----- shop_detail ----- */
#shop_detail img {
  width: 100%;
}
#shop_detail > div {
  float: none;
}

#shop_detail table {
  margin-top: 20px;
  width: 100%;
}

#shop_detail th,
#shop_detail td {
  border-top: 1px solid #466031;
  padding: 10px 30px 10px 0;
  vertical-align: top;
}

#shop_detail table tr:first-child th,
#shop_detail table tr:first-child td {
  border-top: none;
}

#shop_detail th {
  font-weight: normal;
  text-align: left;
}

/* menu_category */
.menu_category {
  flex-wrap: wrap;
}
.menu_category > li {
  box-sizing: border-box;
  height: 120px;
  width: 47%;
  margin: 0 1.5em 1.5em 0;
}
.menu_category > li:nth-child(even) {
  margin: 0 0 1em 0;
}

#recruit .bottom_contents{
  padding: 20px 0;
  margin-bottom: 0;
}

#recruit .bottom_contents .float_l p {
  margin-bottom: 10px;
}




/* fc_merchant */
.fc_merchant {
}
.fc_merchant p.lead {
  /*margin: 25px 0;*/
  /*text-align: center;*/
}
.fc_merchant .box {
  padding: 10px 0;
  /*background-color: rgba(36, 50, 7, 0.78);*/
}
.fc_merchant h3 {
  /*text-align: center;*/
}
.fc_merchant h3 img {
  margin: 0 auto;
}
.fc_merchant ul {
  padding: 0;
}
.fc_merchant li {
  /*position: relative;*/
  /*display: flex;*/
  /*align-items: center;*/
  height: 124px;
  background-image: url(../img/shop/sp_flow_bg.png);
  background-size: 100% 100%;
}
.fc_merchant li:not(:last-child) {
  /*margin-bottom: 28px;*/
}
.fc_merchant li:not(:last-child)::after {
  /*position: absolute;*/
  /*left: 0;*/
  /*right: 0;*/
  /*bottom: -30px;*/
  /*content: "";*/
  /*width: 32px;*/
  /*height: 32px;*/
  /*margin: auto;*/
  /*background-image: url(../img/shop/arr_d.png);*/
}
.fc_merchant li .img {
  /*display: flex;*/
  /*justify-content: center;*/
  /*align-items: center;*/
  flex-shrink: 0;
  /*width: 180px;*/
  /*height: 100%;*/
}
.fc_merchant li p {
  padding-left: 0;
  padding-right: 25px;
}
.fc_merchant li p .tel {
  font-size: 16px;
}
.fc_merchant li p .tel::before {
  /*font-family: icomoon;*/
  /*content: "\e911";*/
  /*padding: 0 0.2em 0 0;*/
}
.fc_merchant li p .tel a {
  font-size: 20px;
  font-weight: bold;
}
.fc_merchant .contact {
  width: auto;
  height: auto;
  /*margin: 40px auto 0;*/
  /*padding-top: 30px;*/
  padding-bottom: 40px;
  background-image: url(../img/shop/sp_contact_bg.png);
  background-size: 100% 100%;
  /*color: #fff;*/
  font-size: 26px;
}
.fc_merchant .contact .txt {
  margin: 0 auto;
}
.fc_merchant .contact .tel::before {
  /*font-family: icomoon;*/
  /*content: "\e911";*/
  /*padding: 0 0.2em 0 0;*/
  top: 8px;
  left: 1px;
}




}
















