@charset "utf-8";

/*=====================================
style.css
=====================================*/

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&display=swap');

/*-------------------------------------
 reset
-------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  max-width: 100%;
  line-height: 0;
  vertical-align: bottom;
}
iframe {
  vertical-align: bottom;
  border: 0;
}
table th,
table td {
  vertical-align: top;
}
input,
select,
textarea,
button {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
}
select::-ms-expand {
  display: none;
}
*,
:after,
:before {
  box-sizing: border-box;
}

/*-------------------------------------
 setting
-------------------------------------*/
body {
  position: relative;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  overflow-wrap: break-word;
  word-wrap: break-word;
  background: #fff;
  -webkit-text-size-adjust: 100%;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
strong {
  font-weight: bold;
}
em {
  font-style: normal;
}

:root {
  --color-main: #fffac6;
  --color-sub01: #009be4;
  --color-sub02: #42332b;
  --font-inter: "Inter", sans-serif;
}

/*-------------------------------------
 layout
-------------------------------------*/
#wrapper {
  position: relative;
  padding-top: 135px;
  overflow: hidden;
}
.inner {
  position: relative;
  max-width: 884px;
  margin: 0 auto;
  padding: 0 10px;
}
.inner:after {
  clear: both;
  display: block;
  content: "";
}

/*-------------------------------------
 header
-------------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  font-family: var(--font-inter);
  font-weight: 500;
  background: var(--color-main);
}
.header .inner {
  display: flex;
  align-items: center;
  max-width: 1220px;
  height: 135px;
}
.headerLogo {
  width: 188px;
  flex-shrink: 0;
}
.headerBtn {
  display: none;
}
.headerDrawer {
  width: 100%;
  margin-left: auto;
}
.headerPanel {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
  justify-content: flex-end;
  width: 100%;
}
.headerGroup {
  display: flex;
  align-items: center;
}
.headerNav {
  display: flex;
  width: 100%;
  max-width: 700px;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
  font-size: 18px;
}
.headerNav ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.headerNav ul li {
  padding: 0 0 0 25px;
}
.headerNav ul li a {
  color: var(--color-sub01);
  letter-spacing: 0.1em;
  text-decoration: none;
}
.headerGroup {
  margin: 0 0 10px;
}
.headerTel {
  color: var(--color-sub01);
  font-size: 20px;
  letter-spacing: 0.1em;
}
.headerTel a {
  display: inline-block;
  color: var(--color-sub01);
  white-space: nowrap;
}
.headerIcon {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 0 0 0 50px;
}
.headerIcon li a {
  display: block;
  line-height: 1;
}
.headerIcon .map {
  width: 20px;
}
.headerIcon .instagram {
  width: 22px;
}
.headerIcon .line {
  width: 25px;
}

/*-------------------------------------
 visual
-------------------------------------*/
.visual {
  position: relative;
}
.visualImg img {
  width: 100%;
  height: 850px;
  object-fit: cover;
}
.visualLogo {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 2;
  text-align: center;
  transform: translateY(-50%);
}
.visualLogo img {
  width: 350px;
}


/*-------------------------------------
 section
-------------------------------------*/
.section {
  position: relative;
  padding: 80px 0;
}
.section h2 {
  margin: 0 0 15px 0;
  color: var(--color-sub01);
  font-family: var(--font-inter);
  font-size: 46px;
  letter-spacing: 0.15em;
  line-height: 1;
}


/*-------------------------------------
 intro
-------------------------------------*/
.intro {
  color: var(--color-sub01);
}
.intro h2 {
  line-height: 1.4;
  text-align: center;
}
.intro .lead {
  margin-bottom: 25px;
  font-family: var(--font-inter);
  font-size: 30px;
  letter-spacing: 0.1em;
  text-align: center;
}
.intro p {
  text-align: center;
}


/*-------------------------------------
 about
-------------------------------------*/
.about .unit {
  display: flex;
  padding: 0 0 60px;
}
.about .unit:last-child {
  padding-bottom: 30px;
}
.about .unit .pic {
  position: relative;
  width: 55%;
  max-width: 470px;
  flex-shrink: 0;
}
.about .unit .pic img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 235 / 224;
}
.about .unit .item {
  padding: 0 0 0 40px;
}
.about .unit .item h3 {
  margin: 0 0 15px 0;
  color: var(--color-sub02);
  font-size: 21px;
  line-height: 1.6;
}
.about .unit .item p {
  font-size: 13px;
  font-weight: 500;
}
.about .unit .group {
  margin-top: 18px;
  padding-left: 18px;
  line-height: 1.4;
  border-left: 1px solid var(--color-sub02);
}
.about .unit .group h4 {
  margin-bottom: 10px;
  color: var(--color-sub02);
  font-size: 14px;
}
.about .unit .group dl dt {
  margin-bottom: 7px;
  color: var(--color-sub02);
  font-size: 12px;
}
.about .unit .group dl dd {
  font-size: 10px;
}
.about .unit .item .btn {
  padding-top: 30px;
}
.about .unit .item .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 5px 25px 5px 0;
  color: var(--color-sub01);
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-decoration: none;
  border-bottom: 1px solid var(--color-sub01);
  background: url(../images/common/ico_arw01.svg) no-repeat center right / 7px auto;
}
.about .unit:nth-child(even) {
  flex-direction: row-reverse;
}
.about .unit:nth-child(even) .item {
  padding: 0 40px 0 0;
}
.about .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}
.about .slick-dots li button {
  width: 5px;
  height: 5px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 50%;
  border: none;
  background: #fff;
  overflow: hidden;
}


/*-------------------------------------
 news
-------------------------------------*/
.news {
  padding-block: 90px;
  background: var(--color-main);
}
.news h2 {
  margin-bottom: 40px;
  text-align: center;
}
.news .info {
  border-top: 2px dotted var(--color-sub01);
}
.news .info li {
  display: flex;
  padding: 14px 0;
  color: var(--color-sub01);
  border-bottom: 2px dotted var(--color-sub01);
}
.news .info li .date {
  width: 150px;
  padding: 0 10px 0 0;
  font-family: var(--font-inter);
  font-size: 14px;
  font-weight: 500;
  flex-shrink: 0;
}
.news .info li .title {
  flex: 1;
}
.news .info li .title a {
  color: var(--color-sub01);
}
.news .link {
  padding: 40px 0 0;
  text-align: center;
}
.news .link a {
  display: inline-block;
  padding: 5px 20px;
  color: var(--color-sub01);
  font-weight: bold;
  letter-spacing: 0.1em;
  text-decoration: none;
  border: 1px solid var(--color-sub01);
}

/* index */
.news_index {
  padding-block: 80px;
}
.news_index ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-template-rows: auto;
  column-gap: 40px;
  padding: 50px 0;
  list-style: none;
}
.news_index ul li {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  row-gap: 0;
  position: relative;
  width: 100%;
  padding: 0 0 60px;
}
.news_index ul li a {
  text-decoration: none;
}
.news_index ul li a:hover {
  text-decoration: underline;
}
.news_index ul li figure {
  margin: 0 0 16px;
}
.news_index ul li figure img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.news_index ul li .text {
  margin: 0 0 36px;
  font-size: 16px;
  font-weight: 600;
}
.news_index ul li .group {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 0 0 10px;
  font-size: 15px;
  border-bottom: 1px solid var(--color-sub01);
}
.news_index ul li .more a {
  position: relative;
  display: inline-block;
  padding-right: 20px;
}
.news_index ul li .more a:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: -1px 0 1px 5px;
  vertical-align: middle;
  border-width: 2px 2px 0 0;
  border-color: var(--color-sub01);
  border-style: solid;
  transform: rotate(45deg);
}
/* detail */
.news_head {
  padding: 70px 0 40px;
  line-height: 1.4;
}
.news_head .title {
  margin: 0 0 5px;
  font-size: 24px;
}
.news_head .date {
  color: #666;
  font-size: 13px;
}
.news_detail {
  min-height: 50dvh;
  padding: 0 0 70px;
}
.news_detail figure {
  margin: 0 0 20px;
  text-align: center;
}
.news_detail img {
  width: 100%;
  height: auto;
}
.news_detail h2 {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 10px;
}
.news_detail h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 10px;
}
.news_detail ul {
  padding: 0 0 20px;
  margin: 0;
  list-style: none;
}
.news_detail ul li {
  padding: 0 0 10px;
  border-bottom: 1px solid #ccc;
}
.news_detail ul li:last-child {
  border: none;
}
.news_detail ul li a {
  color: var(--color-sub01);
  text-decoration: none;
}
.news_detail ul li a:hover {
  text-decoration: underline;
}
.news_detail p {
  font-size: 14px;
  margin: 0 0 20px;
  line-height: 1.6;
}
.news_detail a {
  color: var(--color-sub01);
}


/*-------------------------------------
 menu
-------------------------------------*/
.menu {
  padding-block: 110px;
}
.menu h2 {
  margin-bottom: 60px;
  text-align: center;
}
.menuList {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 40px;
}
.menuList .menuItem {
  position: relative;
  width: calc(33.333% - 20px);
  flex-shrink: 0;
}
.menuList .menuItem a {
  position: relative;
  display: block;
  text-decoration: none;
}
.menuList .menuItem h3 {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #fff;
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 1;
}
.menuList .menuItem .pic img {
  object-fit: cover;
  aspect-ratio: 1 / 1;
}
.menuList .menuItem .more {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 5px 15px 5px 0;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  background: url(../images/common/ico_arw02.svg) no-repeat center right / 7px auto;
}
.menuList .menuItem.grand,
.menuList .menuItem.seasonal {
  width: calc(50% - 15px);
}
.menuList .menuItem.grand .pic img,
.menuList .menuItem.seasonal .pic img {
  aspect-ratio: 417 / 305;
}

.menu .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  min-height: 78px;
  color: var(--color-sub01);
  font-size: 16px;
  text-decoration: none;
  background: var(--color-main);
}
.menu .btn a em {
  font-family: var(--font-inter);
  font-size: 25px;
  letter-spacing: 0.1em;
}
.menu .btn a::after {
  content: "";
  width: 12px;
  height: 12px;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: var(--color-sub01);
  transform: rotate(45deg);
}


/*-------------------------------------
 takeout
-------------------------------------*/
.takeout {
  padding-bottom: 120px;
}
.takeout h2 {
  margin-bottom: 20px;
  text-align: center;
}
.takeout .lead {
  margin-bottom: 50px;
  font-weight: 500;
  text-align: center;
}
.takeout .btn a {
  position: relative;
  display: block;
}
.takeout .logo {
  position: absolute;
  top: 30px;
  left: 45px;
  z-index: 2;
  width: 88px;
}
.takeout .pic img {
  object-fit: cover;
}
.takeout .more {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 5px 15px 5px 0;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  background: url(../images/common/ico_arw02.svg) no-repeat center right / 7px auto;
}


/*-------------------------------------
 sns
-------------------------------------*/
.sns h2 {
  margin-bottom: 20px;
  text-align: center;
}
.sns ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 0 0 -10px;
  padding: 0 0 30px;
}
.sns ul li {
  width: 20%;
  padding: 0 0 10px 10px;
  flex-shrink: 0;
  box-sizing: border-box;
}
.sns ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1 / 1;
}


/*-------------------------------------
 footerMap
-------------------------------------*/
.footerMap iframe {
  width: 100%;
  height: 454px;
}


/*-------------------------------------
 footer
-------------------------------------*/
.footer {
  color: var(--color-sub01);
  background: var(--color-main);
}
.footer .inner {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
  padding-bottom: 40px;
}
.footerLogo {
  margin-bottom: 20px;
}
.footerLogo img {
  width: 86px;
}
.footerGroup {
  width: 48%;
}
.footerGroup > div {
  flex-shrink: 0;
}
.footerGroup a {
  color: var(--color-sub01);
}
.footerHours {
  margin-bottom: 15px;
  font-size: 10px;
}
.footerHours em {
  font-size: 13px;
}
.footerAddress {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.6;
}
.footerAccess {
  margin-bottom: 25px;
  font-size: 10px;
}
.footerIcon {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: 15px;
}
.footerIcon li a {
  display: block;
  line-height: 1;
}
.footerIcon .map {
  width: 20px;
}
.footerIcon .instagram {
  width: 22px;
}
.footerIcon .line {
  width: 25px;
}
.footerNav ul {
  display: flex;
  flex-wrap: wrap;
}
.footerNav ul li {
  margin: 0 18px 10px 0;
  font-size: 10px;
}
.footerNav ul li a {
  color: var(--color-sub01);
}
.footerLink {
  display: flex;
  font-size: 11px;
}
.footerLink:first-child {
  padding-top: 30px;
}
.footerLink ul {
  width: 50%;
}
.footerLink ul + ul {
  padding-left: 20px;
}
.footerLink ul li {
  position: relative;
  margin: 0 0 5px;
  padding: 0 0 0 12px;
}
.footerLink ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  left: 0;
  width: 4px;
  height: 1px;
  background: var(--color-sub01);
}
.footerLink ul li.mt {
  margin-top: 30px;
}
.footerRecruit {
  padding: 20px 0 0;
}
.footerRecruit a {
  display: inline-block;
  padding: 1px 10px;
  color: var(--color-sub01);
  font-size: 11px;
  text-decoration: none;
  border: 1px solid var(--color-sub01);
}
.footerCopyright {
  padding: 30px 10px 20px 10px;
  font-size: 11px;
  text-align: right;
}

/*-------------------------------------
 bottom
-------------------------------------*/
.pageTitle {
  position: relative;
  overflow: hidden;
}
.pageTitle .bg {
  height: 510px;
}
.pageTitle .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pageTitle .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pageTitle .title h1 {
  font-family: var(--font-inter);
  color: #fff;
  font-size: 56px;
  letter-spacing: 0.15em;
  line-height: 1.3;
  white-space: nowrap;
}


/*-------------------------------------
 about
-------------------------------------*/
.aboutLead {
  margin-bottom: 160px;
  padding-top: 190px;
  padding-bottom: 130px;
  border-bottom: 1px solid var(--color-sub01);
}
.aboutLead .logo {
  margin-bottom: 125px;
  text-align: center;
}
.aboutLead .logo img {
  width: 404px;
}
.aboutLead .group {
  display: flex;
  gap: 40px;
}
.aboutLead figure {
  flex: 0 1 min(250px, 35%);
}
.aboutLead p {
  flex: 1;
  color: var(--color-sub01);
  font-size: 15px;
  line-height: 2;
}

.aboutList .item {
  margin-bottom: 130px;
}
.aboutList .item .group {
  display: flex;
  gap: 0 40px;
  margin-bottom: 50px;
  line-height: 1.5;
}
.aboutList .item .col {
  flex: 1;
}
.aboutList .item figure {
  flex: 0 1 min(470px, 55%);
}
.aboutList .item:nth-child(even) .group {
  flex-direction: row-reverse;
}
.aboutList h2 {
  color: var(--color-sub01);
  font-family: var(--font-inter);
  font-size: 46px;
  letter-spacing: 0.1em;
}
.aboutList h3 {
  padding: 10px 0 20px;
  color: var(--color-sub02);
  font-size: 21px;
  font-weight: 500;
}
.aboutList p {
  color: var(--color-sub02);
  font-size: 13px;
  font-weight: 500;
}

.aboutList .pics ul {
  display: flex;
  gap: 28px;
}
.aboutList .pics dl {
  margin-top: 35px;
  padding: 5px 0 5px 15px;
  color: var(--color-sub02);
  font-weight: 500;
  border-left: 1px solid var(--color-sub02);
}
.aboutList .pics dl dt {
  margin-bottom: 7px;
  font-size: 15px;
}
.aboutList .pics dl dd {
  font-size: 13px;
  line-height: 1.6;
}
.aboutList .link {
  padding-top: 20px;
}
.aboutList .link a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 5px 25px 5px 0;
  color: var(--color-sub01);
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-decoration: none;
  border-bottom: 1px solid var(--color-sub01);
  background: url(../images/common/ico_arw01.svg) no-repeat center right / 7px auto;
}


/*-------------------------------------
 common
-------------------------------------*/
.fb {
  font-weight: bold;
}

/*-------------------------------------------------------------------
 Media Queries
-------------------------------------------------------------------*/

/* SP layout
-------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .forPC {
    display: none !important;
  }
  .forSP {
    display: block;
  }
  img.forSP,
  br.forSP,
  span.forSP {
    display: inline-block;
  }

  /*-------------------------------------
 setting
-------------------------------------*/
  body {
    font-size: 14px;
  }

  /*-------------------------------------
 layout
-------------------------------------*/
  #wrapper {
    padding-top: 50px;
  }

  /*-------------------------------------
header
-------------------------------------*/
  .header .inner {
    height: 50px;
  }
  .headerLogo {
    width: 76px;
  }
  .headerBtn {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
  }
  .headerBtn span {
    position: absolute;
    left: 12px;
    display: inline-block;
    width: 26px;
    height: 2px;
    background-color: var(--color-sub01);
    transition: all 0.2s;
    box-sizing: border-box;
  }
  .headerBtn span:nth-of-type(1) {
    top: 15px;
  }
  .headerBtn span:nth-of-type(2) {
    top: 24px;
  }
  .headerBtn span:nth-of-type(3) {
    top: 33px;
  }
  .headerBtn span:nth-of-type(2)::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background-color: var(--color-sub01);
    transition: all 0.2s;
  }
  .headerBtn.open span:nth-of-type(2),
  .headerBtn.open span:nth-of-type(2)::after {
    width: 28px;
  }
  .headerBtn.open span:nth-of-type(1) {
    transform: translateY(10px) scale(0);
  }
  .headerBtn.open span:nth-of-type(2) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .headerBtn.open span:nth-of-type(2)::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .headerBtn.open span:nth-of-type(3) {
    transform: translateY(-10px) scale(0);
  }
  .headerDrawer {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    max-height: calc(100vh - 50px);
    display: none;
    padding: 10px 0 25px 0;
    text-align: center;
    background: rgba(51, 51, 51, 0.9);
    overflow-x: hidden;
    overflow-y: auto;
  }
  .headerPanel {
    display: block;
  }
  .headerGroup {
    display: block;
  }
  .headerNav {
    display: block;
    max-width: inherit;
    margin: 0 0 20px;
  }
  .headerNav ul {
    display: block;
  }
  .headerNav ul li {
    padding: 16px 0;
    font-size: 24px;
  }
  .headerIcon {
    margin: 15px 0 0;
    padding: 0;
    justify-content: center;
  }
  .headerIcon li {
    width: 48px;
    margin: 0 16px;
  }
  .headerTel {
    font-size: 24px;
  }

  /*-------------------------------------
 visual
-------------------------------------*/
  .visualImg img {
    height: 270px;
  }
  .visualLogo img {
    width: 180px;
  }


  /*-------------------------------------
 section
-------------------------------------*/
  .section {
    padding: 40px 0;
  }
  .section h2 {
    font-size: 26px;
  }

  /*-------------------------------------
 intro
-------------------------------------*/
  .intro .lead {
    margin-bottom: 20px;
    font-size: 20px;
  }


  /*-------------------------------------
 about
-------------------------------------*/
  .about .unit,
  .about .unit:nth-child(even) {
    padding: 0 0 30px;
    flex-direction: column-reverse;
  }
  .about .unit:last-child {
    padding-bottom: 0;
  }
  .about .unit .pic {
    width: auto;
    text-align: center;
  }
  .about .unit .item,
  .about .unit:nth-child(even) .item {
    padding: 10px 10px 20px;
    line-height: 1.8;
  }
  .about .unit .item h3 {
    font-size: 18px;
  }
  .about .unit .item .btn {
    padding-top: 20px;
  }


  /*-------------------------------------
 news
-------------------------------------*/
  .news .info li {
    font-size: 15px;
  }
  .news .info li .date {
    width: 110px;
  }

  /* index */
  .news_index {
    padding-block: 40px;
  }
  .news_index h1 {
    margin: 0 0 15px 0;
    font-size: 28px;
  }
  .news_index ul {
    display: block;
    width: auto;
    padding: 0;
  }
  .news_index ul li {
    display: grid;
    grid-template-columns: 40% 1fr;
    grid-template-rows: auto 1fr auto;
    width: auto;
    padding: 0 0 50px;
  }
  .news_index ul li figure {
    margin: 0 20px 0 0;
    grid-area: 1 / 1 / 3 / 2;
  }
  .news_index ul li figure img {
    height: auto;
    aspect-ratio: 1 / 1;
  }
  .news_index ul li .text {
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 1.6;
    grid-area: 1 / 2 / 3 / 3;
  }
  .news_index ul li .group {
    padding: 0 0 5px;
    font-size: 12px;
    align-self: self-end;
    grid-area: 2 / 2 / 4 / 3;
  }
  .news_index ul li .more a:after {
    width: 6px;
    height: 6px;
    margin: 0 0 2px 5px;
    border-width: 1px 1px 0 0;
  }
  /* detail */
  .news_head {
    padding: 40px 0;
  }
  .news_head .title {
    font-size: 20px;
  }
  .news_head .date {
    font-size: 11px;
  }
  .news_detail h2 {
    font-size: 22px;
  }
  .news_detail h3 {
    font-size: 18px;
  }


  /*-------------------------------------
 menu
-------------------------------------*/
  .menu .head {
    display: block;
  }
  .menuList {
    display: block;
  }
  .menuList .menuItem,
  .menuList .menuItem.grand,
  .menuList .menuItem.seasonal {
    width: 100%;
    margin-bottom: 20px;
  }
  .menuList .menuItem h3 {
    top: 15px;
    left: 15px;
    font-size: 24px;
  }
  .menuList .menuItem .pic img,
  .menuList .menuItem.grand .pic img,
  .menuList .menuItem.seasonal .pic img {
    aspect-ratio: 8 / 5;
  }
  .menuList .menuItem .more {
    right: 15px;
    bottom: 15px;
    font-size: 14px;
  }

  .menu .btn a {
    gap: 10px;
    min-height: 50px;
    font-size: 14px;
  }
  .menu .btn a em {
    font-size: 20px;
  }
  .menu .btn a::after {
    width: 10px;
    height: 10px;
  }

  /*-------------------------------------
 takeout
-------------------------------------*/
.takeout {
  padding-bottom: 80px;
}
.takeout .logo {
  top: 15px;
  left: 22px;
  width: 44px;
}
.takeout .pic img {
  aspect-ratio: 8 / 5;
}


  /*-------------------------------------
 sns
-------------------------------------*/
  .sns h2 {
    margin: 0 0 20px 0;
    font-size: 32px;
  }
  .sns ul {
    padding: 0 -5px;
  }
  .sns ul li {
    width: 50%;
    padding: 0 0 5px 5px;
  }
  .sns ul li:nth-child(n + 7) {
    display: none;
  }


  /*-------------------------------------
 footerMap
-------------------------------------*/
.footerMap iframe {
  height: 60dvw;
}


  /*-------------------------------------
 footer
-------------------------------------*/
  .footer {
    text-align: center;
  }
  .footer .inner {
    display: block;
    padding-bottom: 120px;
  }
  .footerGroup {
    width: auto;
  }
  .footerIcon {
    justify-content: center;
  }
  .footerNav ul {
    justify-content: center;
  }
  .footerLink {
    display: block;
    width: max-content;
    max-width: 100%;
    margin: 0 auto;
  }
  .footerLink ul {
    width: auto;
    text-align: left;
  }
  .footerLink ul + ul {
    padding-left: 0;
  }
  .footerCopyright {
    padding: 30px 0 0 0;
    text-align: center;
  }

  .l_fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background: #e2dbcf99;
    padding: 1rem;
    --gap-col: 1.1rem;
    --gap-row: 1.1rem;
    --col: 2;

    border-top: 1px solid rgba(var(--main-color-dark-rgb), 0.2);
    display: flex;
    flex-wrap: wrap;
    gap: var(--gap-row) var(--gap-col);
  }

  .l_fixed_item {
    width: calc(
      100% / var(--col) - var(--gap-col) * (var(--col) - 1) / var(--col)
    );
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    flex: 1;
    background: var(--color-sub01);
    border-radius: 0.8rem;
    padding: 1rem 1.4rem 1rem 3rem;
    height: 4rem;
  }

  .l_fixed_item span {
    font-size: 1.5rem;
    color: var(--color-main);
    line-height: 1.3;
  }

  .l_fixed_item em {
    font-size: 1.2rem;
    color: var(--color-main);
    line-height: 1.3;
    text-transform: uppercase;
  }

  .l_fixed_item:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 1.5rem;
    z-index: 1;
    width: 3.5rem;
    aspect-ratio: 1/1;
    -webkit-mask: url(../images/common/icon_web.svg) center / 100% no-repeat;
    mask: url(../images/common/icon_web.svg) center / 100% no-repeat;
    background: var(--color-main);
    transform: translateY(-50%);
  }

  /*-------------------------------------
 bottom
-------------------------------------*/
  .pageTitle .bg {
    height: 20dvh;
  }
  .pageTitle .title {
    flex-direction: column;
    gap: 30px;
  }
  .pageTitle .title h1 {
    font-size: 32px;
  }


/*-------------------------------------
 about
-------------------------------------*/
.aboutLead {
  margin-bottom: 100px;
  padding-top: 80px;
  padding-bottom: 50px;
}
.aboutLead .logo {
  margin-bottom: 80px;
}
.aboutLead .logo img {
  width: 80dvw;
}
.aboutLead .group {
  display: block;
}
.aboutLead figure {
  width: 60dvw;
  max-width: 300px;
  margin: 0 auto 50px;
}
.aboutLead p {
  padding-inline: 10px;
  font-size: 14px;
}


.aboutList .item {
  margin-bottom: 50px;
}
.aboutList .item .group {
  display: block;
  margin-bottom: 10px;
}
.aboutList h2 {
  font-size: 32px;
}
.aboutList h3 {
  padding: 5px 0 15px;
  font-size: 20px;
}
.aboutList figure {
  margin-top: 20px;
}
.aboutList .pics ul {
  gap: 10px;
}
.aboutList .pics dl {
  padding-left: 10px;
}
.aboutList .pics dl dt {
  font-size: 13px;
}
.aboutList .pics dl dd {
  font-size: 11px;
}


}

/* PC layout
-------------------------------------------------------------------*/

@media screen and (min-width: 769px) {
  .forPC {
    display: block;
  }
  .forSP {
    display: none !important;
  }
  img.forPC,
  br.forPC,
  span.forPC {
    display: inline-block;
  }

  a[href^="tel:"] {
    pointer-events: none;
  }

  .headerLogo a,
  .headerNav ul li a,
  .headerIcon a,
  .menu a,
  .takeout .btn a,
  .about .unit .item .btn a,
  .footerIcon li a,
  .footerRecruit a,
  .news .link a,
  .news_index ul li a,
  .aboutList .link a {
    transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    backface-visibility: hidden;
    text-decoration: none;
  }
  .headerLogo a:hover,
  .headerNav ul li a:hover,
  .headerIcon a:hover,
  .about .unit .item .btn a:hover,
  .footerIcon li a:hover,
  .footerRecruit a:hover,
  .news .link a:hover,
  .menu .btn a:hover,
  .aboutList .link a:hover {
    opacity: 0.6;
  }
  .menuList a:hover,
  .takeout .btn a:hover,
  .news_index ul li a:hover {
    opacity: 0.8;
  }
}
