@charset "utf-8";

header {
  background: #c92120;
	padding:1rem;
}

header nav {
  position: fixed;
  width: 300px;
  top: 0;
  right: -300px;
  background-color: rgba(33, 33, 33, .9);
  height: 100%;
  padding-top: 60px;
	z-index: 2;
}

header nav ul li {
	height: 50px;
	line-height: 50px;
}

header nav ul li a {
  color: #ffffff;
  padding:0 0 0 20px;
	display: block;
}

header nav ul li a:hover{
	color: #333;
	background:#fff;
}

header .btn-gnavi {
  position: fixed;
  top: 30px;
  right: 20px;
  width: 30px;
  height: 24px;
  z-index: 3;
  cursor: pointer;
  transition: all 400ms;
  -webkit-transition: all 400ms;
}

header .btn-gnavi span {
  position: absolute;
  width: 30px;
  height: 3px;
  background: #fff;
  border-radius: 10px;
  -webkit-transition: all 400ms;
  transition: all 400ms
}

header .btn-gnavi span:nth-child(1) {
  top: 0;
}

header .btn-gnavi span:nth-child(2) {
  top: 10px;
}

header .btn-gnavi span:nth-child(3) {
  top: 20px;
}

header .btn-gnavi.hb-open {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

header .btn-gnavi.hb-open span {
  background: #fff;
}

header .btn-gnavi.hb-open span:nth-child(1) {
  width: 24px;
  transform: translate(-7px, 17px) rotate(45deg);
  -webkit-transform: translate(-7px, 17px) rotate(45deg);
}

header .btn-gnavi.hb-open span:nth-child(3) {
  width: 24px;
  transform: translate(-7px, -17px) rotate(-45deg);
  -webkit-transform: translate(-7px, -17px) rotate(-45deg);
}

header h1 img{
	max-width: 150px;
}

/********************
/main
/********************/

.wrap{
	max-width: 1200px;
	margin: 0 auto;
	padding: 5rem 20px;
}

h2{
  font-size: 32px;
  text-align: center;
  margin: 5% 0;
  font-family: 'RocknRoll One', sans-serif;
}

.mv{
	display: flex;
  justify-content: space-between;
}

.mv .slide{
	width:75%;
}

.mv .slide li img{
	width: 100%;
	height: 70vh;
	object-fit: cover;
	object-position: center;
}

.mv .mv_text{
	background: #ddd;
	line-height: 1.5;
  width: 25%;
  position: relative;
}

.mv .mv_content{
  position: absolute;
  bottom: 30px;
  right:10px;
  font-size: 15px;
  text-align: right;
}

.mv .mv_content img{
  display: block;
  margin:0 10px 20px auto;
}

.mv .mv_content span{
  color: #c92120;
}

/************************
/food
/************************/

.food ul{
  display: flex;
  justify-content: space-between;
}

.food ul li{
  width: 50%;
}

.food ul li img{
  width: 100%;
  object-fit: cover;
}

.food_text_wrap{
  padding:30px;
  box-sizing: border-box;
}

.food_content{
  display: flex;
  margin: 20px 0 0 0;
}

.food_text{
  width: 60%;
  margin: 0 20px 0 0;
  line-height: 1.5;
}

.food_text a{
  color: #3A8BCB;
  display: block;
  text-align: right;
  font-weight: bold;
}

.food_content .food_content_img{
  width: 40%;
}

.pc_reverse{
  flex-flow: row-reverse;
}

.food_content_img_reverse{
  width: 250px;
}

.food_text_reverse{
  width: 60%;
  margin: 0 0 0 20px;
  line-height: 1.5;
}

.juwatto_logo{
  /*background: #F1D755;*/
  padding:10px;
}

.juwatto_wanted{
  background: #F1D755;
  padding:10px;
  margin: 10px 0 0 0;
  border-radius: 10px;
  text-align: left;
  line-height: 1.7;
}

/**************************
/message
/**************************/

.message{
  position: relative;
}

.recruit_img{
  position: relative;
}

.recruit_img img{
  width: 100%;
}

.recruit_img .contact_us{
  width: 100px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

h3{
  font-size: 24px;
  margin: 0 0 10px 0;
  line-height: 1.5;
}

.message p img{
  width: 100%;
  max-height: 70vh;
  object-fit: cover;
}

.message ul{
  display: flex;
  justify-content: space-between;
  margin: 0 0 20px 0;
}

.message ul li.message_img{
  text-align: center;
  width: 40%;
}

.message ul .message_text{
  padding: 30px;
  box-sizing: border-box;
  width: 60%;
}

.message ul .message_text p{
  line-height: 1.5;
}

.message ul .message_text span{
  display: block;
  margin: 20px 0 0 0;
}

.message .join_us{
  width: 250px;
  background:rgba(219, 92, 15, 0.5);
  padding: 20px;
  border-radius: 20px;
  position: absolute;
  top: 140px;
  left: 20px;
  color: #fff;
  line-height: 1.2;
}

.message .join_us .message_title{
  text-align: center;
  margin:0 0 10px 0;
  font-size: 21px;
}

/*********************
/footer
/********************/

.bg_gray{
  background: #eee;
  padding: 5rem 20px;
}

table{
  margin:0 auto;
  width: 800px;
}

table tr{
  height: 50px;
  border-bottom: 1px solid #aaa;
  line-height: 50px;
}

table th{
  width: 20%;
  text-align: left;
  padding: 0 0 0 20px;
}

table td a{
  color: #333;
  text-decoration: underline;
  display: inline-block;
}

.copyright{
  background: #c92120;
  text-align: center;
  padding: 20px;
  color: #fff;
  font-size: 12px;
}

.wanted_stop{
  font-size: 14px;
  line-height: 1.7;
  margin: 10px 0 0 0;
}

@media screen and (max-width:780px) {

  .wrap{
    padding:2rem 20px;
  }

  .mv{
    display: block;
  }

  .mv .slide{
    width: 100%;
  }

  .mv .mv_content{
    position: static;
    padding: 20px;
    text-align: center;
  }

  .mv .mv_content img{
    margin: 0 auto 10px;
  }

  .mv .slide li img{
    object-fit: contain;
    height: auto;
  }

  .mv .mv_text{
    position: static;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
}

.food ul,.message ul{
  flex-direction: column;
}

.message ul li.message_img{
  margin:0 auto;
}

.food ul li,.message ul li{
  width: 100%;;
}

.food_text_wrap{
  padding: 20px;
}

.food_text,.message ul .message_text p{
  font-size: 14px;
}

.message_img img{
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: top;
}

.message ul .message_text{
  padding: 20px 0;
  order: 2;
  width: 100%;
}

h3{
  font-size: 18px;
}

table{
  width: 100%;
  font-size: 14px;
}

table tr{
  line-height: 40px;
}

table th{
  display: block;
  width: 100%;
  padding:0;
}

table td{
  display: block;
  width: 100%;
}

.copyright{
  font-size: 10px;
  padding: 10px;
}

.message .join_us{
  position: static;
  margin: 20px auto 50px;
}

.recruit_img .contact_us{
  width: 70px;
}
}


/*追記1*/
.food_text_reverse {
  font-size: 14px;
}

.bk_d1 {
  padding:1%;
  background-color: #e9be7f;
  margin-bottom: 30px;
}
.bk_d2 {
  padding:1%;
  background-color: #d6e5b7;
  margin-bottom: 30px;
}
.bk_d3 {
  padding:1%;
  background-color: #a4d0e8;
  margin-bottom: 30px;
}
.bk_d4 {
  padding:1%;
  background-color: #e9aeab;
  margin-bottom: 30px;
}
.bk_d5 {
  padding:1%;
  background-color: #f6f2b1;
  margin-bottom: 30px;
}
.bd_img {
  width: 90%;
  margin:0 auto;
  display: block;
}
.c_cont {
  padding: 2% 10%;
  line-height:1.5;
}
.c_cont_t {
  text-align: center;
  font-size: 20px;
}
.c_cont_c {
  margin-bottom: 30px;
}
.c_cont_t1 {
  font-weight: bold;
}
.c_cont_t2 {
}
.pc_img { display: block !important; }
.sp_img { display: none !important; }
 
@media only screen and (max-width: 780px) {
    .pc_img { display: none !important; }
    .sp_img { display: block !important; }
}