@charset "UTF-8";
#news .btn, #recruit .inner .btn, #foodservice .btn, #product .bottom .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.5s ease-out;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.5s ease-out;
}
#news .btn:hover, #recruit .inner .btn:hover, #foodservice .btn:hover, #product .bottom .btn:hover {
  opacity: 0.6;
}
#news .btn a, #recruit .inner .btn a, #foodservice .btn a, #product .bottom .btn a {
  width: 245px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: #BD272D;
  border-radius: 100px;
  text-decoration: none;
  background-image: url(../images/arrow.webp);
  background-position: center right 30px;
  background-repeat: no-repeat;
  font-weight: 700;
  font-weight: 18px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  #news .btn a, #recruit .inner .btn a, #foodservice .btn a, #product .bottom .btn a {
    height: 55px;
    background-size: 13px;
  }
}

#news h2, #recruit .inner h2, #contact h2, #foodservice h2 {
  font-size: 60px;
  color: #ffffff;
  line-height: 1.2;
  font-weight: bold;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
}
#news h2 small, #recruit .inner h2 small, #contact h2 small, #foodservice h2 small {
  margin-bottom: 10px;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 36px;
}
@media (max-width: 1199px) {
  #news h2, #recruit .inner h2, #contact h2, #foodservice h2 {
    font-size: 48px;
  }
  #news h2 small, #recruit .inner h2 small, #contact h2 small, #foodservice h2 small {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  #news h2, #recruit .inner h2, #contact h2, #foodservice h2 {
    font-size: 27px;
  }
  #news h2 small, #recruit .inner h2 small, #contact h2 small, #foodservice h2 small {
    font-size: 20px;
  }
}

#news h2, #recruit .inner h2, #contact h2, #foodservice h2 {
  margin-bottom: 50px;
  text-align: center;
}

#selecter .map .HTMLBlock {
  height: 100%;
}

/* ----------------------------------------------
mainimg
------------------------------------------------- */
#mainimg {
  position: relative;
}
#mainimg #mainslider {
  width: calc(100% - 200px);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#mainimg #mainslider::before {
  position: absolute;
  content: "";
  width: calc(7vw + 5px);
  height: calc(7vw + 5px);
  background-color: #FBF2E3;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  right: -5px;
  top: -5px;
  z-index: 2;
}
#mainimg #mainslider::after {
  position: absolute;
  content: "";
  width: calc(7vw + 5px);
  height: calc(7vw + 5px);
  background-color: #FBF2E3;
  clip-path: polygon(0% 100%, 0 0%, 100% 100%);
  left: -5px;
  bottom: -5px;
  z-index: 2;
}
#mainimg #mainslider img {
  height: calc(100vh - 90px);
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
#mainimg .catch {
  position: absolute;
  top: 50%;
  left: 130px;
  font-size: 61px;
  transform: translateY(-50%);
  color: #ffffff;
  line-height: 1.3278688525;
  font-family: "bokutoh-ruika", sans-serif;
  font-weight: 100;
  text-shadow: 0.01em 0.01em 0.3em rgba(12, 12, 12, 0.25), -0.01em -0.01em 0.3em rgba(12, 12, 12, 0.25), 0.01em -0.01em 0.3em rgba(12, 12, 12, 0.5), -0.01em 0.01em 0.3em rgba(12, 12, 12, 0.25);
}
#mainimg .catch2 {
  position: absolute;
  bottom: 30px;
  right: 125px;
  color: #FBF2E3;
  font-size: 45px;
  line-height: 1.2;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
}
#mainimg .side-text {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100px;
  display: flex;
  justify-content: center;
}
#mainimg .side-text img {
  width: 60%;
}
@media (max-width: 1199px) {
  #mainimg #mainslider {
    width: calc(100% - 100px);
  }
  #mainimg #mainslider img {
    height: auto;
  }
  #mainimg .side-text {
    width: 50px;
  }
  #mainimg .catch {
    font-size: 54px;
    left: 80px;
  }
  #mainimg .catch2 {
    right: 80px;
    font-size: 37px;
  }
}
@media (max-width: 767px) {
  #mainimg #mainslider {
    width: calc(100% - 20px);
  }
  #mainimg #mainslider::before, #mainimg #mainslider::after {
    width: 35px;
    height: 35px;
  }
  #mainimg #mainslider img {
    height: 280px;
  }
  #mainimg .side-text {
    display: none;
  }
  #mainimg .catch {
    left: 30px;
    font-size: 30px;
  }
  #mainimg .catch2 {
    font-size: 22px;
    right: 30px;
    bottom: 15px;
  }
}

/* ----------------------------------------------
about
------------------------------------------------- */
#about {
  margin-top: 50px;
}
#about .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
#about h2 {
  font-size: 61px;
  line-height: 1.3278688525;
  color: #BD272D;
  font-family: "bokutoh-ruika", sans-serif;
  font-weight: 100;
  margin-left: -0.5em;
}
#about .contents {
  display: flex;
  margin-top: 40px;
  margin-bottom: 50px;
}
#about .contents .image {
  margin-left: 50px;
}
#about .text {
  font-weight: 700;
  line-height: 2.125;
}
#about .thumbset {
  /* prev next arrows */
}
#about .thumbset .main {
  width: 100%;
}
#about .thumbset .main .slick-list {
  position: relative;
}
#about .thumbset .main .slick-list li {
  height: auto;
  margin: 0 18px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
#about .thumbset .main .slick-list li a {
  transition: all 0.5s ease-out;
}
#about .thumbset .main .slick-list li a:hover {
  opacity: 0.6;
}
#about .thumbset .main .slick-list li .image {
  height: auto;
  aspect-ratio: 1/1;
}
#about .thumbset .main .slick-list li .image::before {
  content: "";
  width: -moz-fit-content;
  width: fit-content;
  height: 96%;
  background-color: #D5B979;
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  aspect-ratio: 1/1;
  flex-shrink: 0;
}
#about .thumbset .main .slick-list li img {
  border-radius: 50%;
  width: 100%;
  width: 96%;
  height: 96%;
}
#about .thumbset .main .slick-slide {
  position: relative;
}
#about .thumbset .main .slick-slide.slick-active .image {
  opacity: unset;
}
#about .thumbset .slick-prev,
#about .thumbset .slick-next {
  position: absolute;
  right: 0;
  top: -110px;
  z-index: 1;
}
#about .thumbset .slick-prev {
  background: url("../images/slide-prev.webp") no-repeat left center/cover;
  right: calc((100% - 1180px) / 2 + 90px);
}
#about .thumbset .slick-next {
  background: url("../images/slide-next.webp") no-repeat right center/cover;
  right: calc((100% - 1180px) / 2);
}
#about .thumbset .slick-arrow {
  transition: all 0.5s ease-out;
  width: 50px;
  height: 50px;
  text-indent: -999em;
  cursor: pointer;
}
#about .thumbset .slick-arrow.slick-disabled {
  opacity: 0;
  cursor: inherit;
}
@media (max-width: 1199px) {
  #about h2 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  #about {
    margin-top: 40px;
  }
  #about h2 {
    font-size: 29px;
    margin-left: unset;
  }
  #about .contents {
    position: relative;
    margin-bottom: 40px;
    margin-top: 80px;
  }
  #about .contents .image {
    position: absolute;
    top: -70px;
    width: 100px;
    right: 0;
  }
  #about .text {
    width: 100%;
  }
  #about .thumbset .main .slick-list li {
    margin: 0 7px;
  }
}
@media (max-width: 500px) {
  #about .contents {
    margin-top: 40px;
  }
}

/* ----------------------------------------------
product
------------------------------------------------- */
#product {
  margin-top: 100px;
  overflow: hidden;
}
#product .block {
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 10px;
  display: flex;
  flex-wrap: wrap;
}
#product .block:nth-child(n+2) {
  margin-top: 90px;
}
#product .block:nth-child(3), #product .block:nth-child(4) {
  padding-right: 0;
  padding-left: 10px;
  margin-left: auto;
}
#product .block:nth-child(3) .image, #product .block:nth-child(4) .image {
  order: 2;
}
#product .block:nth-child(3) .image::before, #product .block:nth-child(4) .image::before {
  position: absolute;
  content: "";
  left: -5px;
  top: -5px;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
#product .block:nth-child(3) .image::after, #product .block:nth-child(4) .image::after {
  position: absolute;
  content: "";
  left: unset;
  right: -5px;
  bottom: 35px;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
}
#product .block:nth-child(3) .text-block, #product .block:nth-child(4) .text-block {
  order: 1;
  margin-left: auto;
}
#product .block:nth-child(3) .text-block::before, #product .block:nth-child(4) .text-block::before {
  position: absolute;
  content: "";
  width: 100vw;
  background-image: url(../images/product-border2.png);
  left: unset;
  right: 20px;
  top: -70px;
  background-position: right;
}
#product .block:nth-child(3) .text-box, #product .block:nth-child(4) .text-box {
  margin-left: unset;
  margin-right: -160px;
}
#product .block:nth-child(3) h2, #product .block:nth-child(4) h2 {
  margin-left: 20px;
  margin-right: unset;
  display: flex;
  align-items: center;
  margin-left: 25px;
}
#product .block:nth-child(3) h2 img, #product .block:nth-child(4) h2 img {
  position: relative;
}
#product .block:nth-child(3) .bottom, #product .block:nth-child(4) .bottom {
  order: 3;
}
#product .image {
  position: relative;
  grid-column: 1/2;
  grid-row: 1/2;
  width: calc(95vw - 410px);
  padding-bottom: 40px;
}
#product .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
}
#product .image::before {
  position: absolute;
  content: "";
  width: calc(7vw + 5px);
  height: calc(7vw + 5px);
  background-color: #FBF2E3;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  right: -5px;
  top: -5px;
  z-index: 2;
}
#product .image::after {
  position: absolute;
  content: "";
  width: calc(7vw + 5px);
  height: calc(7vw + 5px);
  background-color: #FBF2E3;
  clip-path: polygon(0% 100%, 0 0%, 100% 100%);
  left: -5px;
  bottom: 35px;
  z-index: 2;
}
#product .text-block {
  height: -moz-fit-content;
  height: fit-content;
  margin-top: auto;
  z-index: 3;
  position: relative;
}
#product .text-block::before {
  position: absolute;
  content: "";
  width: 100vw;
  height: 5px;
  background-image: url(../images/product-border2.png);
  height: 45px;
  top: -70px;
  left: 25px;
}
#product h2 {
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  line-height: 1;
  font-size: 63px;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: 20px;
  margin-bottom: 20px;
  flex-shrink: 0;
  position: relative;
}
#product h2 img {
  margin-left: 10px;
  flex-shrink: 0;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  bottom: 3px;
  right: 0;
}
#product .text-box {
  max-width: 570px;
  background-color: #ffffff;
  margin-left: -160px;
  border-radius: 30px;
}
#product .text-box .head {
  display: flex;
  align-items: center;
  font-family: "bokutoh-ruika", sans-serif;
  font-weight: 100;
  letter-spacing: 0.05em;
  line-height: 1.7317073171;
  color: #ffffff;
  font-size: 38px;
  background-color: #886239;
  border-radius: 30px 30px 0 0;
  padding: 15px 45px;
}
#product .text-box .head img {
  margin-right: 20px;
}
#product .text-box .text {
  padding: 20px 45px;
  font-weight: 500;
}
#product .bottom {
  display: flex;
  align-items: center;
  padding: 0 10px;
  padding-left: calc((1300px - 100%) / -2);
  width: 100%;
  margin-top: 35px;
  min-width: 700px;
  min-height: 70px;
}
#product .bottom .bottom-text {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
#product .bottom .icon {
  width: 100px;
  flex-shrink: 0;
  margin-right: 30px;
}
#product .bottom .text {
  max-width: 860px;
}
#product .bottom .btn {
  margin-left: auto;
  margin-right: calc(30vw - 390px);
  margin-right: 4%;
  height: auto;
}
@media (max-width: 1500px) {
  #product h2 {
    font-size: 56px;
    margin-bottom: 10px;
  }
  #product .text-block::before {
    top: -55px;
  }
  #product .text-box .title {
    font-size: 32px;
  }
}
@media (max-width: 1310px) {
  #product .bottom {
    margin-left: 0;
  }
}
@media (max-width: 1199px) {
  #product .block:nth-child(3) h2 img, #product .block:nth-child(4) h2 img {
    width: 52px;
  }
  #product .block:nth-child(3) .image::after, #product .block:nth-child(4) .image::after {
    bottom: 180px;
  }
  #product .block .image {
    width: 65%;
    padding-bottom: 180px;
  }
  #product .block .image::after {
    bottom: 175px;
  }
  #product h2 {
    font-size: 43px;
  }
  #product h2 img {
    width: 52px;
  }
  #product .text-block {
    width: 35%;
  }
  #product .text-block::before {
    background-size: contain;
    height: 35px;
  }
  #product .text-box .head {
    padding: 10px 20px;
  }
  #product .text-box .head .icon {
    width: 40px;
    margin-right: 10px;
  }
  #product .text-box .title {
    font-size: 28px;
  }
  #product .text-box .text {
    padding: 20px 20px;
  }
  #product .bottom {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  #product {
    margin-top: 70px;
  }
  #product .block {
    display: block;
    width: 100%;
  }
  #product .block h2 img {
    -o-object-fit: contain;
       object-fit: contain;
    right: -3px;
  }
  #product .image {
    padding-bottom: 50px;
  }
  #product .text-block {
    width: 100%;
    min-width: unset;
  }
  #product .text-box {
    width: 100%;
    margin-left: unset;
  }
  #product .block {
    flex-direction: column;
    width: 100%;
    padding: 0 10px;
  }
  #product .block:nth-child(n+2) {
    margin-top: 65px;
  }
  #product .block:nth-child(3) .image, #product .block:nth-child(4) .image {
    order: 2;
    width: calc(100% + 10px);
    margin-left: unset;
    margin-right: -10px;
    width: 65%;
    margin-left: auto;
  }
  #product .block:nth-child(3) .image::before, #product .block:nth-child(4) .image::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    clip-path: polygon(0 0, 100% 0, 0 100%);
  }
  #product .block:nth-child(3) .image::after, #product .block:nth-child(4) .image::after {
    position: absolute;
    content: "";
    left: unset;
    right: 10px;
    bottom: 0;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
  }
  #product .block:nth-child(3) .image img, #product .block:nth-child(4) .image img {
    border-radius: 0 0 0 7vw;
  }
  #product .block:nth-child(3) .text-block, #product .block:nth-child(4) .text-block {
    order: 1;
    margin-left: auto;
    width: 100%;
    padding-right: 10px;
  }
  #product .block:nth-child(3) .text-block::before, #product .block:nth-child(4) .text-block::before {
    position: absolute;
    content: "";
    width: 39vw;
    background-image: url(../images/product-border2.png);
    left: -20px;
    top: -32px;
    background-position: right;
    background-size: cover;
  }
  #product .block:nth-child(3) .text-box, #product .block:nth-child(4) .text-box {
    margin-left: unset;
    margin-right: -160px;
    width: 100%;
  }
  #product .block:nth-child(3) h2, #product .block:nth-child(4) h2 {
    margin-left: 5px;
    margin-right: unset;
    display: flex;
    align-items: center;
    width: 20vw;
    left: 0;
  }
  #product .block:nth-child(3) h2 img, #product .block:nth-child(4) h2 img {
    height: unset;
    width: 30px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #product .block:nth-child(3) .bottom, #product .block:nth-child(4) .bottom {
    order: 3;
  }
  #product .block .image {
    order: 1;
    width: 100%;
    padding-bottom: 0;
    width: calc(100% + 10px);
    margin-left: -10px;
    width: 65%;
  }
  #product .block .image img {
    border-radius: 0 0 7vw 0;
    width: 100%;
  }
  #product .block .image::before, #product .block .image::after {
    width: 8vw;
    height: 8vw;
  }
  #product .block .image::after {
    bottom: 0;
  }
  #product .block .text-block {
    order: 2;
    margin-top: 15px;
  }
  #product .block .text-block::before {
    position: absolute;
    content: "";
    width: 100vw;
    height: 20px;
    background-size: contain;
    background-image: url(../images/product-border2.png);
    top: -32px;
    left: 62vw;
  }
  #product .block h2 {
    font-size: 24px;
    position: relative;
    right: 0;
    margin-top: -70px;
    margin-right: 10px;
    margin-bottom: 25px;
    height: 48px;
  }
  #product .block h2 img {
    margin-left: 2px;
    width: 32px;
    height: 21px;
    bottom: 0;
    position: absolute;
  }
  #product .block .text-box {
    margin: 0 auto;
    max-width: 100%;
    border-radius: 20px;
  }
  #product .block .text-box .head {
    font-size: 22px;
    padding: 6px 20px;
    border-radius: 20px 20px 0 0;
    justify-content: center;
  }
  #product .block .text-box .head .icon {
    margin-right: 7px;
    width: unset;
  }
  #product .block .text-box .head img {
    width: 32px;
    margin-right: unset;
  }
  #product .block .text-box .text {
    padding: 20px;
    font-size: 14px;
    line-height: 1.7;
  }
  #product .block .text-box .title {
    font-size: 22px;
  }
  #product .block .bottom {
    flex-direction: column;
    margin: 25px auto 0;
    width: 100%;
    min-width: unset;
    padding: 0;
  }
  #product .block .bottom .icon {
    width: 70px;
    margin: 0 0 10px 0;
  }
  #product .block .bottom .bottom-text {
    margin: 0 0 10px 0;
    text-align: center;
    align-items: unset;
    gap: 15px;
  }
  #product .block .bottom .text {
    max-width: 100%;
    padding: 0 5px;
    text-align: left;
    font-size: 13px;
  }
  #product .block .bottom .btn {
    margin: 15px auto 0;
    margin-top: 25px;
  }
}

/* ----------------------------------------------
foodservice
------------------------------------------------- */
#foodservice {
  background-color: #418d43;
  padding: 80px 0;
  margin-top: 90px;
  color: #ffffff;
}
#foodservice .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1350px;
}
#foodservice .contents {
  height: 490px;
  background-image: url(../images/foodservice-bg.webp);
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#foodservice h2 {
  min-width: 785px;
  background-color: rgba(189, 39, 44, 0.89);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 10px;
}
#foodservice .btn {
  position: absolute;
  bottom: 40px;
  right: 30px;
}
#foodservice .bottom {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
}
#foodservice .title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 41px;
  font-weight: 700;
  line-height: 1.6;
}
#foodservice .text {
  max-width: 590px;
  margin-left: auto;
}
@media (max-width: 1199px) {
  #foodservice h2 {
    padding: 20px 30px;
    min-width: unset;
  }
  #foodservice .title {
    font-size: 35px;
  }
  #foodservice .title {
    margin-bottom: 20px;
  }
  #foodservice .text {
    max-width: unset;
    margin-left: unset;
  }
}
@media (max-width: 767px) {
  #foodservice {
    margin-top: 70px;
    padding: 50px 0;
  }
  #foodservice .contents {
    height: 300px;
  }
  #foodservice .btn {
    bottom: 14px;
    left: 50%;
    transform: translateX(-50%);
  }
  #foodservice .title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  #foodservice .text {
    max-width: unset;
    margin-left: unset;
  }
}

/* ----------------------------------------------
contact
------------------------------------------------- */
#contact {
  margin-top: 70px;
  margin-bottom: 80px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #754c24;
  padding: 0 10px;
}
#contact .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1280px;
  padding: unset;
}
#contact .text-box {
  text-align: center;
  margin-bottom: 25px;
}
#contact .text-box .title {
  font-size: 28px;
  line-height: 1.2142857143;
  font-weight: 700;
  color: #bd272d;
  margin-bottom: 25px;
}
#contact h2 {
  color: #754c24;
}
#contact .text {
  font-weight: 500;
  line-height: 1.85;
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #ffffff;
  background-color: #754c24;
  padding: 15px 10px;
  border-radius: 10px;
}
#contact .contents {
  display: flex;
  justify-content: space-between;
}
#contact .tel,
#contact .contact {
  width: calc(50% - 5px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 330px;
  padding: 50px 10px;
  border-radius: 25px;
}
#contact .tel .icon,
#contact .contact .icon {
  margin-bottom: 20px;
}
#contact .tel .title,
#contact .contact .title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 10px;
}
#contact .tel .text,
#contact .contact .text {
  color: #754c24;
  background-color: unset;
  padding: unset;
  font-size: 16px;
  font-weight: 500;
}
#contact .tel a,
#contact .contact a {
  transition: all 0.5s ease-out;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 43px;
  color: #754c24;
  line-height: 1.3;
}
#contact .tel a:hover,
#contact .contact a:hover {
  opacity: 0.6;
}
#contact .tel .btn,
#contact .contact .btn {
  background: #ffffff;
  text-decoration: none;
  border-radius: 100px;
  transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 10px;
  width: 100%;
  max-width: 290px;
}
#contact .tel .btn:hover,
#contact .contact .btn:hover {
  opacity: 0.6;
}
#contact .tel .btn a,
#contact .contact .btn a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-decoration: none;
  padding-right: 50px;
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  color: #bd272d;
  justify-content: center;
  background-image: url(../images/arrow2.webp);
  background-position: center right 40px;
  background-repeat: no-repeat;
  font-size: 18px;
}
#contact .tel {
  background-color: #e8d5c8;
}
#contact .tel .icon {
  margin-bottom: 10px;
}
#contact .contact {
  background-color: #bd272d;
  color: #ffffff;
}
@media (max-width: 1199px) {
  #contact .tel a,
  #contact .contact a,
  #contact .reservation a {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  #contact {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  #contact h2 {
    margin-bottom: 35px;
  }
  #contact .contents {
    flex-wrap: wrap;
  }
  #contact .text-box {
    margin-bottom: 25px;
  }
  #contact .text-box .title {
    font-size: 18px;
    margin-bottom: 7px;
  }
  #contact .text-box .text {
    font-size: 16px;
  }
  #contact .tel,
  #contact .contact {
    width: 100%;
    height: unset;
    padding: 20px 10px;
  }
  #contact .tel a,
  #contact .contact a {
    font-size: 28px;
  }
  #contact .tel .title,
  #contact .contact .title {
    font-size: 18px;
  }
  #contact .tel .btn,
  #contact .contact .btn {
    width: 230px;
  }
  #contact .tel .btn a,
  #contact .contact .btn a {
    height: 60px;
    font-size: 14px;
    background-position: center right 30px;
    background-size: 13px;
    padding-right: 40px;
  }
  #contact .tel img {
    width: 37px;
  }
  #contact .contact {
    margin-top: 10px;
  }
  #contact .contact img {
    width: 38px;
  }
  #contact .contact .icon {
    margin-bottom: 7px;
  }
}

/* ----------------------------------------------
recruit
------------------------------------------------- */
#recruit .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  width: calc(100% - 20px);
  max-width: 1390px;
  height: 530px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-image: url(../images/recruit-bg.webp);
  background-position: center;
  background-size: cover;
  position: relative;
}
#recruit .inner::before {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  background-color: #FBF2E3;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  right: 0;
  top: 0;
  z-index: 2;
}
#recruit .inner::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  background-color: #FBF2E3;
  clip-path: polygon(0% 100%, 0 0%, 100% 100%);
  left: 0;
  bottom: 0px;
  z-index: 2;
}
#recruit .inner .contents {
  max-width: 1220px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#recruit .inner h2 {
  display: flex;
  align-items: center;
  text-align: left;
  margin-right: auto;
  margin-bottom: 20px;
}
#recruit .inner h2 small {
  margin-left: 40px;
}
#recruit .inner .text {
  font-size: 61px;
  color: #ffffff;
  line-height: 1.3278688525;
  font-family: "bokutoh-ruika", sans-serif;
  font-weight: 100;
  text-shadow: 0.01em 0.01em 0.3em rgba(12, 12, 12, 0.25), -0.01em -0.01em 0.3em rgba(12, 12, 12, 0.25), 0.01em -0.01em 0.3em rgba(12, 12, 12, 0.5), -0.01em 0.01em 0.3em rgba(12, 12, 12, 0.25);
}
#recruit .inner .btn {
  position: absolute;
  bottom: 60px;
  right: 40px;
}
@media (max-width: 1199px) {
  #recruit .inner .text {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  #recruit .inner {
    height: 330px;
    padding-bottom: 50px;
  }
  #recruit .inner::before, #recruit .inner::after {
    width: 35px;
    height: 35px;
  }
  #recruit .inner .text {
    font-size: 26px;
  }
  #recruit .inner h2 small {
    margin-left: 25px;
  }
  #recruit .inner .btn {
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
  }
}

/* ----------------------------------------------
news
------------------------------------------------- */
#news {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  background-color: #a27c52;
  padding: 70px 0;
  margin-top: 100px;
  /* //画像あり
  article {
    display: flex;
    padding: 0 20px 20px 20px;
    border-bottom: solid 1px #f3f3f3;
    & + article {
      margin-top: 40px;
    }
    .image {
      flex-shrink: 0;
      width: 60px;
      height: 60px;
      img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        font-family: "object-fit: cover;";
        border-radius: 50%;
      }
    }
    time {
      margin: 15px 30px 0 20px;
      display: block;
      flex-shrink: 0;
      font-size: 14px;
      @include lh(14, 30);
      font-weight: 700;
      color: #fabe00;
    }
    .text {
      margin-top: 15px;
      font-size: 16px;
      @include lh(16, 30);
      font-weight: 700;
      a {
        @include opacity();
        text-decoration: none;
        color: #101010;
      }
    }
  }
   */
}
#news .head {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  gap: 20px 50px;
}
#news h2 {
  margin-bottom: unset;
}
#news .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1000px;
}
#news .contents {
  position: relative;
  padding-top: 50px;
  margin-top: 50px;
}
#news .contents::before {
  content: "";
  position: absolute;
  width: 1300px;
  height: 1px;
  background-color: #ffffff;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
#news .btn {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
#news .btn a {
  width: 400px;
  background-color: #ffffff;
  color: #754c24;
  background-image: url(../images/arrow3.webp);
}
#news article {
  display: flex;
  padding: 0 20px 10px 20px;
  /*  カテゴリーあり
  .cate {
     margin-right: 30px;
     flex-shrink: 0;
     width: 100px;
     height: 20px;
     background-color: #3c8bd6;
     @include flex-center();
     a {
       @include flex-center();
       width: 100%;
       height: 100%;
       text-decoration: none;
       @include opacity();
     }
   } 
   */
}
#news article + article {
  margin-top: 15px;
}
#news article a {
  display: flex;
  align-items: center;
  width: 100%;
  text-decoration: none;
  color: #ffffff;
  font-weight: 400;
  transition: all 0.5s ease-out;
}
#news article a:hover {
  opacity: 0.6;
}
#news article time {
  display: block;
  flex-shrink: 0;
  font-size: 14px;
  line-height: 2.1428571429;
  width: 110px;
  height: 25px;
  margin-right: 20px;
  font-weight: 700;
  color: #ffffff;
  background-color: #bd272d;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}
#news article .text {
  font-size: 16px;
  line-height: 1.875;
}
@media (max-width: 1310px) {
  #news .contents::before {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #news {
    margin-top: 70px;
  }
  #news .head {
    gap: 20px 30px;
  }
  #news .head .image1, #news .head .image2 {
    width: 80px;
  }
  #news .contents {
    padding-top: 40px;
    margin-top: 40px;
  }
  #news article {
    display: block;
    padding: 0 0 5px 0;
    /* カテゴリーあり
    flex-wrap: wrap;
    .cate {
      margin-right: 0px;
    }
     */
  }
  #news article + article {
    margin-top: 30px;
  }
  #news article a {
    display: block;
  }
  #news article time {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  #news article .text {
    font-size: 14px;
  }
  #news .btn {
    width: 230px;
  }
  #news .btn a {
    height: 60px;
    font-size: 14px;
    background-position: center right 30px;
    background-size: 13px;
    padding-right: 40px;
  }
}

/* ----------------------------------------------

------------------------------------------------- */
/* ----------------------------------------------

------------------------------------------------- */
/* ----------------------------------------------

------------------------------------------------- */
/* ----------------------------------------------

------------------------------------------------- *//*# sourceMappingURL=index.css.map */