@charset "utf-8";
/* CSS Document */


@media all and (min-width: 768px) {
  .only-sp {
    display: none !important;
  }
  .hover {
    opacity: 1;
    transition: opacity .5s ease;
    cursor: pointer;
  }
  .hover:hover {
    opacity: .7;
    transition: opacity .5s ease;
  }
}
@media all and (max-width: 767px) {
  .only-pc {
    display: none !important;
  }
}


/* font */
.cormorant {
  font-family: 'Cormorant', serif;
}
.notoserif {
  font-family: 'Noto Serif JP', serif;
}


.topBtn {
  z-index: 1;
}
.wrapper {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 400;
}
.contents {
  width: 100%;
  min-width: 1100px;
  background-color: #121111;
}
@media all and (max-width: 767px) {
.contents {
  min-width: inherit;
}
}


.mv {
  width: 100%;
  margin-bottom: 100px;
}
.mv .mvInner {
  width: 100%;
  height: 540px;
  background: url("../images/chef_service_mv-pc.png") no-repeat center center;
  background-size: cover;
  
}
.mv .title {
  padding-top: 104px;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
}
.mv .title .mvLeaden {
  margin-bottom: 0.4em;
  color: #d6b77a;
  font-size: 26px;
  line-height: 1.46;
  font-family: 'Cormorant', serif;
  letter-spacing: 0.1em;
}
.mv .title .mvLeadjp {
  margin-bottom: 0.8em;
  padding: 3px 0;
  color: #fff;
  font-size: 36px;
  line-height: 1;
  border-top: #d6b77a 1px solid;
  border-bottom: #d6b77a 1px solid;
  display: inline-block;
  letter-spacing: 0.06em;
}
.mv .title .mvLeadjp .border {
  padding: 0.4em 1.1em;
  border-top: #8c7e61 1px solid;
  border-bottom: #8c7e61 1px solid;
  display: inline-block;
}
.mv .title .mvLeadjp .small {
  font-size: 75%;
}
.mv .title .mvTitle {
  font-size: 64px;
  color: #d6b77a;
}
.mv .title .mvTitle .white {
  color: #fff;
}
.mv .title .mvTitle .white .small {
  font-size: 75%;
}
.mv .title .mvTitle .brown {
  color: #9d824c;
}
@media all and (max-width: 767px) {
.mv {
  margin-bottom: 50px;
}
.mv .mvInner {
  width: 100%;
  height: calc(1074/750*100vw);
  background: url("../images/chef_service_mv-sp.png") no-repeat center center;
  background-size: cover;
  
}
.mv .title {
  padding-top: calc(280/750*100vw);
}
.mv .title .mvLeaden {
  margin-bottom: 0.6em;
  font-size: calc(29/750*100vw);
}
.mv .title .mvLeadjp {
  padding: 2px 0;
  font-size: calc(45/750*100vw);
}
.mv .title .mvLeadjp .small {
  font-size: 75%;
}
.mv .title .mvTitle {
  font-size: calc(72/750*100vw);
  line-height: 1.46;
}
.mv .title .mvTitle .white {
  color: #fff;
}
}


.lead {
  margin-bottom: 60px;
  text-align: center;
  font-size: 19px;
  font-family: 'Noto Serif JP', serif;
}
.lead .en {
  margin-bottom: 0.4em;
  font-size: 40px;
  color: #d6b77a;
  letter-spacing: 0.06em;
  font-family: 'Cormorant', serif;
}
@media all and (max-width: 767px) {
.lead {
  margin-bottom: 50px;
  font-size: 13px;
}
.lead .en {
  font-size: 28px;
}
}


.sec01 {
  width: 100%;
  padding: 0;
  margin-bottom: 100px;
}
.sec01 .secInner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.sec01 .aboutArea {
  display: flex;
  justify-content: space-between;
  line-height: 2;
}
.sec01 .aboutArea .lead {
  width: 360px;
  font-size: 19px;
  text-align: left;
}
.sec01 .aboutArea .lead .en {
  margin-bottom: 0;
  font-size: 26px;
  color: #d6b77a;
  display: flex;
  align-items: center;
  letter-spacing: 0.06em;
}
.sec01 .aboutArea .lead .en:after {
  content: "";
  width: 190px;
  height: 2px;
  display: block;
  margin-left: 0.5em;
  background-color: #6d5e42;
}
.sec01 .aboutArea .text {
  width: 740px;
  text-align: left;
  font-size: 18px;
}
@media all and (max-width: 767px) {
.sec01 {
  margin-bottom: 50px;
}
.sec01 .secInner {
  width: 93.33%;
  margin: 0 auto;
}
.sec01 .aboutArea {
  display: block;
}
.sec01 .aboutArea .lead {
  width: 100%;
  margin-bottom: 1.4em;
  font-size: 13px;
}
.sec01 .aboutArea .lead .en {
  font-size: 18px;
}
.sec01 .aboutArea .lead .en:after {
  width: 160px;
  height: 1px;
}
.sec01 .aboutArea .text {
  width: 100%;
  font-size: 15px;
}
}


.sec02 {
  margin-bottom: 120px;
}
.sceneArea {
  width: 100%;
  margin-bottom: 90px;
  display: flex;
}
.sceneArea.scene01 .sceneText {
  background: url("../images/chef_service_sec02_11-pc.png") no-repeat center center;
  background-size: cover;
}
.sceneArea.scene02 .sceneText {
  background: url("../images/chef_service_sec02_12-pc.png") no-repeat center center;
  background-size: cover;
}
.sceneArea.scene03 .sceneText {
  background: url("../images/chef_service_sec02_13-pc.png") no-repeat center center;
  background-size: cover;
}
.sceneArea.even {
  flex-direction: row-reverse;
}
.sceneArea .sceneImg {
  width: 50%;
}
.sceneArea .sceneImg img {
  width: 100%;
}
.sceneArea .sceneText {
  width: 50%;
  padding: 0 0 0 80px;
  display: flex;
  align-items: center;
}
.sceneArea.even .sceneText {
  padding: 0 80px 0 0;
  flex-direction: row-reverse;
}
.sceneArea .sceneText .sceneEn {
  margin-bottom: 1em;
  font-size: 36px;
  letter-spacing: 0.06em;
  font-family: 'Cormorant', serif;
}
.sceneArea .sceneText .sceneJp {
  font-size: 22px;
  letter-spacing: 0.06em;
  line-height: 1.32;
}
.sceneArea .sceneText .sceneBox {
  width: 410px;
  height: 236px;
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.sceneArea .sceneText .sceneBox:before {
  content: "";
  width: 170px;
  height: 104px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  border-top: #a38c5f 1px solid;
  border-left: #a38c5f 1px solid;
}
.sceneArea .sceneText .sceneBox:after {
  content: "";
  width: 170px;
  height: 104px;
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  border-bottom: #a38c5f 1px solid;
  border-right: #a38c5f 1px solid;
}
@media all and (max-width: 767px) {
.sec02 {
  margin-bottom: 70px;
}
.sceneArea {
  margin-bottom: 0;
  display: block;
}
.sceneArea.scene01 .sceneText {
  background: url("../images/chef_service_sec02_11-sp.png") no-repeat center center;
  background-size: cover;
}
.sceneArea.scene02 .sceneText {
  background: url("../images/chef_service_sec02_12-sp.png") no-repeat center center;
  background-size: cover;
}
.sceneArea.scene03 .sceneText {
  background: url("../images/chef_service_sec02_13-sp.png") no-repeat center center;
  background-size: cover;
}
.sceneArea .sceneImg {
  width: 100%;
}
.sceneArea .sceneText {
  width: 100%;
  padding: calc(50/750*100vw) 0;
  display: block;
}
.sceneArea.even .sceneText {
  padding: calc(50/750*100vw) 0;
}
.sceneArea .sceneText .sceneEn {
  margin-bottom: 1em;
  font-size: 21px;
}
.sceneArea .sceneText .sceneJp {
  font-size: 12px;
}
.sceneArea .sceneText .sceneBox {
  margin: 0 auto;
  width: calc(536/750*100vw);
  height: calc(306/750*100vw);
}
.sceneArea .sceneText .sceneBox:before {
  width: 110px;
  height: 64px;
}
.sceneArea .sceneText .sceneBox:after {
  width: 110px;
  height: 64px;
}
}




.sec03 {
  padding-bottom: 160px;
}
.sec03 .secInner {
  max-width: 1100px;
  margin: 0 auto;
}
ul.shopList > li {
  margin-bottom: 25px;
 /* display: none*/
}
ul.shopList > li:nth-child(-n+3) {
  display: block
}
.shopList .shopImg {
  position: relative;
}
.shopList .shopImg .thumbImg {
  display: block;
}
.shopList .shopImg .thumbImg img {
  width: 100%;
}
.shopList .shopImg .subImg {
  display: none;
}
.shopList .thumbImg .hover {
  opacity: 0;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  position: relative;
}
.shopList .shopImg .thumbImg ul.tab {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0;
}
.shopList .shopImg .thumbImg ul.tab li {
  display: inline-block;
  padding: 4px 1em;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.shopList .shopImg .thumbImg ul.tab li.num {
  background-color: rgba(18,17,17,.7);
}
.shopList .shopImg .thumbImg ul.tab li.genre {
  background-color: rgba(167,132,63,.7);
}
.shopList .shopInfo {
  margin: -35px 15px 0;
  padding: 20px 20px;
  background-color: #fff;
  color: #000;
  font-size: 12px;
  position: relative;
  z-index: 1;
}
.shopList .shopInfoInner {
  line-height: 1.32;
}
.shopList .shopInfoInner p {
  margin-top: 0.6em;
}
.shopList .shopInfo .shopName {
  margin-bottom: 0.8em;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2;
}
.shopList .shopInfo .bold {
  font-weight: bold;
  display: block;
}
.moreBtnArea {
  margin-top: 50px;
  text-align: center;
}
.moreBtn {
  padding: 1.5em 5em 1.2em;
  display: inline-block;
  border: #a7843f 1px solid;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  color: #a7843f;
  line-height: 1;
  text-decoration: none;
  letter-spacing: 0.1em;
}
.moreBtn:after {
  content: "";
  width: 0.6em;
  height: 0.6em;
  border-top: #a7843f 2px solid;
  border-right: #a7843f 2px solid;
  transform: rotate(135deg);
  position: absolute;
  right: 1.2em;
  top: 35%;
}
@media all and (min-width: 768px) {
ul.shopList {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
ul.shopList > li {
  width: calc(346/1100*100%);
  margin-bottom: 30px;
  margin-right: calc(30/1100*100%);
}
ul.shopList > li:nth-child(3n) {
  margin-right: 0;
}
.shopList .thumbImg .hover {
  width: 100%;
  text-align: center;
  opacity: 0;
  transition: opacity .5s ease;
  position: absolute;
  left: 0;
  right: 0;
  top: 46%;
  margin: auto;
}
.shopList .thumbImg .hover:before {
  content: url("../images/chef_service_icon01.gif");
  margin: 0 0.6em 0 0;
  position: relative;
  top: 3px;
}
.shopList .thumbImg:hover .hover {
  opacity: 1;
  transition: opacity .5s ease;
}
.shopList .thumbImg.thumbImg > img {
  opacity: 1;
  transition: opacity .5s ease;
}
.shopList .thumbImg:hover.thumbImg > img {
  opacity: .5;
  transition: opacity .5s ease;
}
.shopList .tupArea {
  display: none;
}
}
@media all and (max-width: 767px) {
.sec03 {
  padding-bottom: 80px;
}
.sec03 .secInner {
  max-width: 93.33%;
  margin: 0 auto;
}
ul.shopList > li {
  width: 100%;
}
ul.shopList > li:nth-child(-n+3) {
  display: block
}
.shopList .thumbImg .hover {
  display: none;
}
.shopList .shopImg .thumbImg ul.tab li {
  font-size: 12px;
}
.shopList .shopInfo {
  margin: -32px 12px 0;
  padding: 0;
}
.shopList .shopInfo .shopInfoInner {
  padding: 20px 20px;
}
.shopList .shopInfo .shopName {
  font-size: 15px;
}
.moreBtnArea {
  margin-top: 35px;
}
.moreBtn {
  padding: 1.5em 5em 1.2em;
  font-size: 14px;
}
.tupArea {
  padding: 20px;
  background-color: #ede6d8;
  text-align: center;
}
.tupArea .modalBtn {
  padding-left: 19px;
  font-weight: bold;
  color: #9d824c;
  display: inline-block;
  position: relative;
}
.tupArea .modalBtn:before {
  content: "";
  width: 13px;
  height: 13px;
  position: absolute;
  background: url(../images/chef_service_icon02.gif) no-repeat center center;
  background-size: 100% 100%;
  display: block;
  margin: 0 0.6em 0 0;
  top: -1px;
  left: 0;
}
.fancybox-caption__body {
  text-align: left;
}
}


.sec04 {
  padding-bottom: 172px;
}
.sec04 .secInner {
  max-width: 1100px;
  margin: 0 auto;
}
.sec04 .lead {
  margin-bottom: 2em;
  font-size: 24px;
}
.caution {
  font-size: 12px;
  line-height: 1.8;
}
.caution a {
  color: #fff;
  text-decoration: underline;
}
@media all and (max-width: 767px) {
.sec04 {
  padding-bottom: 128px;
}
.sec04 .secInner {
  max-width: 93.33%;
}
.sec04 .lead {
  margin-bottom: 1.4em;
  font-size: 15px;
}
.caution {
  font-size: 12px;
  line-height: 1.46;
}
}


