@import url(base.css);
@import url(common.css);
@import url(lib.css);
/*PC*/
/*SP*/
/* ---------------------------------
---------------------------------- */
header {
  background: url(../img/head_bg2.png) no-repeat top left;
  background-size: cover;
}
header #header {
  width: 1000px;
  margin: 0 auto;
  height: 130px;
  position: relative;
}
header #header h1 {
  width: 192px;
  margin: auto;
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
}
header #header p#maintxt {
  position: absolute;
  top: 10px;
  left: 0px;
}
header #header #searchbox {
  width: 350px;
  position: absolute;
  top: 30px;
  right: 0px;
}
header #header #icon {
  position: absolute;
  bottom: -6px;
  left: 0px;
}
header #header nav {
  position: absolute;
  top: 100px;
  right: 0px;
}
header #header nav ul {
  zoom: 1;
}
header #header nav ul:after {
  display: table;
  clear: both;
  content: "";
}
header #header nav ul:before {
  display: table;
  content: "";
}
header #header nav ul li {
  float: left;
  margin-left: 7px;
}
header #header nav ul li a {
  display: block;
  padding: 2px 12px;
  background: #002C60;
  color: white;
  border-radius: 5px;
  font-weight: bold;
}
header #header nav ul li a:hover {
  text-decoration: none;
  background: #666;
}

/*SP*/
@media (max-width: 640px) {
  header {
    background: url(../img/head_bg2.png) no-repeat top left;
    background-size: cover;
  }
  header #header {
    width: 100%;
    height: 240px;
    position: relative;
  }
  header #header h1 {
    width: 180px;
    margin: auto;
    z-index: 1;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
  }
  header #header h1 img {
    width: 100%;
  }
  header #header p#maintxt {
    width: 150px;
    margin: auto;
    position: absolute;
    top: 10px;
    left: 0px;
    right: 0px;
  }
  header #header p#maintxt img {
    width: 100%;
  }
  header #header #searchbox {
    width: 280px;
    margin: auto;
    position: absolute;
    top: 155px;
    right: 0px;
    left: 0px;
    z-index: 10;
  }
  header #header #searchbox img {
    width: 100%;
  }
  header #header #icon {
    position: absolute;
    bottom: -6px;
    left: 0px;
    z-index: 0;
    display: none;
  }
  header #header nav {
    display: none;
  }
}
nav#gnav {
  margin-bottom: 0px;
}

#all {
  text-align: right;
  color: #e96b41;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}

ul#menulist {
  zoom: 1;
  margin-bottom: 30px;
}
ul#menulist:after {
  display: table;
  clear: both;
  content: "";
}
ul#menulist:before {
  display: table;
  content: "";
}
ul#menulist li {
  width: 220px;
  float: left;
  margin-bottom: 18px;
  margin-right: 18px;
  background: white;
}
ul#menulist li p.list_frm {
  text-align: center;
  padding: 10px;
  background: #f99856;
  color: white;
  font-size: 14px;
  font-weight: bold;
}
ul#menulist li dl {
  border: solid 1px #ccc;
  border-top: none;
}
ul#menulist li dl dt {
  padding: 5px;
  height: 145px;
  overflow: hidden;
  padding-bottom: 0;
}
ul#menulist li dl dt img {
  width: 100%;
}
ul#menulist li dl dd {
  padding: 8px;
  padding-bottom: 12px;
  font-size: 14px;
  font-weight: bold;
  color: #e96b41;
  text-align: center;
}
ul#menulist li dl dd span {
  display: block;
}
ul#menulist li:nth-child(4n) {
  margin-right: 0;
}

/*SP*/
@media (max-width: 640px) {
  ul#menulist {
    zoom: 1;
    margin-bottom: 0px;
    padding: 15px;
  }
  ul#menulist:after {
    display: table;
    clear: both;
    content: "";
  }
  ul#menulist:before {
    display: table;
    content: "";
  }
  ul#menulist li {
    width: 100%;
    float: none;
    margin-bottom: 18px;
    margin-right: 5%;
  }
  ul#menulist li p.list_frm {
    text-align: center;
    padding: 10px;
    background: #f99856;
    color: white;
    font-size: 14px;
    font-weight: bold;
  }
  ul#menulist li dl {
    border: solid 1px #ccc;
    border-top: none;
  }
  ul#menulist li dl dt {
    padding: 18px;
    padding-bottom: 0;
    height: inherit;
    overflow: visible;
  }
  ul#menulist li dl dt img {
    width: 100%;
  }
  ul#menulist li dl dd {
    padding: 8px;
    padding-bottom: 12px;
    font-size: 14px;
    font-weight: bold;
    color: #e96b41;
    text-align: center;
  }
  ul#menulist li dl dd span {
    display: block;
  }
  ul#menulist li:nth-child(2n) {
    margin-right: 0;
  }

  #all {
    width: 90%;
    margin: 0 auto;
    text-align: right;
    color: #e96b41;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: -10px;
    margin-top: 8px;
  }
}
#listbox {
  width: 938px;
  margin: 0 auto;
}

/*SP*/
@media (max-width: 640px) {
  #listbox {
    width: 100%;
  }
}
#menutit {
  background: white;
  border: solid 5px #e15f06;
  padding: 40px;
  margin-bottom: 40px;
}
#menutit h2.index03 {
  font-size: 25px;
  color: #e15f06;
  padding-top: 2px;
  display: table-cell;
  margin-bottom: 30px;
}
#menutit h2.index03 span {
  width: 180px;
  background: #e15f06;
  color: white;
  vertical-align: middle;
  font-size: 13px;
  padding: 2px 5px;
  padding-top: 4px;
  text-align: center;
  display: inline-block;
  margin-right: 10px;
}
#menutit #menubox {
  clear: both;
  margin-top: 30px;
  zoom: 1;
}
#menutit #menubox:after {
  display: table;
  clear: both;
  content: "";
}
#menutit #menubox:before {
  display: table;
  content: "";
}
#menutit #menubox #menu_img {
  width: 460px;
  float: left;
}
#menutit #menubox #menu_ex {
  width: 400px;
  float: right;
}
#menutit #menubox #menu_ex p {
  font-size: 16px;
  line-height: 1.8em;
  margin-bottom: 15px;
}
#menutit #menubox #menu_ex dl dt {
  font-size: 14px;
  font-weight: bold;
  color: #002c60;
  margin-bottom: 8px;
}
#menutit #menubox #menu_ex dl dd img {
  width: 250px;
  border: solid 10px rgba(255, 255, 255, 0.7);
  box-shadow: 2px 0px 10px #999;
  margin-left: 0;
}

/*SP*/
@media (max-width: 640px) {
  #menutit {
    width: 90%;
    margin: 0 auto;
    border: solid 2px #e15f06;
    padding: 10px 15px;
    margin-bottom: 40px;
  }
  #menutit h2.index03 {
    font-size: 20px;
    color: #e15f06;
    padding-top: 2px;
    display: table-cell;
    margin-bottom: 15px;
  }
  #menutit h2.index03 span {
    width: 100%;
    background: #e15f06;
    color: white;
    vertical-align: middle;
    font-size: 13px;
    padding: 2px 5px;
    padding-top: 4px;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 15px;
  }
  #menutit #menubox {
    clear: both;
    margin-top: 15px;
    zoom: 1;
  }
  #menutit #menubox:after {
    display: table;
    clear: both;
    content: "";
  }
  #menutit #menubox:before {
    display: table;
    content: "";
  }
  #menutit #menubox #menu_img {
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }
  #menutit #menubox #menu_img img {
    width: 100%;
  }
  #menutit #menubox #menu_ex {
    width: 100%;
    float: none;
  }
  #menutit #menubox #menu_ex p {
    font-size: 14px;
    line-height: 1.8em;
    margin-bottom: 15px;
  }
  #menutit #menubox #menu_ex dl dt {
    font-size: 14px;
    font-weight: bold;
    color: #002c60;
    margin-bottom: 8px;
  }
  #menutit #menubox #menu_ex dl dd img {
    width: 100%;
    border: solid 10px rgba(255, 255, 255, 0.7);
    box-shadow: 2px 0px 10px #999;
    margin-left: 0;
  }
}
#recipebox {
  width: 1000px;
  margin: 0 auto;
  zoom: 1;
  font-size: 14px;
  margin-bottom: 50px;
}
#recipebox:after {
  display: table;
  clear: both;
  content: "";
}
#recipebox:before {
  display: table;
  content: "";
}
#recipebox h3 {
  font-size: 27px;
  color: #e15f06;
  margin-bottom: 15px;
}
#recipebox h4 {
  background: #e15f06;
  color: white;
  padding: 2px;
  padding-left: 15px;
  margin-bottom: -1px;
}
#recipebox #recipe_l {
  width: 380px;
  float: left;
}
#recipebox #recipe_l table {
  width: 100%;
  margin-bottom: -1px;
}
#recipebox #recipe_l table tr th, #recipebox #recipe_l table tr td {
  width: 50%;
  padding: 5px 15px;
  text-align: left;
  border: solid 1px #ccc;
}
#recipebox #recipe_r {
  width: 570px;
  float: right;
}
#recipebox #recipe_r ul li {
  clear: both;
  zoom: 1;
  line-height: 1.8em;
  font-size: 16px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: dotted 2px #e15f06;
}
#recipebox #recipe_r ul li:after {
  display: table;
  clear: both;
  content: "";
}
#recipebox #recipe_r ul li:before {
  display: table;
  content: "";
}
#recipebox #recipe_r ul li span.step_num {
  background: #e15f06;
  color: white;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  width: 25px;
  height: 25px;
  margin-right: 15px;
  display: block;
  float: left;
}
#recipebox #recipe_r ul li span.step_img {
  float: right;
  border: solid 3px white;
  display: block;
  margin-left: 10px;
}

#tipbox {
  width: 850px;
  margin: 0 auto;
  background: #fcffec;
  padding: 20px;
  margin-bottom: 70px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px #ccc;
}
#tipbox .point, #tipbox .point2 {
  margin-bottom: 25px;
}
#tipbox .point h4, #tipbox .point2 h4 {
  padding-left: 45px;
  min-height: 40px;
  font-size: 20px;
  color: #e15f06;
}
#tipbox .point p, #tipbox .point2 p {
  font-size: 14px;
  font-weight: bold;
}
#tipbox .point h4 {
  background: url(../img/icon_food.png) no-repeat 0 20%;
}
#tipbox .point2 h4 {
  background: url(../img/icon_food2.png) no-repeat 0 -10px;
}

/*SP*/
@media (max-width: 640px) {
  #recipebox {
    width: 90%;
    margin: 0 auto;
    zoom: 1;
    font-size: 14px;
    margin-bottom: 0px;
  }
  #recipebox:after {
    display: table;
    clear: both;
    content: "";
  }
  #recipebox:before {
    display: table;
    content: "";
  }
  #recipebox h3 {
    font-size: 27px;
    color: #e15f06;
    margin-bottom: 15px;
  }
  #recipebox h4 {
    background: #e15f06;
    color: white;
    padding: 2px;
    padding-left: 15px;
    margin-bottom: -1px;
  }
  #recipebox #recipe_l {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  #recipebox #recipe_l table {
    width: 100%;
    margin-bottom: -1px;
  }
  #recipebox #recipe_l table tr th, #recipebox #recipe_l table tr td {
    width: 50%;
    padding: 5px 15px;
    text-align: left;
    border: solid 1px #ccc;
  }
  #recipebox #recipe_r {
    width: 100%;
    float: none;
  }
  #recipebox #recipe_r ul li {
    line-height: 1.8em;
    font-size: 14px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: dotted 2px #e15f06;
  }
  #recipebox #recipe_r ul li span.step_num {
    background: #e15f06;
    color: white;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    width: 25px;
    height: 25px;
    margin-right: 15px;
    display: block;
    float: left;
  }
  #recipebox #recipe_r ul li span.step_img {
    float: right;
    border: solid 3px white;
    display: block;
    margin-left: 10px;
  }

  #tipbox {
    width: 90%;
    margin: 20px auto;
    background: #fcffec;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #ccc;
  }
  #tipbox .point, #tipbox .point2 {
    margin-bottom: 25px;
  }
  #tipbox .point h4, #tipbox .point2 h4 {
    padding-left: 27px;
    min-height: 22px;
    margin-bottom: 15px;
    font-size: 22px;
    color: #e15f06;
  }
  #tipbox .point p, #tipbox .point2 p {
    font-size: 14px;
    font-weight: bold;
  }
  #tipbox .point h4 {
    background: url(../img/icon_food.png) no-repeat 0 0%;
    background-size: 18px;
  }
  #tipbox .point2 h4 {
    background: url(../img/icon_food2.png) no-repeat 0 -5px;
    background-size: 18px;
  }
}
/* ---------------------------------
HELLO ABOUT
---------------------------------- */
#greetbox {
  background: url(../img/about/hello_bg.jpg) no-repeat;
  background-size: cover;
}
#greetbox #hello {
  width: 1000px;
  margin: 0 auto;
  height: inherit;
  position: relative;
  color: white;
  text-align: center;
  padding: 60px 0;
  padding-bottom: 140px;
}
#greetbox #hello h2 {
  vertical-align: middle;
  margin-bottom: 20px;
  font-size: 36px;
}
#greetbox #hello p {
  font-size: 16px;
  line-height: 2em;
}
#greetbox #hello p span {
  font-weight: bold;
  color: #ECDB71;
}

#jmsdfbox {
  width: 100%;
  background: white;
}
#jmsdfbox #jmsdf_in {
  width: 1000px;
  margin: 0 auto;
  height: 290px;
  position: relative;
}
#jmsdfbox p#photo {
  width: 983px;
  height: 213px;
  margin: auto;
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
}
#jmsdfbox #jmsdf {
  width: 104px;
  height: 150px;
  margin: auto;
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
}

/*SP*/
@media (max-width: 640px) {
  #greetbox {
    background: url(../img/about/hello_bg.jpg) no-repeat;
    background-size: cover;
  }
  #greetbox #hello {
    width: 90%;
    margin: 0 auto;
    height: 725px;
    position: relative;
    color: white;
    text-align: left;
  }
  #greetbox #hello h2 {
    margin-bottom: 20px;
    font-size: 30px;
    text-align: center;
  }
  #greetbox #hello p {
    font-size: 14px;
    line-height: 2em;
  }

  #jmsdfbox {
    width: 100%;
    background: white;
  }
  #jmsdfbox #jmsdf_in {
    width: 100%;
    height: 290px;
    position: relative;
  }
  #jmsdfbox p#photo {
    width: 100%;
    height: inherit;
    margin: auto;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
  }
  #jmsdfbox p#photo img {
    width: 100%;
  }
  #jmsdfbox #jmsdf {
    width: 104px;
    height: 150px;
    margin: auto;
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
  }
}
/* ---------------------------------
TIP
---------------------------------- */
.ex {
  font-size: 16px;
}

.ex2 {
  font-size: 16px;
  line-height: 2.2em;
}

.box01 {
  zoom: 1;
  margin-bottom: 40px;
}
.box01:after {
  display: table;
  clear: both;
  content: "";
}
.box01:before {
  display: table;
  content: "";
}
.box01 .cont_l {
  width: 680px;
  float: left;
}
.box01 .cont_r {
  width: 270px;
  float: right;
}
.box01 .cont_r img {
  border: solid 1px #ccc;
}

.box02 {
  padding: 180px 50px;
  font-size: 18px;
  font-weight: bold;
  line-height: 2.5em;
  background: url(../img/tip02/bg01.jpg) no-repeat left 50%;
  background-size: cover;
  color: white;
}

ul.story_list {
  zoom: 1;
  margin-bottom: 80px;
}
ul.story_list:after {
  display: table;
  clear: both;
  content: "";
}
ul.story_list:before {
  display: table;
  content: "";
}
ul.story_list li {
  width: 320px;
  float: left;
  margin-right: 20px;
}
ul.story_list li:nth-child(3n) {
  margin-right: 0;
}

ul.story_list2 {
  zoom: 1;
  margin-bottom: 80px;
}
ul.story_list2:after {
  display: table;
  clear: both;
  content: "";
}
ul.story_list2:before {
  display: table;
  content: "";
}
ul.story_list2 li {
  width: 235px;
  float: left;
  margin-right: 20px;
}
ul.story_list2 li:nth-child(4n) {
  margin-right: 0;
}


.btn01 {
  display: inline-block;
  font-size: 14px;
  margin-top: 15px;
}
.btn01 a {
  border: solid 2px #aaa;
  border-radius: 8px;
  display: block;
  padding: 2px 10px;
  font-weight: 500;
}
.btn01 a:hover {
  border: solid 2px #666;
  text-decoration: none;
  background: #f0f0f0;
}

table.historybox {
  width: 680px;
  margin-bottom: 60px;
}
table.historybox tr th, table.historybox tr td {
  font-size: 14px;
  padding: 10px;
  border: solid 1px #ccc;
  vertical-align: top;
  font-weight: 500;
}
table.historybox tr th {
  white-space: nowrap;
  font-weight: bold;
  color: #666;
}

/*SP*/
@media (max-width: 640px) {
  .ex {
    font-size: 16px;
  }

  .ex2 {
    font-size: 16px;
    line-height: 2em;
  }

  .box01 {
    zoom: 1;
    margin-bottom: 40px;
  }
  .box01:after {
    display: table;
    clear: both;
    content: "";
  }
  .box01:before {
    display: table;
    content: "";
  }
  .box01 .cont_l {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .box01 .cont_r {
    width: 100%;
    float: none;
    text-align: center;
  }
  .box01 .cont_r img {
    border: solid 1px #ccc;
  }

  ul.story_list {
    zoom: 1;
    margin-bottom: 0px;
  }
  ul.story_list:after {
    display: table;
    clear: both;
    content: "";
  }
  ul.story_list:before {
    display: table;
    content: "";
  }
  ul.story_list li {
    width: 320px;
    margin: 0 auto !important;
    margin-bottom: 15px !important;
    float: none;
  }
  ul.story_list li img {
    width: 100%;
  }

  .btn01 {
    display: inline-block;
    font-size: 14px;
    margin-top: 15px;
  }
  .btn01 a {
    border: solid 2px #aaa;
    border-radius: 8px;
    display: block;
    padding: 2px 10px;
    font-weight: 500;
  }
  .btn01 a:hover {
    border: solid 2px #666;
    text-decoration: none;
    background: #f0f0f0;
  }

  table.historybox {
    width: 100%;
    margin-bottom: 20px;
  }
  table.historybox tr th, table.historybox tr td {
    font-size: 14px;
    padding: 5px;
    border: solid 1px #ccc;
    vertical-align: top;
    font-weight: 500;
  }
  table.historybox tr th {
    white-space: nowrap;
    font-weight: bold;
    font-size: 12px;
    color: #666;
  }
}
/*SP_s*/
@media (max-width: 370px) {
  ul.story_list li {
    width: 100%;
  }
}
.tipbox {
  border: double 5px #e15f06;
  margin-bottom: 60px;
  padding: 20px;
  padding-bottom: 0;
}
.tipbox h3 {
  font-size: 23px;
  margin-bottom: 20px;
  color: #e15f06;
}
