@charset "UTF-8";
/*
base
1. first
2. news
3. service
4. eating
5. voice
6. about

———————————————————- */
header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 52px;
  background-color: #fff;
  z-index: 200;
}

/*----- 1. first -----*/
.firstWrap {
  position: relative;
}
.firstWrap .textBox .titleLogo {
  width: 222px;
  height: 46px;
  margin: 0 auto;
}
.firstWrap .textBox .catch {
  font-size: 2rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  letter-spacing: 5px;
}
.firstWrap .textBox .catch:after {
  content: "";
  display: block;
  position: absolute;
  width: 60%;
  bottom: 20px;
  right: 0;
  left: 0;
  margin: auto;
  border-bottom: 5px solid #ff7700;
}
.firstWrap .sliderBox img {
  transform-origin: center top;
  transform: scale(1.1);
  transition: 5s ease-out;
}
.firstWrap .sliderBox .slick-active img {
  transform: scale(1);
}

/*----- 2. news -----*/
.newsWrap {
  background-color: #f4f4f4;
  padding-bottom: 15px;
}
.newsWrap.mb52 {
  margin-bottom: 52px;
}
.newsWrap section {
  padding: 0;
  background-color: transparent;
}
.newsWrap h3 {
  width: 100%;
  background-color: #ffaa00;
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  padding: 5px 10px;
  vertical-align: middle;
  display: inline-block;
}
.newsWrap h3:before {
  display: inline-block;
  content: "";
  background: url(../img/index/arrow02.png) left center no-repeat;
  background-size: contain;
  width: 1.5em;
  height: 1em;
  vertical-align: middle;
}
.newsWrap .box {
  padding: 15px;
  max-height: 300px;
  overflow-y: auto;
}
.newsWrap .box .title {
  color: #ffaa00;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 1.8rem;
}

/*----- 3. service -----*/
.borderTitle span {
  display: inline-block;
  font-size: 2.1rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  color: #5c5c5c;
  letter-spacing: 2px;
  padding-bottom: 3px;
  margin-bottom: 15px;
}
.borderTitle span:after {
  width: 0;
  height: 1px;
  display: block;
  content: "";
  border-bottom: 1px solid #5c5c5c;
}
.borderTitle.showing span:after {
  animation-delay: 2s;
  animation: slideLine 1s forwards;
}

.serviceWrap .img {
  margin-bottom: 20px;
}
.serviceWrap .img:after {
  content: "";
  display: block;
  width: 0;
  border-bottom: 5px solid #18b26b;
}
.serviceWrap .img.showing:after {
  animation-delay: 2s;
  animation: slideLine 1s forwards;
}

/*----- 4. eating -----*/
.eatingWrap {
  background: url(../img/index/bg_eating_sp.jpg) center center no-repeat;
  background-size: cover;
}
.eatingWrap section {
  padding: 20px 15px;
  background-color: transparent;
}
.eatingWrap h3 {
  text-align: center;
  margin-bottom: 20px;
}
.eatingWrap .img {
  margin-bottom: 10px;
}
.eatingWrap .img:after {
  content: "";
  display: block;
  width: 0;
  border-bottom: 5px solid #ffaa00;
}
.eatingWrap .menuBox.showing .img:after {
  animation-delay: 2s;
  animation: slideLine 1s forwards;
}
.eatingWrap .text {
  margin-bottom: 10px;
}
.eatingWrap .linkBtn {
  width: 85%;
}

/*----- 5. voice -----*/
.voiceWrap {
  background-color: #ffaa00;
}
.voiceWrap section {
  padding: 40px 15px;
  background-color: transparent;
  position: relative;
}
.voiceWrap section:after {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/index/voice.png) 0 0 no-repeat;
  background-size: contain;
  width: 25%;
  height: 23vw;
  bottom: 0;
  right: 15px;
}
.voiceWrap h3 {
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 20px;
  text-align: center;
}
.voiceWrap .box {
  background-color: #fff;
  padding: 20px 15px 40px;
}

.blogWrap img {
  margin: 0 auto;
}

/*----- 6. about -----*/
.aboutWrap h3 {
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  font-size: 2rem;
  color: #5c5c5c;
  margin-bottom: 20px;
}
.aboutWrap .mb20 {
  margin-bottom: 25px;
}
.aboutWrap .fxwb {
  margin-bottom: 20px;
}
.aboutWrap dl {
  display: flex;
  justify-content: space-between;
  line-height: 2em;
  letter-spacing: 2px;
}
.aboutWrap dt {
  color: #18b26b;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  width: 6em;
}
.aboutWrap dd {
  width: calc(100% - 7em);
  text-align: left;
}
.aboutWrap .map {
  width: 100%;
  height: 50vh;
}
.aboutWrap .map iframe {
  width: 100%;
  height: 100%;
}

/*---------- sp ----------*/
@media screen and (max-width: 812px) {
  .firstWrap {
    position: relative;
  }
  .firstWrap .titleLogo {
    display: none;
  }
  .firstWrap .textBox {
    position: absolute;
    top: 0;
    left: 0;
    width: 35%;
    height: 100%;
    background-color: rgba(96, 96, 96, 0.3);
    z-index: 2;
    color: #fff;
  }
  .firstWrap .sliderBox {
    position: relative;
    z-index: 1;
  }
  .serviceWrap {
    padding-bottom: 50px;
  }
  .serviceWrap .borderTitle {
    width: 100%;
    padding: 20px 50px;
  }
  .serviceWrap .textBox {
    margin-bottom: 20px;
  }
  .serviceWrap .second {
    margin-bottom: 20px;
  }
  .eatingWrap .menuBox {
    width: 95%;
    margin: 0 auto;
  }
  .eatingWrap .slick-prev,
.eatingWrap .slick-next {
    top: 110px;
  }
  .slick-prev,
.slick-next {
    width: 20px;
    height: 100px;
    background-color: #ffaa00;
  }
  .slick-prev:before,
.slick-next:before {
    font-weight: bold;
    transform: scale(1, 1.5);
  }
  .slick-prev {
    left: -24px;
  }
  .slick-prev:before {
    content: "<";
  }
  .slick-next {
    right: -24px;
  }
  .slick-next:before {
    content: ">";
  }
  .voiceWrap .box {
    width: 96.5%;
    margin: 0 auto;
  }
  .voiceWrap .box li {
    padding: 0 10px;
  }
  .voiceWrap .box li:before {
    border-bottom: 1px solid #18b26b;
    display: block;
    content: "";
    width: 100%;
    height: 50px;
    padding-bottom: 20px;
    background: url(../img/index/ico_voice.png) top center no-repeat;
    background-size: 13%;
    margin-bottom: 20px;
  }
  .voiceWrap .slick-prev,
.voiceWrap .slick-next {
    background-color: #18b26b;
  }
  .voiceWrap .slick-prev {
    left: -35px;
  }
  .voiceWrap .slick-next {
    right: -35px;
  }
  .blogWrap section {
    padding: 20px 0;
  }
  .aboutWrap section {
    padding: 30px 15px;
  }
  .aboutWrap .img {
    width: 100%;
    margin-bottom: 20px;
  }
  .recruit__section {
    padding-bottom: 110px;
  }
  .recruit__title {
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 0.2em;
    line-height: 1.9166666667;
    text-align: center;
    color: #ff8585;
  }
  .recruit__text {
    font-size: min(max(4.375vw, 16px), 28px);
    font-weight: 400;
    line-height: 1.5714285714;
    width: 78.125%;
    margin: 0 auto;
    margin-top: 16px;
    text-align: left;
    color: #606060;
  }
  .recruit__button {
    width: 91.8032786885%;
    margin: 0 auto;
    margin-top: 110px;
  }
}
/*---------- モバイル縦長 ----------*/
/*---------- モバイル横長 ----------*/
/*---------- pc ----------*/
@media screen and (min-width: 813px) {
  header .titleLogo {
    display: none;
  }
  header .bannner {
    display: none;
  }
  header.fixed .titleLogo {
    display: block;
  }
  header.fixed .banner {
    display: flex;
  }
  .firstWrap {
    display: flex;
  }
  .firstWrap .textBox {
    position: relative;
    width: 332px;
    padding: 30px 0;
  }
  .firstWrap .textBox .titleLogo {
    margin-bottom: 40px;
  }
  .firstWrap .textBox .catch {
    height: auto;
    font-size: 3.6rem;
    letter-spacing: 10px;
    color: #5c5c5c;
  }
  .firstWrap .textBox .catch:after {
    width: 40%;
    bottom: 70px;
  }
  .firstWrap .sliderBox {
    width: calc(100% - 332px);
    height: 630px;
  }
  .firstWrap .sliderBox img {
    height: 100%;
    object-fit: cover;
  }
  .newsWrap section {
    position: relative;
  }
  .newsWrap h3 {
    width: 350px;
    position: absolute;
    top: -43px;
    left: 20px;
    font-size: 1.8rem;
    padding: 8px 15px;
    border-radius: 7px 7px 0 0;
  }
  .borderTitle span {
    font-size: 3.2rem;
  }
  .serviceWrap {
    padding-bottom: 60px;
  }
  .serviceWrap .borderTitle {
    order: 2;
    width: 35%;
    padding: 30px;
  }
  .serviceWrap .big {
    order: 1;
    width: 59%;
    max-width: 743px;
  }
  .serviceWrap .textBox {
    order: 3;
    width: 60%;
    padding: 0 10px;
  }
  .serviceWrap .second {
    order: 4;
    width: 35%;
    margin-top: -50px;
  }
  .serviceWrap .btn {
    order: 5;
    width: 59%;
    margin-top: -150px;
  }
  .serviceWrap .linkBtn {
    width: 80%;
  }
  .eatingWrap {
    background-size: auto;
    background-image: url(../img/index/bg_eating.jpg);
  }
  .eatingWrap section {
    padding: 100px 0;
  }
  .eatingWrap .menuBox {
    display: flex;
    justify-content: space-between;
  }
  .eatingWrap .contents {
    width: 30%;
  }
  .voiceWrap section {
    padding: 40px 50px 120px;
  }
  .voiceWrap section:after {
    width: 247px;
    height: 227px;
    right: 0;
  }
  .voiceWrap h3 {
    font-size: 3rem;
  }
  .voiceWrap .box {
    position: relative;
    padding: 70px;
  }
  .voiceWrap .box:after {
    content: "";
    display: block;
    position: absolute;
    right: 280px;
    bottom: -50px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 0px 0 87px;
    border-color: #fff transparent transparent transparent;
  }
  .voiceWrap .box li {
    border-bottom: 1px solid #18b26b;
    line-height: 2em;
    padding-bottom: 5px;
    margin-bottom: 15px;
    padding: 5px 0;
    padding-left: 60px;
    position: relative;
  }
  .voiceWrap .box li:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: url(../img/index/ico_voice.png) left center no-repeat;
    background-size: contain;
    width: 50px;
    height: 37px;
  }
  .aboutWrap h3 {
    font-size: 3rem;
    margin-bottom: 40px;
  }
  .aboutWrap .img {
    width: 38%;
  }
  .aboutWrap .address {
    width: 55%;
  }
  .aboutWrap dt {
    width: 8em;
    text-indent: -1.5em;
    padding-left: 1.5em;
  }
  .aboutWrap dt:before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    width: 16px;
    height: 16px;
    background: url(../img/arrow01.png) left top no-repeat;
    background-size: contain;
  }
  .aboutWrap dd {
    width: calc(100% - 9em);
  }
  .aboutWrap .map {
    height: 400px;
    margin-top: 40px;
  }
  .aboutWrap .center {
    text-align: center;
    margin-top: 20px;
  }
  .recruit__title {
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 0.2em;
    line-height: 1.9166666667;
    text-align: center;
    color: #ff8585;
  }
  .recruit__text {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.8333333333;
    width: 100%;
    text-align: center;
    color: #606060;
  }
  .recruit__button {
    width: 39.0625%;
    margin: 0 auto;
    margin-top: 40px;
  }
}
/*---------- notepc ----------*/
@media screen and (min-width: 1541px) {
  .bannerContents {
    display: block;
    width: 52px;
    height: 365px;
    position: absolute;
    top: 20%;
    right: 0;
  }
}/*# sourceMappingURL=index.css.map */