﻿heading@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:400,900');

/* ------------------------------------------
Document
------------------------------------------ */
figure {
  margin: 0;
  padding: 0;
}

section {
  width: 940px;
  margin: 0 auto;
}

img {
  max-width: 100%;
  height: auto;
}

/*body {
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}*/

body#salad-bar * section {
  box-sizing: border-box;
}

body#salad-bar * img {
  vertical-align: top;
}


/* ------------------------------------------
MV
------------------------------------------ */
.mv {
  background: url(../images/mv.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  height: 50vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mv .mv_txt h1 {
  color: #fff;
  font-size: 33px;
  font-weight: 600;
  text-align: center;
  line-height: 1.6em;
  margin-bottom: 14vh;
}

section#intro {
  margin-bottom: 60px;
}

section#menu {
  z-index: 10;
  position: relative;
  margin-bottom: 60px;
}

article#cts {
  padding-top: 40px;
  padding-bottom: 80px;
}

/* ------------------------------------------
BG
------------------------------------------ */
.wrap_bg {
  position: relative;
}

.wrap_bg .img_bg_left {
  background: url(../images/bg_left.png) left top repeat-y;
  width: 380px;
  height: 100%;
}

.wrap_bg .img_bg_left {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  opacity: .6;
}

.wrap_bg .img_bg_right {
  background: url(../images/bg_right.png) left top repeat-y;
  width: 380px;
  height: 100%;
}

.wrap_bg .img_bg_right {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  opacity: .6;
}

section.content {
  position: relative;
  z-index: 10;
}

/* ------------------------------------------
txt
------------------------------------------ */
#salad-bar h1.heading {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: #6c4421;
  /*border-bottom: 2px solid #555;*/
  border-radius: 5px;
}

#salad-bar h1.heading span,
#salad-bar h2.heading_02 span,
#salad-bar h3.heading_03 span {
  font-size: 14px;
  padding-left: 1rem;
}

#salad-bar h2.heading_02 {
  padding: 0 0 5px;
  margin: 0 0 20px;
  font-size: 18px;
  font-weight: bold;
  color: #6c4421;
  border-bottom: 2px dotted #6c4421;
}

#salad-bar h3.heading_03 {
  margin: 0 0 20px;
  font-size: 18px;
  font-weight: bold;
  color: #6c4421;
  padding: 0 0 0 15px;
  border-left: 8px solid #6c4421;
}

#salad-bar .lead_top {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  margin: 0 auto 15px;
  z-index: 10;
  position: relative;
}

#salad-bar .lead_top span.point {
  font-size: 28px;
  color: #ff4100;
  text-shadow: -3px -3px 0 #fff, -3px 0 0 #fff, -3px 3px 0 #fff, 0 -3px 0 #fff, 0 3px 0 #fff, 3px -3px 0 #fff, 3px 0 0 #fff, 3px 3px 0 #fff;
}

#salad-bar .lead_02,
#salad-bar .lead_03 {
  font-size: 22px;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

/*#salad-bar .lead_03 {
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
}*/
#salad-bar .txt {
  font-size: 16px;
  line-height: 1.6;
}

#salad-bar .txt_01 {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}

#salad-bar #intro .kead_02,
#salad-bar #intro .txt,
#salad-bar #intro .txt_01 {
  text-align: center;
}

/*#salad-bar #intro span.marker {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 0%, #fffe8c 0%) repeat scroll 0 0;
  color: #038a00;
}*/

#salad-bar span.marker {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #fffa69 0%) repeat scroll 0 0;
}

#salad-bar .fb {
  font-weight: bold;
}

#salad-bar #intro .box {
  padding: 20px;
  border: 2px solid #c5df99;
  border-radius: 4px;
  z-index: 10;
  position: relative;
  background-color: rgba(237, 247, 236, 0.7);
}

#salad-bar #intro .box .txt .lead_02 {
  color: #038a00;
  opacity: 1;
  z-index: 20;
}

#salad-bar #intro .box .txt {
  color: #6c4421;
}

#salad-bar #intro .box .txt .lead_03 {
  color: #6c4421;
  opacity: 1;
  z-index: 20;
}

#salad-bar #intro .box .txt .lead_03 span.marker {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #fffd5d 0%) repeat scroll 0 0;
}

#salad-bar #intro .box .txt.notice {
  color: #ff0000;
  font-weight: bold;
}

/* ------------------------------------------
menu
------------------------------------------ */
#salad-bar #menu .menu_list {
  display: flex;
  gap: 10px 10px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

#salad-bar #menu .menu_list li {
  width: calc((100% - 30px) / 4);
  box-sizing: border-box;
  background-color: #fff;
  padding: 2px;
  border: 1px solid #ccc;
}

#salad-bar #menu .menu_list li.no-photo {
  padding: 0;
  border: none;
  /* 202409 add */
  background-color: rgba(255, 255, 255, 0);
}

#salad-bar #menu .menu_list li.no-photo .wrapper {
  background-color: #fff;
  padding: 2px;
  border: 1px solid #ccc;
  margin-top: 10px;
}

#salad-bar #menu .menu_list li.no-photo .wrapper:first-child {
  margin-top: 0;
}

#salad-bar #menu .menu_list li .lavel {
  padding: 10px;
  color: #63441d;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
}

#salad-bar #menu .menu_list li a:hover .lavel {
  opacity: .8;
}

#salad-bar #menu .menu_list li a.link {
  position: relative;
  display: block;
}

#salad-bar #menu .menu_list li a.link:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #cc0000;
  bottom: 10px;
  right: 10px;
  z-index: 10;
  border: 2px solid #fff;
}

#salad-bar #menu .menu_list li a.link:after {
  content: "";
  position: absolute;
  bottom: 16px;
  right: 11px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 5px solid transparent;
  border-left: 8px solid #fff;
  margin-top: 0;
  z-index: 11;
}

#salad-bar #menu .menu_list li .lavel .ttl {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  color: #fff;
}

#salad-bar #menu .menu_list li .lavel span.eng {
  display: block;
  margin-top: 6px;
  padding-top: 8px;
  border-top: 1px solid #fff;
  font-size: 12px;
  line-height: 1.2;
}

#salad-bar #menu .menu_list li .lavel span.new {
  display: inline-block;
  font-size: 10px;
  line-height: 1;
  padding: 3px 4px;
  border-radius: 2px;
  background-color: #ef3b3b;
  color: #fff;
  margin-left: 3px;
}

#salad-bar #menu .menu_list li .lavel.cl_01 {
  background-color: #0f8947;
}

#salad-bar #menu .menu_list li .lavel.cl_02 {
  background-color: #76a822;
}

#salad-bar #menu .menu_list li .lavel.cl_03 {
  background-color: #ff8a8c;
}

#salad-bar #menu .menu_list li .lavel.cl_04 {
  background-color: #f57b31;
}

#salad-bar #menu .menu_list li .lavel.cl_05 {
  background-color: #bc1f39;
}

#salad-bar #menu .menu_list li .lavel.cl_06 {
  background-color: #703b2f;
}

#salad-bar #menu .menu_list li .lavel.cl_07 {
  background-color: #937200;
}

/*#salad-bar #menu .menu_list li {
  width: calc((100% - 30px) / 4);
  border: 10px solid #fff;
  box-shadow: 1px 0 4px 0 rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}*/
#salad-bar #menu .menu_list li figure {
  margin-top: auto;
}

#salad-bar #menu .menu_list li img {
  max-width: 100%;
}


/*notice*/
.wrap_list_notice {
  margin-top: 30px;
  padding: 20px 30px;
  background-color: #f5f5f5;
}

.list_notice {
  list-style-type: none;
  text-align: left;
  margin-bottom: 10px;
}

.list_notice li {
  position: relative;
  margin-bottom: 5px;
  line-height: 1.4;
  margin-left: 1rem;
}

.list_notice li:before {
  display: inline-block;
  content: "※";
  margin-left: -1rem;
}

.wrap_list_notice h3 {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
  line-height: 1;
}

.salad-bar-movie {
  width: 580px;
  margin: 30px auto 0;
}

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

  .salad-bar-movie {
    width: 100%;
  }

  .salad-bar-movie .youtube {
    width: 92%;
    aspect-ratio: 9 / 16;
    margin: 0 auto 40px;
  }
}

.btn_box {
  width: 940px;
  text-align: center;
  margin: 0 auto;
  padding: 0 0 30px 0;
}

a.btn {
  width: 50%;
  display: inline-block;
  position: relative;
  font-size: 20px;
  font-weight: normal;
  padding: 25px;
  border-radius: 5px;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  background-color: #ff4100;
  margin: 0 auto;
  box-sizing: border-box;
}

a.btn:hover {
  background-color: #e73b00;
}

a.btn:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  top: 50%;
  margin-top: -15px;
  right: 20px;
}

a.btn:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 27px;
  margin: -4px 0 0 0;
  border-top: 12px solid #ff4100;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

a.btn:hover:after {
  border-top: 12px solid #e73b00;
}

/*btn_cmn*/
a.btn_cmn {
  width: 50%;
  display: inline-block;
  position: relative;
  font-size: 20px;
  font-weight: normal;
  padding: 25px;
  border-radius: 5px;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  background-color: #4a260c;
  margin: 20px auto;
  box-sizing: border-box;
}

a.btn_cmn:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  top: 50%;
  margin-top: -15px;
  right: 20px;
}

a.btn_cmn:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 28px;
  margin: -8px 0 0 0;
  border-top: 8px solid transparent;
  border-left: 12px solid #3d1d07;
  border-bottom: 8px solid transparent;
}

a.btn_cmn:after {
  border-left: 12px solid #4a260c;
}

a.btn_cmn:hover {
  background-color: #4a260c;
}

a.btn_cmn:hover:after {
  border-left: 12px solid #4a260c;
}

a.btn_cmn:hover {
  background-color: #3d1d07;
}

a.btn_cmn:hover:after {
  border-left: 12px solid #3d1d07;
}

a.jump_point {
  height: 1px;
  display: block;
  padding-top: 40px;
  margin-top: -40px;
}

@media only screen and (max-width:768px) {
  article#cts {
    padding-bottom: 40px;
    width: 90%;
    margin: 0 auto;
  }

  section {
    width: 100%;
    margin: 0 auto;
  }

  .wrap_bg .img_bg_left,
  .wrap_bg .img_bg_right {
    display: none;
  }

  #salad-bar .lead_top span.point {
    font-size: 20px;
  }

  #salad-bar .lead_02 {
    font-size: 20px;
  }

  #salad-bar #menu .menu_list li {
    width: calc((100% - 10px) / 2);
  }

  #salad-bar #menu .menu_list li .lavel .ttl {
    font-size: 14px;
  }

  #salad-bar #menu .menu_list li .lavel {
    height: 90px;
  }

  #salad-bar .list_shop {
    line-height: 1.8;
  }

  #salad-bar h1.heading span,
  #salad-bar h2.heading_02 span,
  #salad-bar h3.heading_03 span {
    display: block;
    padding-left: 0;
  }

  #salad-bar #intro .txt,
  #salad-bar #intro .txt_01 {
    text-align: left;
  }

  #salad-bar #menu .menu_list li a.link:before {
    width: 16px;
    height: 16px;
    bottom: 5px;
    right: 5px;
  }

  #salad-bar #menu .menu_list li a.link:after {
    bottom: 11px;
    right: 7px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid transparent;
    border-left: 7px solid #fff;
  }

  .btn_box {
    width: 100%;
  }

  a.btn {
    width: 100%;
  }

  a.btn_cmn {
    width: 100%;
    font-size: 16px;
  }

  a.btn_cmn:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    margin-top: -15px;
    right: 20px;
  }

  a.btn_cmn:after {
    right: 25px;
    margin: -10px 0 0 0;
    border-top: 7px solid transparent;
    border-left: 10px solid #4a260c;
    border-bottom: 7px solid transparent;
  }

}