@charset "utf-8";

/***************************************************
  top.css
***************************************************/


/* レシピページコンテンツエリア
------------------------------------------------------------ */
a.btn-01{
  display: block;
  width: 200px;
  height: 56px;
  border: 1px solid #707070;
  text-align: center;
  line-height: 56px;
  margin: 0 auto;
  background-image: url("/shared/img/svg/ar08.svg");
  background-repeat: no-repeat;
  background-position: center right 15px;
}
a.btn-01:hover{
  text-decoration: none;
  background-color: rgba(0,0,0,0.5);
  color: #FFF;
  background-image: url("/shared/img/svg/ar02.svg");
}
a.btn-01.pd-r-8{
  padding-right: 9px;
}
@media only screen and (max-width: 640px) {
  a.btn-01{
    width: 130px;
    height: 45px;
    line-height: 45px;
  }
}
.under-search {
  padding: 24px 0;
  background-color: #918769;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .under-search {
    padding: 23px 0;
  }
  .under-search form {
    margin: 0 auto;
  }
}
.search-box form input{
  width: 332px;
  border: 1px solid #fff;
  background-color:transparent;
  outline: none;
  color: #fff;
  height: 54px;
  padding: 0 10px;
  border-radius: 0;
}
.search-box form input:hover{
  background-color: rgba(0,0,0,0.5);
}
.search-box form input:focus{
  background-color: rgba(0,0,0,0.5);
}
.search-box form input::-webkit-input-placeholder{color:#fff;}
.search-box form input::-moz-placeholder{color:#fff;}
.search-box form input:-ms-input-placeholder{color:#fff;}
.search-box form input:-moz-placeholder{color:#fff;}
.search-box form input:placeholder{color:#fff;}
.search-box form input:focus::-webkit-input-placeholder{color:transparent;}
.search-box form input:focus::-moz-placeholder{color:transparent;}
.search-box form input:focus:-ms-input-placeholder{color:transparent;}
.search-box form input:focus:-moz-placeholder{color:transparent;}
.search-box form input:focus:placeholder{color:transparent;}
.search-box form button{
  color: #ffffff;
  height: 54px;
  border: 1px solid #fff;
}
button {
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.search-box form button{
  outline: none;
}
.search-box form button:nth-child(2){
  width: 88px;
  vertical-align: middle;
  border-left: none;
  background: url("/shared/img/svg/search_03.svg")no-repeat center;
  background-size: 22px 23px;
  background-color:transparent;
}
.search-box form button:nth-child(2):hover{
  background-color: rgba(0,0,0,0.5);
}
.search-box form button:nth-child(4){
  width: 180px;
  background-color:transparent;
  margin-left: 45px;
  background: url(/shared/img/svg/ar02.svg) no-repeat center right 15px;
  height: 54px;
  font-size: 15px;
}
.search-box form button:nth-child(4):hover{
  background-color: rgba(0,0,0,0.5);
}
.box-suggest-search{
  display: inline-block;
  position: relative;
}
.search-box form .box-suggest-detail{
  text-align: left;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 53px;
  z-index: 2;
  display: none;
}
.search-box form .box-suggest-list{
  width: 420px;
  float: left;
}
.search-box form .box-suggest-img{
  width: 480px;
  float: right;
  padding: 18px 24px;
  background-color: #fff;
  position: absolute;
  left: 420px;
}
.search-box form .box-suggest-list li{
  width: 100%;
  height: 50px;
  background-color: #fff;
  border-bottom: solid 1px #dedbd2;
  line-height: 50px;
  padding: 0 20px;
  cursor: pointer;
}
.search-box form .box-suggest-list li:hover{
  background-color: #f9cccc;
}
.search-box form .box-suggest-img li{
  width: 46%;
  margin-right: 8%;
  float: left;
  font-size: 13px;
  margin-bottom: 10px;
}
.search-box form .box-suggest-img li:nth-child(2n){
  margin-right: 0;
}
.search-box form .box-suggest-img li p{
  font-weight: bold;
}
.search-box form .box-suggest-img a{
  text-decoration: none;
}
@media only screen and (max-width: 1199px) {
  .search-box form .box-suggest-img{
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .search-box form{
    width: 94%;
    height: 101px;
  } 
  .search-box form input,.search-box form button{
    height:43px;
  }
  .search-box form input{
    width: 100%;
    padding: 0 10px;
    font-size: 13px;
  }
  .search-box form input:focus{
    text-align: left;
  }
  .search-box form button:nth-child(2){
    width: 34%;
  }
  .search-box form button:nth-child(4){
    margin-top: 15px;
    margin-left: 0;
    height: 43px;
    font-size: 13px;
  }
  .box-suggest-search{
      width: 66%;
    font-size: 12px;
    float: left;
  }
  .search-box form .box-suggest-detail{
    width: 151%;
    top: 42px;
  }
  .search-box form .box-suggest-list{
    width: 100%;
  }
}
.search-recipe{
  height: 100px;
  width: 100%;
  background-color: #958c6f;
  text-align: center;
  padding-top: 24px;
}
@media only screen and (max-width: 640px) {
  .search-recipe{
    height: 141px;
    position: relative;
  }
  .search-recipe form{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
}
.box-main-theme{
  position: relative;
}
.main-theme{
  width: 100%;
  min-height: 300px;
  padding-bottom: 200px;
  text-align: center;
}
.txt-main{
  width: 100%;
  max-width: 920px;
  height: 300px;
  display: table;
  margin: 0 auto;
}
.main-theme p{
  color: #fff;
  font-size: 18px;
  line-height: 35px;
}
.main-theme h1{
  color: #fff;
  font-size: 18px;
  line-height: 35px;
}
.main-theme .ttl-main{
  font-size: 65px;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 68px;
  text-shadow: 1px 3px 9px #252525;
  display: table-cell;
  vertical-align: middle;
}
.box-main-under{
  margin: 18px auto 0;
  padding-bottom: 6px;
  max-width: 1200px;
  width: 96%;
}

.box-main-under p{
  font-weight: bold;
  padding-top: 6px;
  float: left;
}
.box-main-under p.txt-catch{
  text-align: center;
  color: #fff;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: 292px;
  text-shadow: 1px 1px 6px #111111;
  width: 640px;
}
.box-main-under a{
  text-decoration: none;
  color: #fff;
}
img.img-inline-sp{
  display: none;
}
.bg-club-rink{
  height: 500px;
  background: url("/img/bn_top_club_pc.jpg")no-repeat center;
  background-size: cover;
}
.box-club-rink{
  text-align: center;
  padding-top: 80px;
}
.box-club-rink p{
  color: #FFF;
  padding-bottom: 30px;
  font-size: 29px;
  font-weight: bold;
}
.box-club-rink a.btn-01{
  color: #FFF;
  border: 1px solid #FFF;
  width: 199px;
  display: inline-block;
  margin: 10px;
  background-image: url("/shared/img/svg/ar02.svg");
  background-repeat: no-repeat;
  background-position: center right 15px;
}
.box-club-rink a.btn-01:hover{
  background-color: rgba(0,0,0,0.5);
}
.box-club-rink .box-club-merit{
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 35px;
}
.box-club-rink .club-link-merit ul{
  width: 100%;
}
.box-club-rink .club-link-merit li{
  float: left;
  width: 32%;
  margin-right: 2%;
  text-align: center;
  padding: 16px 38px 16px 38px;
  color: #e10000;
  font-weight: bold;
  background: url(/img/club_number_01.png) 5% 50% no-repeat rgba(255,255,255,0.9);
  background-size: 30px 30px;
  border-radius: 5px;
}
.box-club-rink .club-link-merit li:first-child{
  padding: 27px 38px 27px 38px;
}
.box-club-rink .club-link-merit li:nth-child(2){
  background: url(/img/club_number_02.png) 5% 50% no-repeat rgba(255,255,255,0.9);
  background-size: 30px 30px;
}
.box-club-rink .club-link-merit li:last-child{
  margin-right: 0;
  background: url(/img/club_number_03.png) 5% 50% no-repeat rgba(255,255,255,0.9);
  background-size: 30px 30px;
}
@media only screen and (max-width: 640px) {
  .bg-club-rink{
    height: auto;
    background: url("/img/bn_top_club_sp.jpg")no-repeat center;
    background-size: cover;
    padding: 30px 0 10px;
  }
  .box-club-rink{
    padding-top: 0;
  }
  .box-club-rink p{
    width: 83%;
    height: 75px;
    font-size: 13px;
    padding-top: 0px;
    margin: 0 auto;
    padding-bottom: 10px;
  }
  .box-club-rink p:nth-child(2){
    padding-top: 0;
    height: 60px;
    width: 80%;
    padding-bottom: 0;
  }
  .box-club-rink a.btn-01 {
    width: 260px;
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    margin: 7px;
  }
  .box-club-rink .box-club-merit{
    width: 100%;
    margin-bottom: 20px;
  }
  .box-club-rink .box-club-merit{
    width: 100%;
    margin-bottom: 20px;
  }
  .box-club-rink .club-link-merit{
    width: 80%;
    margin: 0 auto;
  }
  .box-club-rink .club-link-merit li{
    float: none;
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  .box-club-rink .club-link-merit li{
    padding: 5px 10px 5px 50px;
    text-align: left;
    background-size: 20px 20px;
  }
  .box-club-rink .club-link-merit li:first-child {
    padding: 5px 0 5px 50px;
    background-size: 20px 20px;
    margin-top: 15px;
    margin-bottom: 5px;
  }
  .box-club-rink .club-link-merit li:nth-child(2){
    background-size: 20px 20px;
    margin-bottom: 5px;
  }
  .box-club-rink .club-link-merit li:last-child{
    background-size: 20px 20px;
  }
}
@media only screen and (max-width: 640px) {
  .main-theme{
    height: 215px;
    min-height: inherit;
  }
  .main-theme .ttl-main{
    font-size: 25px;
    line-height: 30px;
    padding: 0 20px;
    position: relative;
  }
  .txt-main{
    /*top: 95px;*/
    height: 215px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .box-main-under{
    margin: 9px auto 0;
    max-width: 100%;
    width: 100%;
    padding: 0 20px 10px;
  }
  .box-main-under p{
    font-weight: bold;
    padding-top: 0;
    float: none;
    color: #65562d;
    font-weight: normal;
  }
  .box-main-under p a{
    color: #65562d;
  }
  .box-main-under a:after{
    background: url(/shared/img/svg/icon_window04.svg)no-repeat center;
  }
  .box-main-under p.txt-catch{
    text-align: left;
    color: #65562d;
    position: static;
    margin: auto;
    font-weight: normal;
    text-shadow: none;
    width: auto;
  }
  img.img-inline-pc{
    display: none;
  }
  img.img-inline-sp{
    display: inline;
  }
}
.area-details {
  padding-top: 60px;
}
.area-details:last-child{
  margin-bottom: 100px;
}
.area-details .title-01 {
  margin-bottom: 35px;
  padding-top: 25px;
  border-top: 3px solid #e10000;
}
.area-details .title-01 .name {
  font-size: 34px;
  font-weight: bold;
}
.area-details .title-01 .txt-catch {
  margin-top: 6px;
  font-size: 16px;
}

.box-details-image{
  float: left;
  width: 50%;
}
.area-details .sec-details .box-details-image:hover .image-01 img{
  width: 100%;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.4;
}
.area-details .sec-details figure.image-01{
  overflow: hidden;
}
.area-details .sec-details .box-overview {
  float: right;
  width: 46.6%;
  position: relative;
}
.area-details .sec-details .box-overview .unit li.time {
    background: #eeede9 url(/shared/img/svg/ico_time.svg) 4px 50% no-repeat;
}
.area-details .sec-details .box-overview .unit li.time, .area-details .sec-details .box-overview .unit li.calorie {
  float: none;
  width: 100%;
  margin-left: 0;
  padding-left: 37px;
  text-align: left;
}
.area-details .sec-details .box-overview .unit li:nth-child(odd) {
  margin-left: 0;
}
.area-details .sec-details .box-overview .unit li {
  float: left;
  width: 49.7%;
  margin: 0 0 .6% .6%;
  padding: 8px 0;
  background-color: #eeede9;
  font-size: 16px;
  text-align: left;
  padding-left: 14px;
}
.area-details .sec-details .box-overview .unit li span{
  color: #65562d;
  display: inline-block;
}
.area-details .sec-details .box-overview .unit li.time {
  background: #eeede9 url(/shared/img/svg/ico_time.svg) 4px 50% no-repeat;
}
.area-details .sec-details .box-overview .unit li.calorie {
  background: #eeede9 url(/shared/img/svg/ico_calorie.svg) 4px 50% no-repeat;
}
.area-details .sec-details .box-overview .unit li.time span,
.area-details .sec-details .box-overview .unit li.calorie span {
  width: 5.5em;
}

.area-details .sec-details .box-overview .item {
  margin-top: 27px;
}
.area-details .sec-details .box-overview .item .ttl-01 {
  margin-bottom: 10px;
  font-size: 20px;
}
.area-details .sec-details .box-overview .item .ttl-01 img {
  margin-right: 10px;
  width: 13px;
  height: 30px;
}
.area-details .sec-details .box-overview .item dl {
  width: 100%;
  padding: 14px;
  -webkit-box-shadow: 0 0 3px 1px rgba(0,0,0,.2);
  -moz-box-shadow: 0 0 3px 1px rgba(0,0,0,.2);
  box-shadow: 0 0 3px 1px rgba(0,0,0,.2);
  margin-bottom: 19px;
}
.area-details .sec-details .box-overview .item dl:last-child{
  margin-bottom: 0;
}
.area-details .sec-details .box-overview .item dt {
  text-align: center;
  width: 45%;
  float: left;
}
.area-details .sec-details .box-overview .item dt img {
  height: 125px;
  float: left;
  margin-right: 10px;
}
.area-details .sec-details .box-overview .item dt span {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  text-align: left;
}
.area-details .sec-details .box-overview .item dd {
  width: 50%;
  float: right;
}
.area-details .sec-details .box-overview .item dd li {
  margin-top: 8px;
}
.area-details .sec-details .box-overview .item dd li:first-child{
  margin-top: 4px;
}
.area-details .sec-details .box-overview .item dd li a {
  display: block;
  padding: 10px 20px 10px 20px;
  border: 1px solid #847d7c;
  font-size: 14px;
  text-align: center;
  background-image: url(/shared/img/svg/ar08.svg);
  background-repeat: no-repeat;
  background-position: center right 10px;
  text-decoration: none;
  height: auto;
  line-height: 21px;
}
.area-details .sec-details .box-overview .item dd li a:hover{
  background-color: rgba(0,0,0,0.5);
  background-image: url("/shared/img/svg/ar02.svg");
  color: #FFF;
}
.area-details .link-recipe{
  display: block;
  padding: 0 10px 0 0;
  border: 1px solid #847d7c;
  font-size: 14px;
  text-align: center;
  background-image: url(/shared/img/svg/ar08.svg);
  background-repeat: no-repeat;
  background-position: center right 15px;
  text-decoration: none;
  width: 43%;
  margin: 24px auto 0;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 55px;
  line-height: 55px;
}
.box-details-image:hover .link-recipe{
  background-color: rgba(0,0,0,0.5);
  background-image: url("/shared/img/svg/ar02.svg");
  color: #FFF;
}
.box-details-image:hover figure img{
  opacity: 0.8;
}
.box-details-image a{
  text-decoration: none;
}
@media only screen and (max-width: 640px) {
  .under-search {
    padding: 17px 0;
  }
  .under-search form {
    margin: 0 auto;
  }
  .area-details {
    margin-bottom: 50px;
    padding-top: 20px;
  }
  .area-details:last-child{
    margin-bottom: 50px;
  }
  .area-details .title-01 {
    margin-bottom: 23px;
    padding: 20px 0 0;
    border-top: 2px solid #e10000;
  }
  .area-details .title-01 .name {
    font-size: 20px;
    word-break: break-all;
    line-height: 1.3;
  }
  .area-details .title-01 .txt-catch {
    margin-top: 6px;
    color: #65562d;
    font-size: 14px;
  }
  .area-details .sec-details .image-01 {
    float: none;
    width: 100%;
  }
  .area-details .sec-details figure.image-01{
    overflow: inherit;
  }
  .area-details .sec-details .image-01 img {
      -webkit-transition: none;
      transition: none;
      -webkit-backface-visibility: inherit;
      backface-visibility: inherit;
  }
  .box-details-image{
    width: 100%;
    float: none;
  }
  .area-details .sec-details .snsbtn {
    position: static;
    width: 240px;
    margin-top: 12px;
  }
  .area-details .sec-details .box-overview {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  .area-details .sec-details .box-overview .mypage {
    margin-bottom: 25px;
  }
  /*  */
  .area-details .sec-details .box-overview .mypage.is-incomp {  display: block;}
  .area-details .sec-details .box-overview .mypage.is-comp {  display: none;}
  /*  */
  .area-details .sec-details .box-overview .mypage a {
    padding: 8px 10px 3px 60px;
    background: #e20a0a url(/recipe/cla_theme/juken/img/ico_mypage_incomp.png) 10px 50% no-repeat;
    background-size: 38px auto;
  }
  .area-details .sec-details .box-overview .mypage.is-comp a {
    background: #918769 url(/recipe/cla_theme/juken/img/ico_mypage_comp.png) 10px 50% no-repeat;
    background-size: 38px auto;
  }
  .area-details .sec-details .box-overview .mypage a .title {
    font-size: 10px;
  }
  .area-details .sec-details .box-overview .mypage a .link {
    font-size: 10px;
  }
  .area-details .sec-details .box-overview .mypage a .status {
    font-size: 15px;
  }

  .area-details .sec-details .box-overview .unit {}
  .area-details .sec-details .box-overview .unit li {
    font-size: 14px;
  }

  .area-details .sec-details .box-overview .item {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #dadada;
  }
  .area-details .sec-details .box-overview .item .ttl-01 {
    margin-bottom: 10px;
    font-size: 15px;
  }

  .area-details .sec-details .box-overview .item dl.only-one{
    float: none;
    margin: 0 auto;
  }
  .area-details .sec-details .box-overview .item .ttl-01 img {
    height: 21px;
    margin-right: 10px;
    vertical-align: bottom;
  }
  .area-details .sec-details .box-overview .item dd li a {
    background-position: center right 3px;
    font-size: 12px;
    padding: 10px 20px 10px 20px;
    line-height: 21px;
    height: inherit;
    text-align: center;
  }
  .area-details .sec-details .box-overview .item dt img{
    float: none;
  }
  .area-details .link-recipe{
    padding: 0 12px 0 0;
    background-position: center right 15px;
    width: 239px;
    font-size: 12px;
    line-height: 38px;
    height: 40px;
  }
  .area-details .sec-details .box-overview .item dd li {
    margin-top: 16px;
    width: 100%;
  }
.area-details .sec-details .box-details-image:hover .image-01 img{
    width: 100%;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
  .area-details .sec-details .box-overview .item dd li:first-child{
    margin-top: 0;
  }
  .area-details .sec-details .box-overview .item dl{
    position: relative;
  }
  .area-details .sec-details .box-overview .item dd ul{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 14px;
    margin: auto;
    width: 47%;
    height: 96px;
  }
}





.ico-h3{
  padding-top: 50px;
  text-align: center;
}
.ico-h3 h3{
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 2px;
  position: relative;
}
.ico-h3 h2{
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 2px;
  position: relative;
}
.ico-h3 h3.ico-01:after{
  content: "";
  width: 34px;
  height: 35px;
  background: url("/shared/img/svg/top_ico01.svg") no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  margin: auto;
}
ul.column.col6 li{
  width: 15%;
  margin-right: 2%;
  float: left;
}
ul.column.col6 li:nth-child(6n){
  margin-right: 0;
}
ul.column.col7 li{
  width: 13%;
  margin-right: 1.5%;
  float: left;
}
ul.column.col7 li:nth-child(7n){
  margin-right: 0;
}

@media only screen and (max-width: 640px) {
  ul.column.sp1 li{
    width: 100%;
    margin-right: 0;
    float: none;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 640px) {
  ul.column.sp2 li{
    width: 47%;
    margin-bottom: 15px;
    margin-right: 6%;
  }
  ul.column.sp2 li:nth-child(2n){
    margin-right: 0;
  }
}
ul.column .column-product{
  height: 270px;
  width: 100%;
  position: relative;
}
ul.column .column-product img{
  max-width: 200px;
  max-height: 230px;
  width: auto;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
ul.column.product li{
  -webkit-box-shadow: 0 0 3px 1px rgba(0,0,0,.2);
  -moz-box-shadow: 0 0 3px 1px rgba(0,0,0,.2);
  box-shadow: 0 0 3px 1px rgba(0,0,0,.2);
  padding-bottom: 23px;
}
ul.column.product a.btn-01{
  width: 80%;
}
ul.column li{
  background-color: #fff;
}
@media only screen and (max-width: 640px) {
  ul.column.tokusyu li:nth-child(n+3){
    display: none;
  }
  ul.column .column-product img{
    max-width: 55px;
    max-height: 130px;
  }
  ul.column .column-product{
    height: 143px;
  }
}
ul.column li p.column-text-yellow{
  color: #65562d;
  display: block;
  font-size: 13px;
  padding: 0 28px 28px;
}
ul.column li p.column-text-ttl-center{
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  display: block;
  padding: 0 10px;
  text-align: center;
  margin-top: 10px;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  ul.column li p.column-text-ttl{
    font-size: 14px;
  }
  ul.column li p.column-text-ttl-center{
    font-size: 14px;
  }
}
/* レシピトップ */
.recipe-top{
  background: url(/shared/img/bg_recipe-top_01_pc.jpg);
}
.recipe-top .contents-inner{
  height: 100px;
  box-sizing: border-box;
  padding-top: 15px;
}
.logo-area {
  position: relative;
  padding-top: 7px;
}
.recipe-top span p.recipe-kind{
  background-color: #e10000;
  color: #fff;
  width: 155px;
  height: 28px;
  text-align: center;
  line-height: 29px;
  position: absolute;
  top: 10px;
  left: 275px;
}
.recipe-top span p.recipe-kind:after{
  content: "";
  position: absolute;
  top: 10px;
  left: -9px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 9px solid #e10000;
}
.recipe-top-visual{
  height: 500px;
  background: url("/recipe/img/bn_recipe_mainvisual_pc.jpg")no-repeat center;
  background-size: cover;
}
@media only screen and (max-width: 640px) {
  .logo-area{
    padding-top: 0;
  }
  .recipe-top{
    border-top: none;
  }
  .recipe-top .contents-inner{
    height: 35px;
    padding-top: 0;
    background: #ffffff;
  }
  .recipe-top span.recipe-logo {
    float: left;
    width: 150px;
    padding-top: 0;
  }
  .recipe-top span.recipe-kind-area {
    float: left;
    position: relative;
    display: block;
  }
  .recipe-top span p.recipe-kind{
    font-size: 13px;
    width: 112px;
    height: 30px;
    line-height: 30px;
    left: 20px;
    right: 100px;
    margin-top: -28px;
    top: 33px;
  }
  .recipe-top span p.recipe-kind:after{
    top: inherit;
    left: -120px;
    right: 0;
    bottom: 36px;
    margin: auto;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 9px solid #e10000;
  }
}
.ttl-recipe-rink img{
  width: 252px;
  height: auto;
}
.bg-recipe-rink{
  height: 500px;
  background: url("/img/bn_top_recipe_pc.jpg")no-repeat center;
  background-size: cover;
}
.box-recipe-rink{
  text-align: center;
  padding-top: 214px;
}
.box-recipe-rink p{
  color: #FFF;
  padding-bottom: 9px;
  font-size: 41px;
  font-weight: bold;
}
.box-recipe-rink a.btn-01{
  color: #FFF;
  border: 1px solid #FFF;
  width: 331px;
}
.box-recipe-rink a.btn-01:hover{
  background-color: rgba(0,0,0,0.5);
}
@media only screen and (max-width: 640px) {
  .ttl-recipe-rink img{
    width: 157px;
    height: auto;
  }
  .bg-recipe-rink{
    height: 215px;
    background: url("/img/bn_top_recipe_sp.jpg")no-repeat center;
    background-size: cover;
  }
  .box-recipe-rink{
    padding-top: 0;
  }
  .box-recipe-rink p{
    width: 94%;
    height: 105px;
    font-size: 16px;
    padding-top: 69px;
    margin: 0 auto;
  }
  .box-recipe-rink a.btn-01 {
    width: 239px;
    height: 40px;
    font-size: 12px;
    line-height: 38px;
  }
}
.bg-club-rink{
  height: 500px;
  background: url("/img/bn_top_club_pc.jpg")no-repeat center;
  background-size: cover;
}
.box-club-rink{
  text-align: center;
  padding-top: 80px;
}
.box-club-rink p{
  color: #FFF;
  padding-bottom: 30px;
  font-size: 29px;
  font-weight: bold;
}
.box-club-rink a.btn-01{
  color: #FFF;
  border: 1px solid #FFF;
  width: 199px;
  display: inline-block;
  margin: 10px;
  background-image: url("/shared/img/svg/ar02.svg");
  background-repeat: no-repeat;
  background-position: center right 15px;
}
.box-club-rink a.btn-01:hover{
  background-color: rgba(0,0,0,0.5);
}
@media only screen and (max-width: 640px) {
  .bg-club-rink{
    height: auto;
    background: url("/img/bn_top_club_sp.jpg")no-repeat center;
    background-size: cover;
    padding: 30px 0 10px;
  }
  .box-club-rink{
    padding-top: 0;
  }
  .box-club-rink p{
    width: 83%;
    height: 75px;
    font-size: 13px;
    padding-top: 0px;
    margin: 0 auto;
    padding-bottom: 10px;
  }
  .box-club-rink p:nth-child(2){
    padding-top: 0;
    height: 40px;
    width: 60%;
    padding-bottom: 0;
  }
  .box-club-rink a.btn-01 {
    width: 260px;
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    margin: 7px;
  }
}
#breadcrumb {
  margin-bottom: 0;
  padding-top: 0;
}
.gray-wrap {
  background-color: #eeede9;
}
.box-buttan {
  padding-top: 45px;
  padding-bottom: 74px;
}
.ico-h3 {
  padding-top: 95px;
  padding-bottom: 47px;
}
.ico-h3 h3.ico-02:after {
  content: "";
  width: 34px;
  height: 35px;
  background: url(/shared/img/svg/top_ico02.svg) no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  margin: auto;
}
.ico-h3 h2.ico-02:after {
  content: "";
  width: 34px;
  height: 35px;
  background: url(/shared/img/svg/top_ico02.svg) no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  margin: auto;
}
.ico-h3 h3.ico-06:after {
  content: "";
  width: 34px;
  height: 35px;
  background: url(/shared/img/svg/recipe_ico02.svg) no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  margin: auto;
}
.ico-h3 h2.ico-06:after {
  content: "";
  width: 34px;
  height: 35px;
  background: url(/shared/img/svg/recipe_ico02.svg) no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  margin: auto;
}
.ico-01 span {
  background-color: #e10000;
  color: #fff;
  width: 155px;
  height: 28px;
  text-align: center;
  line-height: 29px;
  position: absolute;
  top: -5px;
  font-size: 16px;
  margin: 0 auto;
  margin-left:  19px;
}
.ico-01 span:after {
  content: "";
  position: absolute;
  top: 10px;
  left: -9px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 9px solid #e10000;
}
ul.column.col7 li {
    background-color: inherit;
}
/* 4カラム */
ul.column.col4 li{
  width: 23%;
  margin-right: 2.66666%;
  float: left;
  margin-bottom: 31px;
}
ul.column.col4 li a{
  text-decoration: none;
}
ul.column.col4 li:nth-child(4n){
  margin-right: 0;
}
/* カラム内テキスト */
ul.column li p.column-text-ttl{
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  display: block;
  padding: 28px 28px 13px;
}
ul.column.tokusyu a{
  text-decoration: none;
}
.box-buttan-01{
  padding-top: 15px;
  padding-bottom: 50px;
}
.box-buttan-02{
  padding-bottom: 50px;
}
@media only screen and (max-width: 640px) {
  .ico-h3-02 {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 640px) {
  .box-buttan {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .ico-h3 {
    padding-top: 90px;
    padding-bottom: 30px;
  }
  .ico-h3-02{
    padding-top: 70px;
  }
  .ico-h3 h3{
    font-size: 18px;
  }
  .ico-h3 h2{
    font-size: 18px;
  }
  .ico-01 span {
    font-size: 13px;
    width: 112px;
    height: 30px;
    line-height: 30px;
    left: 0;
    right: 0;
    margin: auto;
    top: 33px;
  }
  .ico-01 span:after {
    top: inherit;
    left: 0;
    right: 0;
    bottom: 66px;
    margin: auto;
    border-bottom: 9px solid #e10000;
    border-top: none;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
  }
  .box-menubuttan {
    width: 100px;
  }
  a.box-menubuttan {
    width: 160px;
  }
  .img-mask {
    overflow: hidden;
    height: 90px;
    width: 100%;
    display: block;
  }
  ul.column .column-product{
    height: 143px;
  }
  ul.column.sp1 li {
      width: 100%;
      margin-right: 0;
      float: none;
      margin-bottom: 15px;
  }
  ul.column li {
      background-color: #fff;
  }
  ul.column li p.column-text-yellow{
    font-size: 14px;
  }
  ul.column li p.column-text-ttl{
    padding: 15px 14px 10px;
  }
  ul.column li p.column-text-ttl{
    padding-bottom: 20px;
    font-weight: normal;
    font-size: 17px;
    font-weight: bold;
  }
  ul.column.product li p.column-text-ttl{
    font-weight: normal;
  }
  a.btn-01{
    width: 70%;
    height: 56px;
    line-height: 56px;
    font-size: 18px;
    background-position: center right 15px;
  }
  a.btn-01.pd-r-8 {
    width: 80%;
    background-position: center right 7px;
  }
  ul.column.sp2 li{
    width: 47%;
    margin-bottom: 20px;
    margin-right: 6%;
  }
  ul.column.sp2 li:nth-child(2n){
    margin-right: 0;
  }
  ul.column.sp2 li a{
    line-height: 48px;
    height: 48px;
    font-weight: normal;
    font-size: 16px;
  }
  ul.column.sp2.product li a{
    font-size: 13px;
    padding-right: 11px;
    background-position: center right 7px;
  }
  .ico-h3-03{
    padding-top: 130px;
  }
  .box-buttan.box-buttan-01{
    padding-bottom: 35px;
    padding-bottom: 55px;
  }
  ul.column li p.column-text-ttl-center{
    font-size: 18px;
  }
  .img-mask{
    height: 100px;
  }
  .box-buttan.box-buttan-02{
    padding-bottom: 70px;
  }
  .ico-h3.ico-h3-3{
    padding-top: 80px;
  }
  .link-2column > ul > li:first-child .inner li a{
    font-size: 15px;
  }
  .link-2column > ul > li:last-child .inner a{
    font-size: 15px;
  }
}
img {
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
a {
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
ul.column.col4 li figure {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}
ul.column.col4 figure img {
  -moz-transition: -moz-transform 0.2s linear;
  -webkit-transition: -webkit-transform 0.2s linear;
  -o-transition: -o-transform 0.2s linear;
  -ms-transition: -ms-transform 0.2s linear;
  transition: transform 0.2s linear;
}
@media only screen and (max-width: 640px) {
  ul.column.col4.tokusyu li:hover {
    background: rgba(146, 135, 105, 0.2);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  ul.column.col4 li:hover figure img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.4;
  }
}




/* 弁当エリア */

ul.list-three-points{
  width: 96%;
  max-width: 890px;
  margin: 0 auto;
}
ul.list-three-points li{
  width: 30%;
  float: left;
  margin-right: 5%;
}
ul.list-three-points li:nth-child(3n){
  margin-right: 0;
}
ul.list-three-points li img{
  width: 100%;
}
ul.list-three-points li p{
  text-align: center;
  font-weight: bold;
  font-size: 19px;
  margin-top: 10px;
}
.contents-bento .ttl-01{
  font-size: 34px;
  font-weight: bold;
  border-top: 2px solid #e10000;
  margin-top: 65px;
  padding: 20px 0 25px;
}
ul.list-choose-box{
  margin: 50px 0;
}
ul.list-choose-box li{
  width: 23%;
  margin-right: 2.666%;
  float: left;
}
ul.list-choose-box li:nth-child(4n){
  margin-right: 0;
}
.area-necessary{
  text-align: center;
}
.box-necessary{
  border: solid 1px #e10000;
  display: inline-block;
  padding: 25px 53px;
  margin-bottom: 13px;
}
.box-necessary p:first-child,.box-necessary p:last-child{
  font-size: 24px;
  font-weight: bold;
}
.box-necessary p.txt-equal{
  display: inline-block;
  color: #e10000;
  font-size: 24px;
  font-weight: bold;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}
.box-necessary + p{
  font-size: 16px;
}
.box-indication{
  max-width: 890px;
  margin: 50px auto 0;
}
.box-indication h3{
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 3px;
}
.box-indication p{
  text-align: right;
}
ul.list-indication{
  margin: 7px 0;
}
ul.list-indication li{
  width: 46.6%;
}
ul.list-indication li.list-indication-male{
  float: left;
}
ul.list-indication li.list-indication-female{
  float: right;
}
.list-indication li table{
  width: 100%;
  border-left: #e8e6e0 solid 1px;
  border-bottom: #e8e6e0 solid 1px;
}
.list-indication li table th,.list-indication li table td{
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  border-top: #e8e6e0 solid 1px;
  border-right: #e8e6e0 solid 1px;
  padding: 7px 7px;
}
.list-indication li.list-indication-male th{
  background-color: #e5f2fa;
}
.list-indication li.list-indication-female th{
  background-color: #fce5e5;
}
.list-indication li.list-indication-male th.bg-glay,.list-indication li.list-indication-female th.bg-glay{
  background-color: #eeede9;
}
.contents-bento ul.list-image li.list-left{
  width: 50%;
  float: left;
}
.contents-bento ul.list-image li.list-right{
  width: 46%;
  float: right;
}
.contents-bento ul.list-image li.list-right p.item{
  margin: 25px 0 5px;
  width: 70px;
  height: 30px;
  font-size: 17px;
  color: #fff;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
}
.contents-bento ul.list-image li.list-right p.item + p{
  font-weight: bold;
  font-size: 16px;
}
.contents-bento ul.list-image li.list-right p.item + p span{
  font-weight: bold;
  color: #e10000;
}
.contents-bento ul.list-image li.list-right p.item + p span.arrow{
  padding-left: 16px;
  background: url(/shared/img/svg/icon_cr.svg)no-repeat center left;
  background-size: 13px 10px;
}
.contents-bento ul.list-image li.list-right p.item.staple{background-color:#e10000;}
.contents-bento ul.list-image li.list-right p.item.main{background-color:#f55a00;}
.contents-bento ul.list-image li.list-right p.item.side{background-color:#6fbe2d;}
.contents-bento ul.list-image li.list-right ul.list-shade{
  margin-top: 15px;
}
.contents-bento ul.list-image li.list-right ul.list-shade span.circle{
  display: inline-block;
  width: 36px;
  border-radius: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 36px;
  text-align: center;
  margin: 12px 15px 0 0;
}
.contents-bento ul.list-image li.list-right ul.list-shade span.circle.txt-black{
  color: #231815;
}
.contents-bento ul.list-image li.list-right ul.list-shade span.circle.white{background-color:#eaeaea;}
.contents-bento ul.list-image li.list-right ul.list-shade span.circle.black{background-color:#000000;}
.contents-bento ul.list-image li.list-right ul.list-shade span.circle.red{background-color:#e10000;}
.contents-bento ul.list-image li.list-right ul.list-shade span.circle.yellow{background-color:#ffd200;}
.contents-bento ul.list-image li.list-right ul.list-shade span.circle.green{background-color:#6ebe2d;}
.contents-bento ul.list-image li.list-right ul.list-shade span.circle.brown{background-color:#853b00;}
.contents-bento ul.list-4culom{
  margin-top: 40px;
}
.contents-bento ul.list-4culom li{
  width: 48.5%;
  margin-right: 3%;
  float: left;
  background-color: #eeede8;
  padding: 10px 23px 10px;
  margin-bottom: 35px;
  display: table;
}
.contents-bento ul.list-4culom li:nth-child(2n){
  margin-right: 0;
}
.contents-bento ul.list-4culom li .box-txt{
  display: table-cell;
  width: 73%;
  vertical-align: middle;
}
.contents-bento ul.list-4culom li .box-txt p:first-child{
  font-weight: bold;
}
.contents-bento ul.list-4culom li .box-txt p:nth-child(2){
  margin-top: 17px;
}
.contents-bento ul.list-4culom li .box-image{
  padding: 30px 0;
  display: table-cell;
  width: 27%;
  text-align: center;
}
.contents-bento .ico-h3 h3.ico-04:after {
  content: "";
  width: 37px;
  height: 37px;
  background: url(/recipe/cla_theme/01/img/svg/01_icon_02.svg) no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  margin: auto;
}
.contents-bento .ico-h3 h2.ico-04:after {
  content: "";
  width: 37px;
  height: 37px;
  background: url(/recipe/cla_theme/01/img/svg/01_icon_02.svg) no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  margin: auto;
}
.contents-bento .ico-h3 h3.ico-03:after {
    content: "";
    width: 32px;
    height: 42px;
    background: url(/recipe/cla_theme/01/img/svg/01_icon_01.svg) no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    margin: auto;
}
.contents-bento .ico-h3 h2.ico-03:after {
    content: "";
    width: 32px;
    height: 42px;
    background: url(/recipe/cla_theme/01/img/svg/01_icon_01.svg) no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    margin: auto;
}
.contents-bento .ico-h3.ico-h3-02 {
  padding-top: 70px;
}
.contents-bento .ico-h3.ico-h3-02 h3{
  font-size: 34px;
}
.contents-bento .ico-h3.ico-h3-02 h2{
  font-size: 34px;
}
.contents-bento .ico-h3.ico-h3-03 {
  padding-top: 110px;
}
.contents-bento .ico-h3.ico-h3-03 h3{
  font-size: 34px;
}
.contents-bento .ico-h3.ico-h3-03 h2{
  font-size: 34px;
}
.contents-bento .ico-h3 h3.ico-02:after{
  bottom: 45px;
}
.contents-bento .ico-h3 h2.ico-02:after{
  bottom: 45px;
}
.contents-bento p.sub-ttl{
  font-size: 24px;
  font-weight: bold;
  margin: 40px 0 20px;
}
.contents-bento ul{
  margin-top: 30px;
}
.contents-bento ul.list-pack li{
  float: left;
  width: 22.5%;
  margin-right: 3.33%;
  position: relative;
}
.contents-bento ul.list-pack li:nth-child(4n){
  margin-right: 0;
}
.contents-bento ul.list-pack li:after{
  content: "";
  width: 15%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  background: url(/recipe/cla_theme/01/img/img_cla_theme01_16.jpg) no-repeat center;
}
.contents-bento ul.list-pack li:nth-child(4n):after{
  content: none;
}
.contents-bento ul.list-pack li p.txt-step{
  background-color: #e10000;
  color: #fff;
  font-weight: bold;
  padding: 2px 5px 1px;
  display: inline-block;
  margin-bottom: 13px;
}
.contents-bento ul.list-pack li p.txt-step + .step-table img{
  margin-bottom: 10px;
}

@media only screen and (max-width: 640px) {
  .contents-bento p.ttl-img{
    width: 56%;
    top: 25px;
  }
  .contents-bento ul.list-three-points li p{
    font-size: 14px;
  }
  .contents-bento .ttl-01{
    margin-top: 30px;
    font-size: 20px;
    padding-bottom: 20px;
  }
  .contents-bento p.sp-color-y{
    color: #65562d;;
  }
  ul.list-choose-box{
    margin: 20px auto 10px;
  }
  ul.list-choose-box li{
    width: 48%;
    margin-right: 4%;
    margin-bottom: 10px;
  }
  ul.list-choose-box li:nth-child(2n){
    margin-right: 0;
  }
  .box-necessary{
    padding: 16px;
    width: 100%;
    margin-bottom: 7px;
  }
  .box-necessary p:first-child, .box-necessary p:last-child{
    font-size: 14px;
  }
  .box-necessary p.txt-equal{
    line-height: 27px;
  }
  .box-indication h3{
    font-size: 15px;
  }
  .box-indication{
    margin-top: 30px;
  }
  .box-indication p{
    font-size: 12px;
    text-align: left;
  }
  .contents-bento ul.list-image li.list-left,ul.list-image li.list-right{
    float: none;
    width: 100%;
  }
  .contents-bento ul.list-image li.list-right{
    width: 100%;
    float: none;
  }
  .contents-bento ul.list-image li.list-right p.item{
    width: 47px;
    height: 20px;
    font-size: 15px;
    line-height: 20px;
    margin: 19px 0 3px;
  }
  .contents-bento ul.list-image li.list-right p.item + p{
    font-size: 14px;
  }
  .contents-bento ul.list-image li.list-right ul.list-shade span.circle{
    width: 25px;
    height: 25px;
    font-size: 14px;
    line-height: 25px;
    margin-right: 7px;
  }
  .contents-bento ul.list-image li.list-right ul.list-shade li p{
    font-size: 12px;
  }
  .contents-bento ul.list-4culom li{
    width: 100%;
    margin-right: 0;
  }
  .contents-bento ul.list-4culom li:nth-child(2n){
    margin-right: 0;
  }
  .contents-bento ul.list-4culom li .box-image{
    padding: 10px 0;
  }
  .contents-bento ul.list-4culom li .box-image img{
    width: 70%;
  }
  .contents-bento ul.list-4culom li{
    padding: 10px;
    margin-bottom: 13px;
  }
  .contents-bento ul.list-4culom li p{
    text-align: left;
    font-size: 12px;
  }
  .contents-bento ul.list-4culom li .box-txt p:nth-child(2){
    margin-top: 10px;
  }
  .contents-bento .box-label::-webkit-scrollbar,.box-goal::-webkit-scrollbar{
    width: 20px;
    background: #999;
  }
  .contents-bento .box-label::-webkit-scrollbar:horizontal,.box-goal::-webkit-scrollbar:horizontal{
    height: 10px;
    background: #eee;
    border-radius: 5px;
  }
  .contents-bento .box-label::-webkit-scrollbar-thumb,.box-goal::-webkit-scrollbar-thumb{
    background: #999;
    border-radius: 5px;
  }
  .contents-bento .box-label::-webkit-scrollbar-thumb:horizontal,.box-goal::-webkit-scrollbar-thumb:horizontal{
    background: #999;
    border-radius: 5px;
  }
  .contents-bento .box-label{
    width: 100%;
    overflow: auto;
    margin-bottom: 40px;
  }
  .contents-bento .box-label ul{
    width: 800px;
    overflow-x: auto;
    border-collapse: collapse;
    margin-bottom: 0;
  }
  .table-slide-arrow{
    position: relative;
  }
  .table-slide-arrow.after:after{
    content: "";
    width: 126px;
    height: 80px;
    background: url("/shared/img/svg/icon_cr03.svg")no-repeat;
    opacity: 0.4;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .contents-bento .ico-h3.ico-h3-02 h3{
    font-size: 20px;
  }
  .contents-bento .ico-h3.ico-h3-02 h2{
    font-size: 20px;
  }
  .contents-bento .ico-h3.ico-h3-03 h3{
    font-size: 20px;
  }
  .contents-bento .ico-h3.ico-h3-03 h2{
    font-size: 20px;
  }
  .contents-bento .ico-h3 h3.ico-03:after{
    bottom: 40px;
  }
  .contents-bento .ico-h3 h2.ico-03:after{
    bottom: 40px;
  }
  .contents-bento .ico-h3 h3.ico-04:after{
    bottom: 40px;
  }
  .contents-bento .ico-h3 h2.ico-04:after{
    bottom: 40px;
  }
  .contents-bento .ico-h3 h3.ico-02:after {
    bottom: 30px;
  }
  .contents-bento .ico-h3 h2.ico-02:after {
    bottom: 30px;
  }
  .contents-bento p.sub-ttl{
    font-size: 15px;
    margin: 30px 0 5px;
  }
  .contents-bento ul.list-pack li{
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 35px;
  }
  .contents-bento ul.list-pack li p.txt-step{
    margin-bottom: 6px;
    font-size: 13px;
    padding-top: 1px;
  }
  .contents-bento ul.list-pack li p.txt-step + .step-table img{
    margin-bottom: 0;
  }
  .contents-bento ul.list-pack li .step-table{
    display: table;
  }
  .contents-bento ul.list-pack li .step-table .box-table-img{
    display: table-cell;
    width: 50%;
  }
  .contents-bento ul.list-pack li .step-table p{
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    padding-left: 20px;
  }
  .contents-bento ul.list-pack li:after{
    content: "";
    width: 100%;
    height: 35px;
    top: 100%;
    left: 0;
    background-image: url(/recipe/cla_theme/01/img/svg/under_ar.svg);
    background-size: 28px 13px;
  }
}
.return-top {
  float: right;
  padding-top: 7px;
}
.return-top span {
  padding-top: 10px;
}
.return-top span a {
  padding-right: 10px;
  background: url(/shared/img/svg/cur02.svg)no-repeat center right;
  background-size: 7px 13px;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
}
@media only screen and (max-width: 640px) {
  .return-top {
    padding-top: 0;
    width: 40%;
  }
  .return-top span a {
    font-size: 12px;
  }
}
/* パナソニック */

.box-main-theme .main-theme .ttl-main img.pana01{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 500px;
}
.box-main-theme .main-theme .ttl-main img.pana02{
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: auto;
}
.txt-sub {
  margin-bottom: 80px;
}
.txt-sub p{
  text-align: center;
}
.txt-sub p:first-child{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}
.txt-sub p:first-child img{
  vertical-align: bottom;
}
.box-main-theme .main-theme .ttl-main span.ttl-pana {
  font-weight: bold;
  font-size: 55px;
  line-height: 58px;
  display: block;
}
@media only screen and (max-width: 640px) {
  .box-main-theme .main-theme .ttl-main img.pana01{
    width: 325px;
    height: 55px;
  }
  .box-main-theme .main-theme .ttl-main img.pana02{
    width: 191px;
    height: 132px;
    bottom: 0;
  }
  .main-theme .ttl-main{
    z-index: 1;
  }
  .main-theme .ttl-main img{
    z-index: 0;
  }
  .txt-sub p:first-child{
    font-size: 18px;
    margin-top: 0px;
  }
  .txt-sub p:first-child img{
    width: 175px;
    vertical-align: bottom;
  }
  .txt-sub p:nth-child(2){
    font-size: 14px;
    color: #65562d;
    text-align: left;
  }
  .txt-sub{
    margin-bottom: 40px;
  }
  .box-main-theme .main-theme .ttl-main span.ttl-pana {
    display: inline;
    font-size: 25px;
    line-height: 30px;
    padding-top: 0;
  }
}

@media screen and (min-width: 640px) and (max-width: 920px) {
  .box-main-theme .main-theme .ttl-main span.ttl-pana {
    font-size:42px;
  }
}

.title-media {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 2px;
  word-break: break-all;
  color: #e10000;
}
@media only screen and (max-width: 640px) {
  .title-media {
    font-size: 15px;
    margin-bottom: 0;
  }
}