@charset "utf-8";

body {
  font-family: 'M PLUS Rounded 1c', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  transform:rotateZ(0.03deg);
  color: #333333;
}

img {
  display: block;
}

.color01 {
  color: #029243;
}

.color02 {
  color: #E60013;
}

/*===============================================
●PC
===============================================*/
@media screen and (min-width: 769px) {
  body {
    min-width: 1000px;
    margin: 0 auto;
    text-align: center;
  }
  a:hover img {
    opacity: 0.8;
  }
  .sp-only {
    display:none !important;
  }
  .list-flex{
    display:-webkit-box !important;
    display:-moz-box !important;
    display:-ms-box !important;
    display:-webkit-flexbox !important;
    display:-moz-flexbox !important;
    display:-ms-flexbox !important;
    display:-webkit-flex !important;
    display:-moz-flex !important;
    display:-ms-flex !important;
    display:flex !important;
    -webkit-box-lines:multiple !important;
    -moz-box-lines:multiple !important;
    -webkit-flex-wrap:wrap !important;
    -moz-flex-wrap:wrap !important;
    -ms-flex-wrap:wrap !important;
    flex-wrap:wrap !important;
  }


  /* ヘッダー */
  header {
    text-align: left;
  }

  header p.header__head__logo{
    padding: 15px 0 0 20px;
  }

  header p.header__head__logo > a:nth-of-type(1) {
    display: inline-block;
    width:188px;
    height:auto;
  }

  header p.header__head__logo > a:nth-of-type(1) > img{
    width:188px;
    height:auto;
  }

  header p.header__head__logo > a:nth-of-type(2) {
    display: inline-block;
    margin: 0 0 0 60px;
    width:177px;
    height:auto;
  }

  header p.header__head__logo > a:nth-of-type(2) > img{
    width:177px;
    height:auto;
  }


  /* メイン画像 */
  .main_image {
    width: 100%;
    margin: 0 auto;
  }
  .main-image img {
    display: block;
    width: 100%;
    margin: 0 auto;
  }

  .bg {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 30px 0 120px 0;
    background: url(../img/bg.jpg) top center no-repeat;
    background-size: cover;
    overflow: hidden;
  }

  .bg > img.bg01 {
    position: absolute;
    z-index: 2;
    top: 70px;
    left: 0;
    width: 23%;
  }

  .top-txt {
    margin: 0 auto;
    font-size: 17px;
    font-weight: bold;
    line-height: 160%;
  }


  /* タイトル */
  .title-box {
    position: relative;
    width: 980px;
    margin: 90px auto 0 auto;
  }

  .title-box > img.gourmet {
    width: 98px;
    margin: 0 auto;
  }

  .title-box > img.gourmet-txt {
    position: absolute;
    top: -38px;
    right: 15px;
    width: 224px;
  }

  .title-box > img.food {
    width: 138px;
    margin: 0 auto;
  }

  .title-box > img.food-txt {
    position: absolute;
    top: -38px;
    right: 15px;
    width: 224px;
  }

  .title-box > img.recipe {
    width: 70px;
    margin: 0 auto;
  }

  .title-box > img.recipe-txt {
    position: absolute;
    top: -38px;
    right: 15px;
    width: 181px;
  }

  .title-box > img.event {
    width: 64px;
    margin: 0 auto;
  }

  .title-box > img.event-txt {
    position: absolute;
    top: -38px;
    right: 15px;
    width: 181px;
  }

  .title-box > h2 {
    width: 980px;
    height: 70px;
    margin: 10px auto 0 auto;
    padding: 15px 0 0 0;
    font-size: 42px;
    font-weight: bold;
    line-height: 100%;
    background: url(../img/title-bg01.png) top center no-repeat;
    background-size: cover;
  }

  .title-box > h2 > span.txt {
    display: inline-block;
    margin: 10px 0 0 0;
    font-size: 23px;
    font-weight: bold;
    line-height: 100%;
    vertical-align: top;
  }


  /* サブタイトル */
  .subtitle-box {
    width: 980px;
    height: 40px;
    margin: 20px auto 0 auto;
    padding: 10px 0 0 25px;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    line-height: 100%;
    background-color: #C7D86F;
    border-radius: 5px;
  }


  /* ボタン　メニュー */
  .btn-menu {
    display: block;
    width: 980px;
    height: 48px;
    margin: 20px auto 0 auto;
    padding: 9px 0 0 0;
    font-size: 30px;
    font-weight: bold;
    color: #ffffff !important;
    line-height: 100%;
    background: url(../img/btn-menu-bg.png) top center no-repeat;
    background-size: 980px;
  }

  .btn-menu span {
    position: relative;
    display: inline-block;
    margin: 2px 0 0 10px;
    font-size: 18px;
    vertical-align: top;
  }

  .btn-menu span:before {
    position: absolute;
    content: '';
    top: 5px;
    right: -25px;
    width: 20px;
    height: 20px;
    background: url(../img/btn-menu-icon.png) top center no-repeat;
    background-size: 20px;
  }


  /* gourmet-box */
  .gourmet-box {
    width: 980px;
    margin: 0 auto;
  }

  .gourmet-box > div {
    position: relative;
    width: 980px;
    height: 340px;
    margin: 20px auto 0 auto;
    background: url(../img/gourmet-bg.png) top center no-repeat;
    background-size: 980px;
  }

  .gourmet-box img.gourmet01 {
    position: absolute;
    z-index: 2;
    top: 26px;
    left: 32px;
    width: 189px;
  }

  .gourmet-box img.gourmet02 {
    position: absolute;
    z-index: 1;
    top: 22px;
    left: 208px;
    width: 191px;
  }

  .gourmet-box img.gourmet03 {
    position: absolute;
    z-index: 2;
    top: 26px;
    left: 385px;
    width: 189px;
  }

  .gourmet-box img.gourmet04 {
    position: absolute;
    z-index: 1;
    top: 22px;
    right: 228px;
    width: 191px;
  }

  .gourmet-box img.gourmet05 {
    position: absolute;
    z-index: 2;
    top: 26px;
    right: 45px;
    width: 189px;
  }


  /* food-box */
  .food-box {
    position: relative;
    width: 980px;
    margin: 10px auto 0 auto;
  }

  .food-box > div:nth-of-type(1) {
    width: 784px;
    margin: 0 auto;
  }

  .food-box > div:nth-of-type(1) > div {
    width: 392px;
    margin: 0 auto;
  }

  .food-box > div:nth-of-type(1) > div > img {
    width: 392px;
  }

  .food-box > div:nth-of-type(2) {
    width: 196px;
    margin: 0 auto;
  }

  .food-box > div:nth-of-type(2) > a {
    display: block;
    width: 196px;
    margin: 11px auto 0 auto;
  }

  .food-box > div:nth-of-type(2) > a:nth-of-type(2) {
    display: block;
    width: 196px;
    margin: 22px auto 0 auto;
  }

  .food-box > div:nth-of-type(2) > a > img {
    width: 196px;
  }


  /* recipe-kouan */
  .recipe-kouan {
    width: 980px;
    margin: 20px auto 0 auto;
  }

  .recipe-kouan > div:nth-of-type(1) {
    width: 157px;
    margin: 0 auto;
  }

  .recipe-kouan > div:nth-of-type(2) {
    width: 823px;
    margin: 0 auto;
    padding: 20px 0 0 20px;
    text-align: left;
  }

  .recipe-kouan > div:nth-of-type(2) > p:nth-of-type(1) {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    padding: 0 0 10px 0;
    line-height: 100%;
    border-bottom: #333333 1px solid;
  }

  .recipe-kouan > div:nth-of-type(2) > p:nth-of-type(1) span {
    display: inline-block;
    margin: 0 0 0 20px;
    font-size: 16px;
    color: #05A437;
  }

  .recipe-kouan > div:nth-of-type(2) > p:nth-of-type(2) {
    margin: 10px 0 0 0;
    font-size: 15px;
    font-weight: bold;
    line-height: 160%;
  }


  /* recipe-box */
  .recipe-box {
    width: 980px;
    margin: 30px auto 0 auto;
  }

  .recipe-box > div {
    width: 980px;
    margin: 0 auto;
    padding: 20px;
    background-color: rgba(255,255,255,0.9);
    box-shadow: 0 0 10px #cccccc;
    border-radius: 5px;
  }

  .recipe-box > div > div.title {
    width: 940px;
    height: 48px;
    padding: 15px 0 0 15px;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    text-align: left;
    line-height: 100%;
    background: url(../img/recipe-title-bg.png) top center no-repeat;
    background-size: cover;
    border-radius: 5px;
  }

  .recipe-box > div > div.title > span:nth-of-type(1) {
    margin: 0 10px 0 0;
  }

  .recipe-box div.box01 {
    width: 940px;
    margin: 20px auto 0 auto;
    text-align: left;
  }

  .recipe-box div.box01 > div:nth-of-type(1) {
    width: 420px;
    margin: 0 30px 0 0;
  }

  .recipe-box div.box01 > div:nth-of-type(1) img {
    width: 420px;
  }

  .recipe-box div.box01 > div:nth-of-type(2) {
    width: 490px;
    margin: 0;
  }

  .recipe-box div.box01 > div:nth-of-type(2) > p {
    font-size: 19px;
    font-weight: bold;
    color: #05A437;
    line-height: 140%;
  }

  .recipe-box div.box01 > div:nth-of-type(2) > div {
    margin: 30px 0 0 0;
  }

  .recipe-box div.box01 > div:nth-of-type(2) > div > div:nth-of-type(1) {
    width: 260px;
    margin: 0 auto;
    padding: 0 20px 0 0;
  }

  .recipe-box div.box01 > div:nth-of-type(2) > div > div:nth-of-type(1) > p:nth-of-type(1) {
    width: 165px;
    height: 24px;
    margin: 0;
    padding: 5px 0 0 0;
    font-size: 14px;
    font-weight: bold;
    color: #4B913D;
    text-align: center;
    line-height: 100%;
    background-color: #C7D86F;
    border-radius: 12px;
  }

  .recipe-box div.box01 > div:nth-of-type(2) > div > div:nth-of-type(1) > p:nth-of-type(2) {
    margin: 10px 0 0 0;
    font-size: 16px;
    font-weight: bold;
    color: #E60013;
    line-height: 160%;
  }

  .recipe-box div.box01 > div:nth-of-type(2) > div > div:nth-of-type(2) {
    width: 230px;
    margin: 0 auto;
  }

  .recipe-box div.box01 > div:nth-of-type(2) > div > div:nth-of-type(2) > img.menu01-product {
    width: 127px;
  }

  .recipe-box div.box01 > div:nth-of-type(2) > div > div:nth-of-type(2) > img.menu02-product {
    width: 162px;
  }


  .recipe-box div.box02 {
    width: 940px;
    margin: 20px auto 0 auto;
    text-align: left;
  }

  .recipe-box div.box02 p.txt01 {
    font-size: 16px;
    font-weight: bold;
    line-height: 100%;
    color: #05A437;
  }

  .recipe-box div.box02 p.txt01 span {
    display: inline-block;
    margin: 0 0 0 20px;
    font-size: 14px;
    color: #251E1C;
  }

  .recipe-box div.box02 img.line {
    display: block;
    width: 940px;
    margin: 10px 0 0 0;
  }

  .recipe-box div.box02 p.txt02 {
    margin: 10px 0 20px 0;
    font-size: 14px;
  }

  .recipe-box div.box02 img.zairyo01 {
    width: 590px;
    margin: 10px 0 0 0;
  }

  .recipe-box div.box02 img.zairyo02 {
    width: 885px;
    margin: 10px 0 0 0;
  }


  .recipe-box div.box02 ul.howto {
    width: 940px;
    margin: 10px 0 0 0;
  }

  .recipe-box div.box02 ul.howto li {
    position: relative;
    margin: 0 0 2px 0;
    padding: 0 0 0 20px;
    font-size: 15px;
    font-weight: bold;
    line-height: 160%;
  }

  .recipe-box div.box02 ul.howto li span {
    position: absolute;
    top: 0;
    left: 0;
    color: #56A546;
  }


  /* link-box */
  .link-box {
    position: relative;
    width: 980px;
    margin: 40px auto 0 auto;
  }

  .link-box .btn-menu:before {
    position: absolute;
    content: '';
    top: 10px;
    left: 200px;
    width: 41px;
    height: 29px;
    background: url(../img/btn-movie.png) top center no-repeat;
    background-size: 41px;
  }

  .link-box > p.txt01 {
    position: absolute;
    top: 110px;
    right: -5px;
    width: 520px;
    font-size: 19px;
    font-weight: bold;
    color: #05A437;
    text-align: left;
    line-height: 140%;
  }

  .link-box > p.txt02 {
    width: 980px;
    margin: 40px auto 0 auto;
    font-size: 19px;
    font-weight: bold;
    color: #05A437;
    text-align: left;
    line-height: 140%;
  }

  .link-box > div.box01 {
    width: 980px;
    margin: 70px auto 0 auto;
  }

  .link-box > div.box01 > div:nth-of-type(1) {
    width: 200px;
    margin: 0 40px 0 0;
    padding: 40px 0 0 0;
  }

  .link-box > div.box01 > div:nth-of-type(1) > img {
    width: 193px;
    margin: 0 auto;
  }

  .link-box > div.box01 > div:nth-of-type(1) > a {
    display: block;
    width: 200px;
    margin: 57px auto 0 auto;
  }

  .link-box > div.box01 > div:nth-of-type(2) {
    width: 200px;
    margin: 0 60px 0 0;
  }

  .link-box > div.box01 > div:nth-of-type(2) > img {
    width: 195px;
    margin: 0 auto;
  }

  .link-box > div.box01 > div:nth-of-type(2) > a {
    display: block;
    width: 200px;
    margin: 24px auto 0 auto;
  }

  .link-box > div.box01 > div:nth-of-type(3) {
    position: relative;
    width: 480px;
    margin: 0;
    padding: 93px 0 0 206px;
  }

  .link-box > div.box01 > div:nth-of-type(3) > img.txt {
    width: 214px;
    margin: 0 0 0 27px;
  }

  .link-box > div.box01 > div:nth-of-type(3) > img.kagome {
    position: absolute;
    top: 130px;
    left: 0;
    width: 189px;
  }

  .link-box > div.box01 > div:nth-of-type(3) > a {
    display: block;
    width: 274px;
    margin: 10px 0 0 0;
  }

  .link-box > div.box01 > div:nth-of-type(3) > a > img {
    width: 274px;
  }

  .link-box > div.box02 {
    width: 980px;
    margin: 30px auto 0 auto;
  }

  .link-box > div.box02 > div:nth-of-type(1) {
    width: 440px;
    margin: 0 45px 0 0;
    padding: 0 0 0 14px;
    font-size: 0;
  }

  .link-box > div.box02 > div:nth-of-type(2) {
    width: 495px;
    margin: 0;
    font-size: 0;
  }

  .link-box > div.box02 > div:nth-of-type(1) > img {
    display: inline-block;
    width: 200px;
    margin: 5px 30px 0 0;
    vertical-align: top;
  }

  .link-box > div.box02 > div:nth-of-type(2) > img {
    display: inline-block;
    width: 270px;
    margin: 15px 29px 0 0;
    vertical-align: top;
  }

  .link-box > div.box02 > div > a {
    display: inline-block;
    width: 196px;
    margin: 0;
    vertical-align: top;
  }

  .link-box > div.box02 > div > a > img {
    width: 196px;
  }


  /* event-box */
  .event-box {
    width: 980px;
    margin: 0 auto;
  }

  .event-box > div.wrap {
    position: relative;
    width: 980px;
    margin: 20px auto 0 auto;
    padding: 22px 0 22px 435px;
    text-align: left;
    background-color: rgba(255,255,255,0.9);
    border-radius: 10px;
    box-shadow: 0 0 10px #cccccc;
  }

  .event-box > div.wrap > img {
    position: absolute;
    top: 60px;
    left: 30px;
    width: 366px;
  }

  .event-box > div.wrap > p:nth-of-type(1) {
    width: 500px;
    font-size: 23px;
    font-weight: bold;
    color: #05A437;
    line-height: 140%;
  }

  .event-box > div.wrap > div {
    width: 500px;
    margin: 20px 0 0 0;
  }

  .event-box > div.wrap > div > div {
    width: 250px;
    margin: 0 auto;
  }

  .event-box > div.wrap > div > div > p {
    font-size: 19px;
    color: #05A437;
    line-height: 160%;
  }

  .event-box > div.wrap > div > div > p:nth-of-type(1) {
    margin: 0 0 10px 0;
    font-weight: bold;
  }

  .event-box > div.wrap > div > div > table {
    width: 100%;
    margin: 10px 0 0 0;
    font-size: 18px;
    line-height: 160%;
  }

  .event-box > div.wrap > div > div > table th {
    width: 55px;
    vertical-align: top;
  }

  .event-box > div.wrap > div > div > table td {
    padding: 0 0 10px 0;
    vertical-align: top;
  }

  .event-box > div.wrap > div > div > table td span {
    font-size: 16px;
  }

  .event-box > div.wrap > div > div:nth-of-type(2) {
    width: 250px;
    padding: 0 0 0 20px;
    background: url(../img/event-line.png) top left repeat-y;
    background-size: 2px;
  }

  .event-box > p {
    margin: 40px auto 0 auto;
    font-size: 17px;
    font-weight: bold;
    line-height: 100%;
  }

}

/*===============================================
●スマホ
===============================================*/
@media screen and (max-width:768px){
  body {
    min-width: 100%;
    text-align: center;
  }
  .pc-only {
    display:none !important;
  }
  .sp-list-flex{
    display:-webkit-box !important;
    display:-moz-box !important;
    display:-ms-box !important;
    display:-webkit-flexbox !important;
    display:-moz-flexbox !important;
    display:-ms-flexbox !important;
    display:-webkit-flex !important;
    display:-moz-flex !important;
    display:-ms-flex !important;
    display:flex !important;
    -webkit-box-lines:multiple !important;
    -moz-box-lines:multiple !important;
    -webkit-flex-wrap:wrap !important;
    -moz-flex-wrap:wrap !important;
    -ms-flex-wrap:wrap !important;
    flex-wrap:wrap !important;
  }


  /* ヘッダー */
  header {
    height: 80px;
    text-align: left;
  }

  header p.header__head__logo{
    padding: 11px 0 0 20px;
  }

  header p.header__head__logo > a:nth-of-type(1) {
    display: inline-block;
    width:113px;
    height:auto;
  }

  header p.header__head__logo > a:nth-of-type(1) > img{
    width:113px;
    height:auto;
  }

  header p.header__head__logo > a:nth-of-type(2) {
    display: inline-block;
    margin: 0 0 0 40px;
    width:106px;
    height:auto;
  }

  header p.header__head__logo > a:nth-of-type(2) > img{
    width:106px;
    height:auto;
  }

  .main_image {
    width: 100%;
    margin: 0 auto;
  }
  .main-image img {
    display: block;
    width: 100%;
    margin: 0 auto;
  }

  .bg {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0 50px 0;
    overflow: hidden;

    background-image: url(../img/bg02-sp.png), url(../img/bg01-sp.png);
    background-position: top center, top center;
    background-size: cover, 375px;
    background-repeat: no-repeat, repeat;
  }


  .top-txt {
    width: 90%;
    margin: 0 auto;
    font-size: 14px;
    font-weight: bold;
    line-height: 200%;
  }


  /* タイトル */
  .title-box {
    position: relative;
    width: 90%;
    margin: 70px auto 0 auto;
  }

  .title-box > img.gourmet {
    width: 80px;
    margin: 0 auto;
  }

  .title-box > img.gourmet-txt {
    position: absolute;
    top: -47px;
    right: 0;
    width: 167px;
  }

  .title-box > img.food {
    width: 111px;
    margin: 0 auto;
  }

  .title-box > img.food-txt {
    position: absolute;
    top: -47px;
    right: 0;
    width: 142px;
  }

  .title-box > img.recipe {
    width: 56px;
    margin: 0 auto;
  }

  .title-box > img.recipe-txt {
    position: absolute;
    top: -47px;
    right: 0;
    width: 142px;
  }

  .title-box > img.event {
    width: 52px;
    margin: 0 auto;
  }

  .title-box > img.event-txt {
    position: absolute;
    top: -47px;
    right: 0;
    width: 148px;
  }

  .title-box > h2 {
    width: 100%;
    height: 70px;
    margin: 10px auto 0 auto;
    padding: 9px 0 0 0;
    font-size: 24px;
    font-weight: bold;
    line-height: 120%;
    background: url(../img/title-bg01-sp.png) top center repeat;
    background-size: 10px;
    border-radius: 30px;
  }

  .title-event-box {
    margin: 85px auto 0 auto;
  }

  .title-event-box > h2 {
    height: 100px;
    padding: 13px 0 0 0;
  }

  .title-box > h2 > span.txt {
    display: block;
    font-size: 24px;
    font-weight: bold;
    line-height: 100%;
  }


  /* サブタイトル */
  .subtitle-box {
    width: 90%;
    height: 40px;
    margin: 20px auto 0 auto;
    padding: 12px 0 0 10px;
    font-size: 17px;
    font-weight: bold;
    text-align: left;
    line-height: 100%;
    background-color: #C7D86F;
    border-radius: 5px;
  }

  /* ボタン　メニュー */
  .btn-menu {
    display: block;
    width: 90%;
    margin: 10px auto 0 auto;
  }

  .btn-menu img {
    width: 100%;
  }


  /* gourmet-box */
  .gourmet-box {
    width: 100%;
    margin: 10px auto 0 auto;
  }

  .gourmet-box > div {
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding: 10px 0;
    background: url(../img/gourmet-bg-sp.png) top center repeat;
    background-size: cover;
  }

  .gourmet-box ul li {
    position: relative;
    width: 94%;
    margin: 0 auto;
    padding: 10px 0 0 0;
  }

  .gourmet-box img.gourmet01 {
    position: relative;
    z-index: 2;
    width: 51%;
  }

  .gourmet-box img.gourmet02 {
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 0;
    width: 51%;
  }

  .gourmet-box img.gourmet03 {
    position: relative;
    z-index: 2;
    width: 51%;
  }

  .gourmet-box img.gourmet04 {
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 0;
    width: 51%;
  }

  .gourmet-box img.gourmet05 {
    position: relative;
    z-index: 2;
    width: 51%;
  }


  /* food-box */
  .food-box {
    position: relative;
    width: 100%;
    margin: 10px auto 0 auto;
  }

  .food-box > div:nth-of-type(1) {
    width: 94%;
    margin: 0 auto;
  }

  .food-box > div:nth-of-type(1) > div {
    width: 50%;
    margin: 0 auto;
  }

  .food-box > div:nth-of-type(1) > div > img {
    width: 100%;
  }

  .food-box > div:nth-of-type(2) {
    width: 90%;
    margin: 0 auto;
  }

  .food-box > div:nth-of-type(2) > a {
    display: block;
    width: 100%;
    margin: 0 auto;
  }

  .food-box > div:nth-of-type(2) > a:nth-of-type(2) {
    margin: 10px auto 0 auto;
  }

  .food-box > div:nth-of-type(2) > a > img {
    width: 100%;
  }


  /* recipe-kouan */
  .recipe-kouan {
    width: 90%;
    margin: 20px auto 0 auto;
  }

  .recipe-kouan > div:nth-of-type(1) {
    width: 33%;
    margin: 0 auto;
  }

  .recipe-kouan > div:nth-of-type(2) {
    width: 67%;
    margin: 0 auto;
    padding: 0 0 0 20px;
    text-align: left;
  }

  .recipe-kouan > div:nth-of-type(2) > p:nth-of-type(1) {
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    padding: 0 0 5px 0;
    line-height: 100%;
    border-bottom: #333333 1px solid;
  }

  .recipe-kouan > div:nth-of-type(2) > p:nth-of-type(1) span {
    display: inline-block;
    margin: 0 0 0 15px;
    font-size: 12px;
    color: #05A437;
  }

  .recipe-kouan > div:nth-of-type(2) > p:nth-of-type(2) {
    margin: 10px 0 0 0;
    font-size: 12px;
    font-weight: bold;
    line-height: 160%;
  }


  /* recipe-box */
  .recipe-box {
    width: 100%;
    margin: 30px auto 0 auto;
  }

  .recipe-box > div {
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding: 10px;
    background-color: rgba(255,255,255,0.9);
    box-shadow: 0 0 10px #cccccc;
    border-radius: 5px;
  }

  .recipe-box > div > img.tomato01 {
    position: absolute;
    top: -30px;
    right: -20px;
    width: 60px;
  }

  .recipe-box > div > div.title {
    width: 100%;
    padding: 10px;
    font-size: 17px;
    font-weight: bold;
    color: #ffffff;
    text-align: left;
    line-height: 140%;
    background: url(../img/recipe-title-bg-sp.png) top center repeat;
    background-size: 630px;
    border-radius: 5px;
  }

  .recipe-box > div > div.title > span:nth-of-type(1) {
    display: block;
  }

  .recipe-box > div > div.title > span:nth-of-type(2) {
    display: block;
    margin: 5px 0 0 0;
  }

  .recipe-box div.box01 {
    width: 100%;
    margin: 10px auto 0 auto;
    text-align: left;
  }

  .recipe-box div.box01 > div:nth-of-type(1) {
    width: 100%;
    margin: 0 auto;
  }

  .recipe-box div.box01 > div:nth-of-type(1) img {
    width: 100%;
  }

  .recipe-box div.box01 > div:nth-of-type(2) {
    width: 100%;
    margin: 10px auto 0 auto;
  }

  .recipe-box div.box01 > div:nth-of-type(2) > p {
    font-size: 13px;
    font-weight: bold;
    color: #05A437;
    line-height: 140%;
  }

  .recipe-box div.box01 > div:nth-of-type(2) > div {
    width: 100%;
    max-width: 350px;
    margin: 20px auto 0 auto;
  }

  .recipe-box div.box01 > div:nth-of-type(2) > div > div:nth-of-type(1) {
    width: 60%;
    margin: 0 auto;
    padding: 0 20px 0 0;
  }

  .recipe-box div.box01 > div:nth-of-type(2) > div > div:nth-of-type(1) > p:nth-of-type(1) > img {
    width: 100%;
    max-width: 180px;
  }

  .recipe-box div.box01 > div:nth-of-type(2) > div > div:nth-of-type(1) > p:nth-of-type(2) {
    margin: 10px 0 0 0;
    font-size: 13px;
    font-weight: bold;
    color: #E60013;
    line-height: 160%;
  }

  .recipe-box div.box01 > div:nth-of-type(2) > div > div:nth-of-type(2) {
    width: 40%;
    margin: 0 auto;
  }

  .recipe-box div.box01 > div:nth-of-type(2) > div > div:nth-of-type(2) > img.menu01-product {
    width: 80px;
  }

  .recipe-box div.box01 > div:nth-of-type(2) > div > div:nth-of-type(2) > img.menu02-product {
    width: 83px;
  }


  .recipe-box div.box02 {
    width: 100%;
    max-width: 350px;
    margin: 20px auto 0 auto;
    text-align: left;
  }

  .recipe-box div.box02 p.txt01 {
    font-size: 14px;
    font-weight: bold;
    line-height: 100%;
    color: #05A437;
  }

  .recipe-box div.box02 p.txt01 span {
    display: inline-block;
    margin: 0 0 0 10px;
    font-size: 12px;
    color: #251E1C;
  }

  .recipe-box div.box02 img.line {
    display: block;
    width: 100%;
    margin: 10px 0 0 0;
  }

  .recipe-box div.box02 p.txt02 {
    margin: 10px 0 20px 0;
    font-size: 14px;
  }

  .recipe-box div.box02 img.zairyo01 {
    width: 250px;
    margin: 10px auto 0 auto;
  }

  .recipe-box div.box02 img.zairyo02 {
    width: 250px;
    margin: 10px auto 0 auto;
  }


  .recipe-box div.box02 ul.howto {
    width: 96%;
    margin: 10px auto 0 auto;
  }

  .recipe-box div.box02 ul.howto li {
    position: relative;
    margin: 0 0 2px 0;
    padding: 0 0 0 20px;
    font-size: 13px;
    font-weight: bold;
    line-height: 160%;
  }

  .recipe-box div.box02 ul.howto li span {
    position: absolute;
    top: 0;
    left: 0;
    color: #56A546;
  }


  /* link-box */
  .link-box {
    position: relative;
    width: 100%;
    margin: 25px auto 0 auto;
  }

  .link-box > p.txt01 {
    width: 90%;
    margin: 30px auto 0 auto;
    font-size: 11px;
    font-weight: bold;
    color: #05A437;
    line-height: 160%;
  }

  .link-box > p.txt02 {
    width: 90%;
    margin: 25px auto 0 auto;
    font-size: 11px;
    font-weight: bold;
    color: #05A437;
    line-height: 160%;
  }

  .link-box > div.box01 {
    width: 100%;
    margin: 0 auto;
  }

  .link-box > div.box01 > div:nth-of-type(1) {
    width: 174px;
    margin: 30px auto 0 auto;
  }

  .link-box > div.box01 > div:nth-of-type(1) > img {
    width: 168px;
    margin: 0 auto;
  }

  .link-box > div.box01 > div:nth-of-type(1) > a {
    display: block;
    width: 174px;
    margin: 15px auto 0 auto;
  }

  .link-box > div.box01 > div:nth-of-type(1) > a > img {
    width: 174px;
  }

  .link-box > div.box01 > div:nth-of-type(2) {
    width: 174px;
    margin: 40px auto 0 auto;
  }

  .link-box > div.box01 > div:nth-of-type(2) > img {
    width: 195px;
    margin: 0 auto;
  }

  .link-box > div.box01 > div:nth-of-type(2) > a {
    display: block;
    width: 174px;
    margin: 15px auto 0 auto;
  }

  .link-box > div.box01 > div:nth-of-type(2) > a > img {
    width: 174px;
  }

  .link-box > div.box01 > div:nth-of-type(3) {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }

  .link-box > div.box01 > div:nth-of-type(3) > img.txt {
    width: 200px;
    margin: 30px auto 0 auto;
  }

  .link-box > div.box01 > div:nth-of-type(3) > img.kagome {
    width: 150px;
    margin: 10px auto 0 auto;
  }

  .link-box > div.box01 > div:nth-of-type(3) > a {
    display: block;
    width: 90%;
    max-width: 333px;
    margin: 15px auto 0 auto;
  }

  .link-box > div.box01 > div:nth-of-type(3) > a:nth-of-type(2) {
    margin: 10px auto 0 auto;
  }

  .link-box > div.box01 > div:nth-of-type(3) > a > img {
    width: 100%;
  }

  .link-box > div.box02 {
    width: 100%;
    margin: 20px auto 0 auto;
  }

  .link-box > div.box02 > div:nth-of-type(1) {
    width: 100%;
    margin: 0 auto;
  }

  .link-box > div.box02 > div:nth-of-type(2) {
    width: 100%;
    margin: 35px auto 0 auto;
  }

  .link-box > div.box02 > div:nth-of-type(1) > img {
    display: block;
    width: 196px;
    margin: 0 auto;
  }

  .link-box > div.box02 > div:nth-of-type(2) > img {
    display: block;
    width: 270px;
    margin: 0 auto;
  }

  .link-box > div.box02 > div > a {
    display: block;
    width: 174px;
    margin: 15px auto 0 auto;
  }

  .link-box > div.box02 > div > a > img {
    width: 174px;
  }


  /* event-box */
  .event-box {
    width: 100%;
    margin: 0 auto;
  }

  .event-box > div.wrap {
    position: relative;
    width: 90%;
    margin: 20px auto 0 auto;
    padding: 10px 20px 25px 20px;
    text-align: left;
    background-color: rgba(255,255,255,0.9);
    border-radius: 10px;
    box-shadow: 0 0 10px #cccccc;
  }

  .event-box > div.wrap > img.tomato02 {
    position: absolute;
    bottom: -43px;
    left: -18px;
    width: 60px;
  }

  .event-box > div.wrap > img.img {
    width: 100%;
    margin: 0 auto;
  }

  .event-box > div.wrap > p:nth-of-type(1) {
    margin: 15px auto 0 auto;
    font-size: 15px;
    font-weight: bold;
    color: #05A437;
    line-height: 160%;
  }

  .event-box > div.wrap > div {
    width: 100%;
    margin: 20px auto 0 auto;
  }

  .event-box > div.wrap > div > div {
    width: 50%;
    margin: 0 auto;
    padding: 0 10px 0 0;
  }

  .event-box > div.wrap > div > div:nth-of-type(2) {
    width: 50%;
    padding: 0 0 0 20px;
    background: url(../img/event-line.png) top left repeat-y;
    background-size: 2px;
  }

  .event-box > div.wrap > div > div > p {
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #05A437;
    line-height: 160%;
  }

  .event-box > div.wrap > div > div > p:nth-of-type(1) {
    margin: 0 0 10px 0;
    font-weight: bold;
  }

  .event-box > div.wrap > div > div > table {
    width: 100%;
    margin: 10px 0 0 0;
    font-size: 12px;
    line-height: 160%;
  }

  .event-box > div.wrap > div > div > table th {
    display: block;
    width: 100%;
    vertical-align: top;
  }

  .event-box > div.wrap > div > div > table td {
    display: block;
    width: 100%;
    padding: 0 0 10px 0;
    vertical-align: top;
  }

  .event-box > div.wrap > div > div > table td span {
    display: block;
    margin: 5px 0 0 0;
    font-size: 10px;
    line-height: 120%;
  }

  .event-box > p {
    width: 90%;
    margin: 50px auto 0 auto;
    font-size: 12px;
    font-weight: bold;
    line-height: 160%;
    text-align: left;
  }

}
