/* Generated by less 3.11.1 */
@import url('https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/css/yakuhanjp-noto.min.css');
@import url('https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/css/yakuhanmp-noto.min.css');
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v95/flUhRq6tzZclQEJ-Vdg-IuiaDsNZ.ttf) format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
}
/* ここから */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v28/-F62fjtqLzI2JPCgQBnw7HFowA.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v28/-F6pfjtqLzI2JPCgQBnw7HFQei0q1A.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notoserifjp/v8/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notoserifjp/v8/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf) format('opentype');
}
html {
  font-size: 62.5%;
  font-family: YakuHanJP_Noto, 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  -webkit-print-color-adjust: exact;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-size: 1.6rem;
  background-color: #fff;
}
header {
  background-image: url(../img/header_bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100vh;
}
@media (max-width: 920px) {
  header {
    background-position: 20% 50%;
  }
}
header .head {
  height: 210px;
  background-color: rgba(0, 0, 0, 0.13);
  padding: 0 25px;
}
header .head .inner {
  max-width: 1280px;
  margin: 0 auto;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
header .head .inner nav {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
header .head .inner nav ul {
  border-top: 2px solid #fff;
  padding-top: 25px;
  padding-left: 50px;
  display: -webkit-box;
  display: flex;
}
header .head .inner nav ul li:not(:last-child) {
  margin-right: 50px;
}
header .head .inner nav ul li a {
  display: inline-block;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
header .head .inner nav ul li a:hover {
  opacity: 0.5;
}
@media (max-width: 470px) {
  header .head .inner nav ul {
    padding-left: 0;
  }
  header .head .inner nav ul li:not(:last-child) {
    margin-right: 25px;
  }
}
section.about {
  background-color: #DEF2BA;
  text-align: center;
  padding: 160px 25px;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 350px) {
  section.about {
    padding-top: calc(50px  +  110  * ((100vw -  350px ) / 930 ));
  }
}
@media (min-width: 1280px) {
  section.about {
    padding-top: 160px;
  }
}
@media (min-width: 350px) {
  section.about {
    padding-bottom: calc(50px  +  110  * ((100vw -  350px ) / 930 ));
  }
}
@media (min-width: 1280px) {
  section.about {
    padding-bottom: 160px;
  }
}
section.about .inner {
  max-width: 1280px;
  margin: 0 auto;
}
section.about h2 {
  margin-bottom: 35px;
}
@media (min-width: 350px) {
  section.about h2 {
    margin-bottom: calc(35px  +  65  * ((100vw -  350px ) / 930 ));
  }
}
@media (min-width: 1280px) {
  section.about h2 {
    margin-bottom: 100px;
  }
}
section.about h2 img {
  max-width: 100%;
}
section.about .chickens {
  margin-bottom: 35px;
  max-width: 100%;
}
@media (min-width: 350px) {
  section.about .chickens {
    margin-bottom: calc(35px  +  65  * ((100vw -  350px ) / 930 ));
  }
}
@media (min-width: 1280px) {
  section.about .chickens {
    margin-bottom: 100px;
  }
}
section.about p {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 2.5em;
}
@media (min-width: 350px) {
  section.about p {
    font-size: calc(18px  +  9  * ((100vw -  350px ) / 930 ));
  }
}
@media (min-width: 1280px) {
  section.about p {
    font-size: 27px;
  }
}
section.menu {
  background-color: #FCFEF3;
  padding: 300px 25px;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 350px) {
  section.menu {
    padding-top: calc(50px  +  250  * ((100vw -  350px ) / 930 ));
  }
}
@media (min-width: 1280px) {
  section.menu {
    padding-top: 300px;
  }
}
@media (min-width: 350px) {
  section.menu {
    padding-bottom: calc(50px  +  250  * ((100vw -  350px ) / 930 ));
  }
}
@media (min-width: 1280px) {
  section.menu {
    padding-bottom: 300px;
  }
}
section.menu h2 {
  text-align: center;
  margin-bottom: 15px;
}
@media (min-width: 350px) {
  section.menu h2 {
    margin-bottom: calc(15px  +  20  * ((100vw -  350px ) / 930 ));
  }
}
@media (min-width: 1280px) {
  section.menu h2 {
    margin-bottom: 35px;
  }
}
section.menu h2::after {
  content: "";
  display: block;
  width: 120px;
  height: 10px;
  background-color: #000;
  margin: 0 auto;
  margin-top: 35px;
  width: 60px;
  height: 5px;
  margin-top: 17.5px;
}
@media (min-width: 350px) {
  section.menu h2::after {
    width: calc(60px  +  60  * ((100vw -  350px ) / 610 ));
  }
}
@media (min-width: 960px) {
  section.menu h2::after {
    width: 120px;
  }
}
@media (min-width: 350px) {
  section.menu h2::after {
    height: calc(5px  +  5  * ((100vw -  350px ) / 610 ));
  }
}
@media (min-width: 960px) {
  section.menu h2::after {
    height: 10px;
  }
}
@media (min-width: 350px) {
  section.menu h2::after {
    margin-top: calc(17.5px  +  17.5  * ((100vw -  350px ) / 610 ));
  }
}
@media (min-width: 960px) {
  section.menu h2::after {
    margin-top: 35px;
  }
}
section.menu h2 img {
  max-width: 100%;
  width: 233.5px;
}
@media (min-width: 350px) {
  section.menu h2 img {
    width: calc(233.5px  +  233.5  * ((100vw -  350px ) / 610 ));
  }
}
@media (min-width: 960px) {
  section.menu h2 img {
    width: 467px;
  }
}
section.menu .ttl-en {
  font-family: YakuHanMP_Noto, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  font-style: italic;
  text-align: center;
  font-size: 40px;
  font-size: 20px;
}
@media (min-width: 350px) {
  section.menu .ttl-en {
    font-size: calc(20px  +  20  * ((100vw -  350px ) / 930 ));
  }
}
@media (min-width: 1280px) {
  section.menu .ttl-en {
    font-size: 40px;
  }
}
section.menu .img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  margin-bottom: 50px;
}
@media (min-width: 350px) {
  section.menu .img {
    margin-bottom: calc(50px  +  100  * ((100vw -  350px ) / 930 ));
  }
}
@media (min-width: 1280px) {
  section.menu .img {
    margin-bottom: 150px;
  }
}
section.menu .inner > dl {
  max-width: 1280px;
  margin: 0 auto;
}
section.menu .inner > dl > div {
  border: 10px solid #FCC4A6;
  border-top: none;
  color: #fff;
  position: relative;
}
section.menu .inner > dl > div:not(:last-child) {
  margin-bottom: 50px;
}
@media (min-width: 350px) {
  section.menu .inner > dl > div:not(:last-child) {
    margin-bottom: calc(50px  +  100  * ((100vw -  350px ) / 930 ));
  }
}
@media (min-width: 1280px) {
  section.menu .inner > dl > div:not(:last-child) {
    margin-bottom: 150px;
  }
}
section.menu .inner > dl > div::before {
  content: "";
  display: block;
  height: 10px;
  background-image: -webkit-linear-gradient(left, #FCC4A6 calc((100%  - 500px) / 2), transparent calc((100%  - 500px) / 2), transparent calc( 100% - ((100%  - 500px) / 2)), #FCC4A6 calc( 100% - ((100%  - 500px) / 2)), #FCC4A6);
  background-image: linear-gradient(90deg, #FCC4A6 calc((100%  - 500px) / 2), transparent calc((100%  - 500px) / 2), transparent calc( 100% - ((100%  - 500px) / 2)), #FCC4A6 calc( 100% - ((100%  - 500px) / 2)), #FCC4A6);
}
section.menu .inner > dl > div:last-child {
  border: 10px solid #0476C2;
  border-top: none;
}
section.menu .inner > dl > div:last-child::before {
  background-image: -webkit-linear-gradient(left, #0476C2 calc((100%  - 500px) / 2), transparent calc((100%  - 500px) / 2), transparent calc( 100% - ((100%  - 500px) / 2)), #0476C2 calc( 100% - ((100%  - 500px) / 2)), #0476C2);
  background-image: linear-gradient(90deg, #0476C2 calc((100%  - 500px) / 2), transparent calc((100%  - 500px) / 2), transparent calc( 100% - ((100%  - 500px) / 2)), #0476C2 calc( 100% - ((100%  - 500px) / 2)), #0476C2);
}
@media (max-width: 720px) {
  section.menu .inner > dl > div::before {
    background-image: -webkit-linear-gradient(left, #FCC4A6 calc(15%), transparent calc(15%), transparent calc(85%), #FCC4A6 calc(85%), #FCC4A6);
    background-image: linear-gradient(90deg, #FCC4A6 calc(15%), transparent calc(15%), transparent calc(85%), #FCC4A6 calc(85%), #FCC4A6);
  }
  section.menu .inner > dl > div:last-child::before {
    background-image: -webkit-linear-gradient(left, #0476C2 calc(15%), transparent calc(15%), transparent calc(85%), #0476C2 calc(85%), #0476C2);
    background-image: linear-gradient(90deg, #0476C2 calc(15%), transparent calc(15%), transparent calc(85%), #0476C2 calc(85%), #0476C2);
  }
}
section.menu .inner > dl > div > dt {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
section.menu .inner > dl > div > dt img {
  max-width: 100%;
}
section.menu .inner > dl > div > dd {
  background-color: #fff;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px;
  color: #000;
  padding: 100px 80px;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: YakuHanMP_Noto, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
}
@media (max-width: 750px) {
  section.menu .inner > dl > div > dd {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
}
@media (min-width: 640px) {
  section.menu .inner > dl > div > dd {
    padding-top: calc(50px  +  50  * ((100vw -  640px ) / 640 ));
  }
}
@media (min-width: 1280px) {
  section.menu .inner > dl > div > dd {
    padding-top: 100px;
  }
}
@media (min-width: 640px) {
  section.menu .inner > dl > div > dd {
    padding-bottom: calc(50px  +  50  * ((100vw -  640px ) / 640 ));
  }
}
@media (min-width: 1280px) {
  section.menu .inner > dl > div > dd {
    padding-bottom: 100px;
  }
}
@media (min-width: 640px) {
  section.menu .inner > dl > div > dd {
    padding-left: calc(20px  +  60  * ((100vw -  640px ) / 640 ));
  }
}
@media (min-width: 1280px) {
  section.menu .inner > dl > div > dd {
    padding-left: 80px;
  }
}
@media (min-width: 640px) {
  section.menu .inner > dl > div > dd {
    padding-right: calc(20px  +  60  * ((100vw -  640px ) / 640 ));
  }
}
@media (min-width: 1280px) {
  section.menu .inner > dl > div > dd {
    padding-right: 80px;
  }
}
section.menu .inner > dl > div > dd ul li {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  letter-spacing: 0.1em;
  font-size: 27px;
  font-size: 14px;
  margin-bottom: 0.75em;
}
@media (min-width: 750px) {
  section.menu .inner > dl > div > dd ul li {
    font-size: calc(14px  +  13  * ((100vw -  750px ) / 530 ));
  }
}
@media (min-width: 1280px) {
  section.menu .inner > dl > div > dd ul li {
    font-size: 27px;
  }
}
section.menu .inner > dl > div > dd ul li .name {
  font-weight: bold;
}
section.menu .inner > dl > div > dd ul li .name::before {
  content: "■";
  color: #FF83B8;
}
section.menu .inner > dl > div > dd ul li .name .en {
  font-size: 0.8em;
  font-weight: normal;
}
section.menu .inner > dl > div > dd ul li .name2 {
  font-weight: bold;
}
section.menu .inner > dl > div > dd ul li .name2 .en {
  font-size: 0.8em;
  font-weight: normal;
}
section.menu .inner > dl > div > dd ul li .name-sub {
  padding-left: 1em;
}
section.menu .inner > dl > div > dd ul li .name-sub::before {
  content: "・";
}
section.menu .inner > dl > div > dd ul li .name-sub2 {
  padding-left: 1em;
}
section.menu .inner > dl > div > dd ul li .name-sub2 .en {
  font-size: 0.8em;
  font-weight: normal;
}
section.menu .inner > dl > div > dd ul li .name-sub3 .en {
  font-size: 0.8em;
  font-weight: normal;
}
section.menu .inner > dl > div > dd ul li .desc {
  font-size: 0.8em;
}
section.menu .inner > dl > div > dd ul li .price::before {
  content: "…";
}
section.menu .inner > dl > div > dd ul li .price.all::before {
  content: "ALL …";
}
section.menu .inner > dl > div > dd ul li > .en {
  font-size: 0.8em;
  padding-left: 1.25em;
}
section.menu .inner > dl > div > dd ul li > .en2 {
  font-size: 0.8em;
}
section.menu .inner > dl > div > dd .sake {
  text-align: center;
  grid-column: 1/3;
}
@media (max-width: 750px) {
  section.menu .inner > dl > div > dd .sake {
    grid-column: 1/2;
    margin-top: 3em;
  }
}
section.menu .inner > dl > div > dd .sake .ttl {
  font-size: 30px;
  font-size: 16px;
  margin-bottom: 1.8em;
}
@media (min-width: 640px) {
  section.menu .inner > dl > div > dd .sake .ttl {
    font-size: calc(16px  +  14  * ((100vw -  640px ) / 640 ));
  }
}
@media (min-width: 1280px) {
  section.menu .inner > dl > div > dd .sake .ttl {
    font-size: 30px;
  }
}
section.menu .inner > dl > div > dd .sake p {
  font-size: 27px;
  font-size: 10px;
  line-height: 2em;
  letter-spacing: 0.1em;
}
@media (min-width: 640px) {
  section.menu .inner > dl > div > dd .sake p {
    font-size: calc(10px  +  17  * ((100vw -  640px ) / 640 ));
  }
}
@media (min-width: 1280px) {
  section.menu .inner > dl > div > dd .sake p {
    font-size: 27px;
  }
}
section.menu .inner > dl > div > dd .sake p img {
  max-width: 100%;
}
section.map {
  background-color: #2C9D2F;
  padding: 300px 25px;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 350px) {
  section.map {
    padding-top: calc(50px  +  50  * ((100vw -  350px ) / 930 ));
  }
}
@media (min-width: 1280px) {
  section.map {
    padding-top: 100px;
  }
}
@media (min-width: 350px) {
  section.map {
    padding-bottom: calc(50px  +  50  * ((100vw -  350px ) / 930 ));
  }
}
@media (min-width: 1280px) {
  section.map {
    padding-bottom: 100px;
  }
}
section.map h2 {
  text-align: center;
  margin-bottom: 35px;
}
@media (min-width: 350px) {
  section.map h2 {
    margin-bottom: calc(35px  +  15  * ((100vw -  350px ) / 930 ));
  }
}
@media (min-width: 1280px) {
  section.map h2 {
    margin-bottom: 50px;
  }
}
section.map h2 img {
  max-width: 100%;
  width: 128px;
}
@media (min-width: 350px) {
  section.map h2 img {
    width: calc(128px  +  128  * ((100vw -  350px ) / 610 ));
  }
}
@media (min-width: 960px) {
  section.map h2 img {
    width: 256px;
  }
}
section.map iframe {
  display: block;
  max-width: 1280px;
  width: 100%;
  height: 360px;
  margin: 0 auto;
  margin-bottom: 35px;
}
@media (min-width: 350px) {
  section.map iframe {
    margin-bottom: calc(35px  +  15  * ((100vw -  350px ) / 930 ));
  }
}
@media (min-width: 1280px) {
  section.map iframe {
    margin-bottom: 50px;
  }
}
section.map .data {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  margin-bottom: 35px;
}
@media (min-width: 350px) {
  section.map .data {
    margin-bottom: calc(35px  +  15  * ((100vw -  350px ) / 930 ));
  }
}
@media (min-width: 1280px) {
  section.map .data {
    margin-bottom: 50px;
  }
}
section.map address {
  text-align: center;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.1em;
}
@media (min-width: 350px) {
  section.map address {
    font-size: calc(12px  +  7  * ((100vw -  350px ) / 930 ));
  }
}
@media (min-width: 1280px) {
  section.map address {
    font-size: 19px;
  }
}
footer {
  padding: 0 25px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: grid;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  grid-template-columns: auto auto auto auto;
  grid-gap: 20px;
  grid-gap: 10px;
}
@media (min-width: 350px) {
  footer {
    padding-top: calc(50px  +  130  * ((100vw -  350px ) / 930 ));
  }
}
@media (min-width: 1280px) {
  footer {
    padding-top: 180px;
  }
}
@media (min-width: 350px) {
  footer {
    padding-bottom: calc(50px  +  130  * ((100vw -  350px ) / 930 ));
  }
}
@media (min-width: 1280px) {
  footer {
    padding-bottom: 180px;
  }
}
@media (min-width: 350px) {
  footer {
    grid-gap: calc(10px  +  10  * ((100vw -  350px ) / 610 ));
  }
}
@media (min-width: 960px) {
  footer {
    grid-gap: 20px;
  }
}
footer .chicken {
  width: 43.6px;
}
@media (min-width: 350px) {
  footer .chicken {
    width: calc(43.6px  +  65.4  * ((100vw -  350px ) / 610 ));
  }
}
@media (min-width: 960px) {
  footer .chicken {
    width: 109px;
  }
}
footer .logo {
  width: 85.2px;
}
@media (min-width: 350px) {
  footer .logo {
    width: calc(85.2px  +  127.8  * ((100vw -  350px ) / 610 ));
  }
}
@media (min-width: 960px) {
  footer .logo {
    width: 213px;
  }
}
footer address {
  font-size: 21px;
  font-size: 8.4px;
  white-space: nowrap;
  line-height: 2em;
  letter-spacing: 0.1em;
  margin-right: 1em;
}
@media (min-width: 350px) {
  footer address {
    font-size: calc(8.4px  +  12.6  * ((100vw -  350px ) / 610 ));
  }
}
@media (min-width: 960px) {
  footer address {
    font-size: 21px;
  }
}
footer a {
  display: inline-block;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
footer a:hover {
  opacity: 0.5;
}
footer a img {
  width: 59.6px;
}
@media (min-width: 350px) {
  footer a img {
    width: calc(59.6px  +  89.4  * ((100vw -  350px ) / 610 ));
  }
}
@media (min-width: 960px) {
  footer a img {
    width: 149px;
  }
}
