@charset "UTF-8";
a {
  outline: none;
  opacity: 1;
  transition: all .3s;
}
a:hover {
  opacity: 0.8;
  transition: all .3s;
}
*:hover {
  transition: all .3s;
}
figure {
  margin: 0;
}
figure img {
  width: 100%;
  vertical-align: bottom;
}
html {
  visibility: hidden;
}
html.wf-active {
  visibility: visible;
}
body {
  margin: 0;
  padding: 0;
  color: #111;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  background-image: url("../img/bg.jpg");
  background-size: 100%;
  background-position: center;
  background-attachment: fixed;
  font-family: shippori-antique, sans-serif;
  font-weight: 400;
  font-style: normal;
}
body.fixed {
  overflow: hidden;
}
#wrapper {
  min-width: 1100px;
  overflow: hidden;
}
.inner {
  width: 1100px;
  margin: 0 auto;
}
br.sp {
  display: none;
}
.tategaki {
  font-family: shippori-antique, sans-serif;
  font-weight: 400;
  font-style: normal;
}
/*-------------------トップ-------------------*/
.top {
  width: 100%;
  height: 100vh;
  min-height: 600px;
  position: relative;
}
.top::before {
  content: '';
  background: linear-gradient(180deg, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.3) 100%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  min-height: 600px;
}
.top h2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  font-family: "kaisei-tokumin", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 64px;
  line-height: 84px;
  color: #fff;
  writing-mode: vertical-rl;
  text-align: justify;
  width: 250px;
  height: 450px;
  margin: 0;
}
.top .slide ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.top .slide ul li {
  width: 33.33%;
  height: 50vh;
  min-height: 300px;
}
.top .slide ul li figure {
  height: 50vh;
  min-height: 300px;
}
.top .slide ul li figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
/*-------------------トップ以下-------------------*/
.contents {
  position: relative;
  padding: 80px 0;
}
.contents h3 {
  font-family: "kaisei-tokumin", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 48px;
  letter-spacing: 5px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.contents h3 span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
  width: 10px;
  height: 10px;
  background-color: #ed250e;
}
.contents h3 span:before {
  content: "";
  position: absolute;
  left: -25px;
  right: auto;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #77b351;
}
.contents h3 span:after {
  content: "";
  position: absolute;
  left: auto;
  right: -25px;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #316a4a;
}
/*-------------------こだわり-------------------*/
.contents.concept {
  padding-bottom: 400px;
}
.contents h3 {
  margin: 0 auto 50px;
}
.contents.concept .p {
  font-family: shippori-antique, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 3px;
  margin: 0;
}
.contents.concept .slide {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 50px;
}
.contents.concept .slide ul.slider .slick-list {
  padding: 25px 0;
}
.contents.concept .slide ul.slider {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contents.concept .slide ul.slider li {
  width: 250px;
  height: 250px;
  margin: 0 20px;
  position: relative;
  border: solid 2px #111;
}
.contents.concept .slide ul.slider li:nth-child(2n) {
  border-radius: 150px;
  overflow: hidden;
}
.contents.concept .slide ul.slider li:nth-child(odd) {
  position: relative;
  top: -25px;
}
.contents.concept .slide ul.slider li:nth-child(even) {
  position: relative;
  bottom: -25px;
}
.contents.concept .slide ul.slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*-------------------詳細-------------------*/
.contents.detail {
  padding-bottom: 0;
}
.contents.detail section {
  display: flex;
  background-color: #fff;
  border: solid 2px #111;
  margin-bottom: 70px;
}
.contents.detail section:last-child {
  margin-bottom: 0;
}
.contents.detail section:nth-child(even) {
  flex-direction: row-reverse;
}
.contents.detail section .swiper {
  width: 50%;
  height: 450px;
  border-right: solid 2px #111;
}
.contents.detail section:nth-child(even) .swiper {
  border-right: none;
  border-left: solid 2px #111;
}
.contents.detail section .swiper figure {
  width: 100%;
  height: 450px;
}
.contents.detail section .swiper figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.contents.detail section .txt {
  width: 34%;
  padding: 0 8%;
  display: flex;
  align-items: center;
  position: relative;
}
.contents.detail section .txt h4 {
  font-family: "kaisei-tokumin", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  font-size: 38px;
  letter-spacing: 3px;
  writing-mode: vertical-rl;
  color: #fff;
  border: solid 3px #111;
  padding: 20px 10px;
  position: absolute;
  top: -30px;
  right: -15%;
}
.contents.detail section:nth-child(even) .txt h4 {
  position: absolute;
  right: auto;
  left: -15%;
}
.contents.detail section .txt p {
  font-size: 18px;
  line-height: 38px;
  text-align: justify;
  margin: 0;
}
.contents.detail section:nth-child(1) h4 {
  background-color: #77b351;
}
.contents.detail section:nth-child(2) h4 {
  background-color: #ed250e;
}
.contents.detail section:nth-child(3) h4 {
  background-color: #316a4a;
}
/*-------------------店舗一覧-------------------*/
.contents.restaurant {
  padding-bottom: 0;
}
.contents.restaurant h3 {
  margin: 0 auto 100px;
}
.contents.restaurant ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.contents.restaurant ul li {
  width: 29%;
  margin: 0 2% 100px;
  padding-bottom: 40px;
  position: relative;
}
.contents.restaurant ul li figure {
  border: solid 2px #111;
  margin: 0 auto 20px;
}
.contents.restaurant ul li:nth-child(2n) figure {
  border-radius: 50%;
  overflow: hidden;
}
.contents.restaurant ul li figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.contents.restaurant ul li .txt {
  width: 90%;
  margin: 0 auto;
}
.contents.restaurant ul li .txt h4 {
  margin: 0;
  font-size: 24px;
  font-weight: 400;
  writing-mode: vertical-rl;
  background-color: #fff;
  border: solid 3px #111;
  padding: 20px 10px;
  position: absolute;
  top: -20px;
  left: 7%;
}
.contents.restaurant ul li .txt p {
  font-size: 15px;
  line-height: 24px;
}
.contents.restaurant ul li .txt .btn {
  ont-size: 15px;
  width: 150px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.contents.restaurant ul li .txt .btn a {
  display: block;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background-color: #111;
  border-radius: 50px;
  padding: 7px 0 6px;
}
.contents.restaurant ul li .txt .btn a:hover {
  opacity: 1;
  background-color: #77b351;
}
.contents.restaurant ul li:nth-child(2n) .txt .btn a:hover {
  background-color: #ed250e;
}
.contents.restaurant ul li:nth-child(3n) .txt .btn a:hover {
  background-color: #316a4a;
}
/*-------------------採用情報-------------------*/
.contents.recruit {
  padding: 0;
  margin-bottom: -150px;
}
.contents.recruit .inner {
  width: 90%;
  height: 550px;
  border: solid 3px #111;
  position: relative;
}
.contents.recruit .txt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.contents.recruit .p {
  font-family: "kaisei-tokumin", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 48px;
  line-height: 68px;
  color: #fff;
  writing-mode: vertical-rl;
  text-align: justify;
  width: 405px;
  height: 300px;
  margin: 0 auto 30px;
}
.contents.recruit .btn {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
  width: 350px;
  border-radius: 50px;
  overflow: hidden;
}
.contents.recruit .btn a {
  display: block;
  text-decoration: none;
  color: #fff;
  border: solid 3px #111;
  background-color: #fff;
  border-radius: 50px;
  overflow: hidden;
  padding: 30px 0;
  position: relative;
}
.contents.recruit .btn a:hover {
  opacity: 1;
}
.contents.recruit .btn span {
  position: relative;
  z-index: 2;
}
.contents.recruit .btn a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 97%;
  height: 90%;
  background-color: #77b351;
  border-radius: 50px;
  transition: all .3s;
}
.contents.recruit .btn a:hover:after {
  background-color: #ed250e;
  transition: all .3s;
}
.contents.recruit .slide {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.contents.recruit .slide::before {
  content: '';
  background: linear-gradient(180deg, rgba(17, 17, 17, 0.1) 0%, rgba(17, 17, 17, 0.5) 100%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.contents.recruit .slide ul.slider {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contents.recruit .slide ul.slider li {
  width: 500px;
  height: 550px;
}
.contents.recruit .slide ul.slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width:1050px) {
  #wrapper {
    min-width: 100%;
  }
  .inner {
    width: 90%;
  }
  br.sp {
    display: block;
  }
  /*-------------------トップ-------------------*/
  .top {
    min-height: 500px;
  }
  .top::before {
    min-height: 500px;
  }
  .top .slide ul li {
    width: 50%;
    height: 33.33vh;
    min-height: 166px;
  }
  .top .slide ul li figure {
    height: 33.33vh;
    min-height: 166px;
  }
  /*-------------------トップ以下-------------------*/
  .contents {
    padding: 40px 0;
  }
  .contents h3 {
    font-size: 28px;
    letter-spacing: 2px;
  }
  /*-------------------コンセプト-------------------*/
  .contents.concept {
    padding-bottom: 230px;
  }
  .contents.concept h3 {
    margin: 0 auto 40px;
  }
  .contents.concept .p {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1px;
  }
  .contents.concept .slide {
    position: absolute;
    bottom: 20px;
  }
  .contents.concept .slide ul.slider .slick-list {
    padding: 10px 0;
  }
  .contents.concept .slide ul.slider li {
    width: 150px;
    height: 150px;
    margin: 0 10px;
  }
  .contents.concept .slide ul.slider li:nth-child(odd) {
    position: relative;
    top: -10px;
  }
  .contents.concept .slide ul.slider li:nth-child(even) {
    position: relative;
    bottom: -10px;
  }
  /*-------------------こだわり-------------------*/
  .contents.detail section {
    display: block;
    margin-bottom: 50px;
  }
  .contents.detail section .swiper {
    width: auto;
    height: 250px;
    border-right: none;
    border-bottom: solid 2px #111;
  }
  .contents.detail section:nth-child(even) .swiper {
    border-right: none;
    border-left: none;
  }
  .contents.detail section .swiper figure {
    height: 250px;
  }
  .contents.detail section .txt {
    width: auto;
    padding: 15px 5%;
    display: block;
  }
  .contents.detail section .txt h4 {
    font-size: 24px;
    letter-spacing: 1px;
    padding: 15px 10px;
    position: absolute;
    top: -280px;
    right: -3%;
    z-index: 1;
  }
  .contents.detail section:nth-child(even) .txt h4 {
    position: absolute;
    right: auto;
    left: -3%;
  }
  .contents.detail section .txt p {
    font-size: 16px;
    line-height: 28px;
  }
  /*-------------------店舗一覧-------------------*/
  .contents.restaurant h3 {
    margin: 0 auto 60px;
  }
  .contents.restaurant ul li {
    width: 46%;
    margin: 0 2% 60px;
    padding-bottom: 35px;
  }
  .contents.restaurant ul li figure {
    margin: 0 auto 15px;
  }
  .contents.restaurant ul li .txt h4 {
    font-size: 18px;
    padding: 15px 5px;
    position: absolute;
    top: -15px;
    left: 3%;
  }
  .contents.restaurant ul li .txt .btn {
    width: 130px;
  }
  /*-------------------採用情報-------------------*/
  .contents.recruit {
    margin-bottom: -50px;
  }
  .contents.recruit .inner {
    width: 90%;
    height: 350px;
  }
  .contents.recruit .p {
    font-size: 28px;
    line-height: 38px;
    width: 225px;
    height: 180px;
    margin: 0 auto 30px;
  }
  .contents.recruit .btn {
    font-size: 22px;
    width: 250px;
  }
  .contents.recruit .btn a {
    padding: 20px 0;
  }
  .contents.recruit .slide ul.slider li {
    width: 250px;
    height: 350px;
  }
}
@media screen and (max-width:700px) {
  .top h2 {
    font-size: 44px;
    line-height: 64px;
    width: 190px;
    height: 310px;
  }
}
@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}