@charset "UTF-8";
.chefs-tips .mainvisual {
  height: 760px;
  margin-bottom: 150px;
  background: url("../img/chefs-tips/main-visual1.jpg") center center no-repeat;
  background-size: cover;
}
.chefs-tips .mainvisual h2 {
  width: 280px;
  position: absolute;
  left: 70px;
  bottom: 70px;
  font-size: 4rem;
  line-height: 1.3;
  letter-spacing: 0.7rem;
  z-index: 1;
}
.chefs-tips .h-top-catch {
  margin-bottom: 200px;
}
.chefs-tips .h-top-catch h3 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  margin-top: 150px;
}
.chefs-tips .h-top-catch h3::after {
  display: block;
  content: "";
  background: url(../img/chefs-tips/light_icon.png);
  width: 200px;
  height: 200px;
  margin: 0 auto;
}
.chefs-tips .h-top-catch h3 span {
  font-size: 21px;
  font-weight: normal;
}
.chefs-tips .h-top-catch p {
  font-size: 21px;
  font-weight: bold;
}
.chefs-tips .hint-container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 30px;
}
.chefs-tips .h-tips-ttl {
  text-align: left;
  line-height: 1.3;
  margin-bottom: 110px;
  font-family: Hiragino Kaku Gothic StdN;
}
.chefs-tips .h-tips-ttl h3 {
  font-size: 32px;
}
.chefs-tips .h-tips-ttl span {
  font-size: 18px;
}
.chefs-tips .h-chefs-introduction {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 140px;
}
.chefs-tips .h-chefs-introduction__top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #707070;
  margin-bottom: 20px;
  line-height: 1.3;
  padding-bottom: 5px;
  flex-wrap: wrap;
}
.chefs-tips .h-chefs__name {
  font-size: 24px;
  font-family: Hiragino Kaku Gothic Std;
}
.chefs-tips .h-chefs__name span {
  font-size: 18px;
  font-family: Hiragino Kaku Gothic ProN;
  margin-left: 20px;
  font-weight: bold;
}
.chefs-tips .h-chefs__top-txt {
  font-size: 18px;
  font-weight: bold;
  padding-top: 8px;
}
.chefs-tips .h-chefs__information {
  width: 40%;
}

@media (min-width: 780px) {
  .chefs-tips .h-chefs__information {
    width: 424px;
  }

  .pcview {
    width: 500px;
    height: 800px;
    float: left;
  }
}

.chefs-tips .h-chefs__message {
  padding: 30px 40px 10px;
  width: 55%;
  background: #f6f6f6;
  text-align: left;
  font-size: 18px;
  margin-bottom: 20px;
}

.chefs-tips .h-chefs__message1 {
  padding: 30px 40px 10px;
  width: 100%;
  background: #f6f6f6;
  text-align: left;
  font-size: 18px;
  margin-bottom: 20px;
}

.chefs-tips .h-chefs__detail {
  text-align: left;
}
.chefs-tips .h-chefs__img {
  margin-bottom: 20px;
}
.chefs-tips .h-chefs__detail .h-chefs__name {
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 1.3;
}
.chefs-tips .h-chefs__store {
  display: inline-block;
  width: 60%;
  font-weight: bold;
}
.chefs-tips .h-chefs__store__infomation {
  display: flex;
  justify-content: space-between;
}
.chefs-tips .h-chefs__link {
  position: relative;
}
.chefs-tips .h-chefs__link a {
  font-size: 13px;
  text-decoration: none;
  border: 1px solid;
  padding: 3px 18px;
  border-radius: 10px;
  display: block;
  text-align: center;
  margin-bottom: 15px;
  white-space: nowrap;
  font-weight: bold;
}
.chefs-tips .h-chefs__link a::after {
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  background: url(../img/chefs-tips/right-arrow.png) no-repeat;
  position: absolute;
  right: -12px;
  top: 8px;
}
.chefs-tips .h-chefs__store-name {
  line-height: 1.3;
}
.chefs-tips .h-chefs__store-name::after {
  display: block;
  content: "";
  width: 180px;
  height: 3px;
  border-bottom: 3px dotted #979797;
}
.chefs-tips .l-space p {
  margin-bottom: 40px;
}
.chefs-tips .l-space {
  padding-top: 60px;
}
@media (max-width: 960px) {
  .chefs-tips .chefs-home .h-mainvisual {
    margin: 0;
    margin-left: -20px;
    margin-right: -20px;
  }
  .chefs-tips .h-top-catch {
    margin-bottom: 100px;
  }
  .chefs-tips .h-chefs__information {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
  }
  .chefs-tips .h-tips-ttl {
    margin-bottom: 80px;
  }
  .chefs-tips .h-chefs__img {
    width: 40%;
    min-width: 280px;
    margin-right: 20px;
  }
  .chefs-tips .h-chefs__detail {
    width: 50%;
    max-width: 300px;
  }
  .chefs-tips .h-chefs__detail span {
    display: block;
    margin-left: 0;
  }
  .chefs-tips .h-chefs__store__infomation {
    flex-wrap: wrap;
  }
  .chefs-tips .h-chefs__message {
    width: 100%;
  }
  .chefs-tips .h-chefs__store {
    margin-bottom: 70px;
    width: 100%;
  }
  .chefs-tips .hint-container {
    padding: 0;
  }
  .chefs-tips .h-chefs-introduction__top {
    margin-left: 10px;
    margin-right: 10px;
  }
  .chefs-tips .h-chefs__message {
    padding: 20px 20px 10px;
  }
  .chefs-tips #chef3 .l-space {
    padding: 35px 75px;
  }
}
@media (max-width: 780px) {
  .chefs-tips .h-chefs__name span {
    display: block;
    margin-left: 0;
  }
  .chefs-tips .h-chefs__name {
    width: 100%;
  }
  .chefs-tips .h-chefs__top-txt {
    width: 100%;
  }
  .chefs-tips .h-chefs__img {
    width: 100%;
    margin-right: 0;
  }
  .chefs-tips .h-chefs__detail {
    width: 100%;
  }
  .chefs-tips .h-chefs__store {
    margin-bottom: 20px;
  }
}

.bf_mark {
  /*	content: "■";
	padding-left: 40px; */
}

.width500 {
  width: 500px;
}

div.center {
  margin-left: auto;
  margin-right: auto;
  width: 500px;
}
