@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 70px;
  border-radius: 0;
}
.search-box form input:hover{
  background-color: rgba(0,0,0,0.5);
}
.search-box form input:focus{
  padding: 0 10px;
  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;
    text-align: center;
    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;
    font-weight: bold;
  }
  .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%;
  height: 500px;
  background: url(/recipe/theme/img/bg_theme_pc.jpg)no-repeat center;background-size: cover;
  text-align: center;
  position: relative;
}
.txt-main{
  width: 100%;
  position: absolute;
  top: 213px;
}
.main-theme p{
  color: #fff;
  font-size: 18px;
  line-height: 35px;
}
.main-theme .ttl-main{
  font-size: 65px;
  font-weight: bold;
  margin-bottom: 15px;
}
.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: #000000;
  font-size: 23px;
  font-weight: bold;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: 300px;
}
.box-main-under a{
  text-decoration: none;
  color: #fff;
}
img.img-inline-sp{
  display: none;
}
span.txt-recipe {
  text-indent: -9999px;
  overflow: hidden;
  display: inline-block;
}
@media only screen and (max-width: 640px) {
  .main-theme{
    height: auto;
  }
  .main-theme img{
    width: auto; 
  }
  .main-theme .ttl-main{
    font-size: 25px;
  }
  .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;
  }
  img.img-inline-pc{
    display: none;
  }
  img.img-inline-sp{
    display: inline;
  }
}

@media only screen and (max-width: 640px) {
  .under-search {
    padding: 17px 0;
  }
  .under-search form {
    margin: 0 auto;
  }
}

/* レシピトップ */
.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;
  }
}
.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: auto;
    width: 80%;
    padding-bottom: 0;
    margin-bottom: 10px;
  }
  .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 .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;
  }
}
#breadcrumb {
  margin-bottom: 0;
  padding-top: 0;
}
.gray-wrap {
  background-color: #eeede9;
}
.box-buttan {
  padding-top: 45px;
  padding-bottom: 74px;
}
.ico-h3 {
  padding-top: 70px;
  padding-bottom: 47px;
}
.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;
}
ul.box-details-image{
  text-align: center;
}
.box-details-image li{
  display: inline-block;
  width: 30%;
  margin-right: 3%;
}
.box-details-image li:last-child{
  margin-right: 0;
}
@media only screen and (max-width: 640px) {
  .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 {
    margin-bottom: 25px;
    padding-top: 20px;
  }
  .area-details:last-child{
    margin-bottom: 50px;
  }
  .box-details-image li{
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .area-details .link-recipe {
    padding: 0 12px 0 0;
    background-position: center right 15px;
    width: 239px;
    font-size: 12px;
    line-height: 38px;
    height: 40px;
  }
}
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;
}
p.remain-lead{
  padding-top: 30px;
  font-size: 17px;
  text-align: center;
}
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) {
  p.remain-lead{
    padding-top: 10px;
    font-size: 15px;
    text-align: left;
  }
}
.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;
}
