@charset "UTF-8";

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

kv

------------------------------------------- */
.top-kv {
  position: relative;
}

#main {
  position: relative;
  overflow: hidden;
  width: 100%;
}

#main,
.CMS-NOT-EDITABLE-AREA {
  height: 100vh;
}

@media screen and (max-width: 768px) {

  #main,
  .CMS-NOT-EDITABLE-AREA {
    height: 48rem;
  }
}

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

news

------------------------------------------- */
.top-news {
  padding: 10rem 0;
}

.top-news .more {
  margin: 5rem auto 0 auto;
}

@media screen and (max-width: 768px) {
  .top-news {
    padding: 8rem 3rem;
  }
}

.top-news .CMS-NEWS-INDEX {
  padding-bottom: 0;
}

.top-news .CMS-NEWS-MORE-READ {
  display: none;
}

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

concept

------------------------------------------- */
.top-concept {
  padding: 11rem 0;
  background: url(../img/texture-2.jpg) center top;
  background-size: 100% auto;
  position: relative;
  display: flex;
  align-items: center;
}

.top-concept::before {
  content: "";
  width: calc(100% - 10rem);
  height: calc(100% - 10rem);
  box-sizing: border-box;
  border: solid 0.4rem #562b08;
  border-radius: 5rem;
  pointer-events: none;
  position: absolute;
  left: 5rem;
  top: 5rem;
}

.top-concept>* {
  width: 50%;
}

.top-concept>div {
  padding: 0 15rem 0 6rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #562b08;
}

.top-concept h2 {
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.08em;
  color: #005056;
  line-height: 1;
  font-size: 4.6rem;
  display: inline-block;
  position: relative;
  margin-bottom: 3rem;
}

.top-concept h2::before {
  content: "";
  width: 3.5rem;
  height: 4.5rem;
  background: url(../img/bg-ttl-2.png) no-repeat center/contain;
  position: absolute;
  right: -3rem;
  top: -3rem;
}

.top-concept h3 {
  font-family: "Kaisei Opti", serif;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: solid 0.2rem #562b08;
  width: 100%;
  font-size: 2rem;
}

.top-concept p {
  margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  .top-concept {
    padding: 7rem 0;
    flex-direction: column;
  }

  .top-concept::before {
    width: calc(100% - 4rem);
    height: calc(100% - 4rem);
    border: solid 0.35rem #562b08;
    border-radius: 2rem;
    left: 2rem;
    top: 2rem;
  }

  .top-concept>* {
    width: 100%;
  }

  .top-concept>figure {
    padding-right: 5rem;
    margin-bottom: 4.5rem;
  }

  .top-concept>div {
    padding: 0 5rem;
    display: flex;
    flex-direction: column;
    color: #562b08;
  }

  .top-concept h2 {
    margin-bottom: 2rem;
  }

  .top-concept p {
    margin-bottom: 3rem;
  }
}

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

menu

------------------------------------------- */
.top-menu {
  padding: 10rem 0;
  background: url(../img/deco-1.png) no-repeat right 4rem top 2rem, url(../img/deco-2.png) no-repeat left 14rem top 14rem;
  background-size: 20rem auto, 26rem auto;
}

.top-menu h2 {
  margin-bottom: 0;
}

.top-menu ul li {
  color: #562b08;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top-menu ul li:nth-child(odd) {
  flex-direction: row-reverse;
}

.top-menu ul h3 {
  font-family: "Kaisei Opti", serif;
  font-size: 2rem;
  margin-bottom: 2rem;
}

.top-menu ul li:nth-child(1)>figure {
  width: 48%;
}

.top-menu ul li:nth-child(1)>div {
  width: 52%;
  padding: 0 3rem 0 18rem;
}

.top-menu ul li:nth-child(2) {
  margin-top: -8rem;
}

.top-menu ul li:nth-child(2)>figure {
  width: 55%;
  padding-left: 2rem;
}

.top-menu ul li:nth-child(2)>div {
  width: 45%;
  padding-right: 10rem;
  padding-left: 2rem;
}

.top-menu ul li:nth-child(3) {
  margin-top: -6rem;
}

.top-menu ul li:nth-child(3)>figure {
  width: 45%;
  padding-right: 8rem;
}

.top-menu ul li:nth-child(3)>div {
  width: 55%;
  padding-left: 18rem;
  padding-right: 5rem;
}

.top-menu>.more-wrap {
  margin-top: -3rem;
}

.top-menu-takeout {
  margin-top: 10rem;
  /* margin-bottom: 7rem; */
}

.top-menu-takeout {
  display: flex;
  flex-direction: row-reverse;
  align-items: stretch;
  color: #fff;
  position: relative;
  background: #005056;
}

.top-menu-takeout::before {
  content: "";
  box-sizing: border-box;
  width: calc(100% - 3rem);
  height: calc(100% - 3rem);
  border: dashed 0.3rem #fff;
  position: absolute;
  left: 1.5rem;
  top: 1.5rem;
  pointer-events: none;
}

.top-menu-takeout>* {
  width: 50%;
}

.top-menu-takeout>div {
  padding: 3rem 3rem 3rem 5rem;
}

.top-menu-takeout h3 {
  font-family: "Kaisei Opti", serif;
  font-size: 2rem;
  margin-bottom: 2rem;
}

.top-menu-takeout .more-wrap {
  margin-top: 2rem;
}

.top-menu-takeout .more-wrap a {
  margin-left: 0;
}

.top-menu-takeout figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .top-menu {
    padding: 8rem 0;
    background: url(../img/deco-1.png) no-repeat right 1rem top 1rem, url(../img/deco-2.png) no-repeat left 1rem top 4rem;
    background-size: 14rem auto, 18rem auto;
  }

  .top-menu h2 {
    margin-bottom: 4rem;
  }

  .top-menu ul li {
    flex-direction: column;
  }

  .top-menu ul li:nth-child(odd) {
    flex-direction: column;
  }

  .top-menu ul h3 {
    font-family: "Kaisei Opti", serif;
    font-size: 2rem;
    margin-bottom: 2rem;
  }

  .top-menu ul li:nth-child(1)>figure {
    width: 100%;
    padding-left: 3rem;
  }

  .top-menu ul li:nth-child(1)>div {
    width: 100%;
    padding: 0 3rem;
  }

  .top-menu ul li:nth-child(2) {
    margin-top: 5rem;
  }

  .top-menu ul li:nth-child(2)>figure {
    width: 100%;
    padding: 0;
  }

  .top-menu ul li:nth-child(2)>div {
    width: 100%;
    padding: 0 3rem;
  }

  .top-menu ul li:nth-child(3) {
    margin-top: 5rem;
  }

  .top-menu ul li:nth-child(3)>figure {
    width: 100%;
    padding: 0 2rem;
  }

  .top-menu ul li:nth-child(3)>div {
    width: 100%;
    padding: 0 3rem;
  }

  .top-menu>.more-wrap {
  margin-top:3rem;
}

  .top-menu-takeout {
    margin-top: 5rem;
    /* margin-bottom: 4rem; */
  }

  .top-menu-takeout {
    flex-direction: column;
  }

  .top-menu-takeout figure {
    width: 100%;
  }

  .top-menu-takeout>div {
    width: 100%;
    padding: 2rem 4rem 4rem 4rem;
  }

  .top-menu-takeout .more-wrap a{
margin-left: auto;
  }
}

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

gallery

------------------------------------------- */
.top-gallery {
  padding: 8rem 0;
  background: url(../img/texture-2.jpg) center top;
  background-size: 100% auto;
}

@media screen and (max-width: 768px) {
  .top-gallery {
    padding: 8rem 0;
  }
}

#loopslider,
#loopslider ul,
#loopslider ul li,
#loopslider img {
  height: 180px;
}

#loopslider ul li {
  width: 240px;
}

@media screen and (max-width: 768px) {

  #loopslider,
  #loopslider ul,
  #loopslider ul li,
  #loopslider img {
    height: 160px;
  }

  #loopslider ul li {
    width: 200px;
  }
}

#loopslider img {
  -o-object-fit: cover;
  object-fit: cover;
}

#loopslider {
  margin: 0 auto 6rem auto;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 100%;
}

#loopslider ul {
  display: inline;
  float: left;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

#loopslider ul li {
  display: inline;
  float: left;
  overflow: hidden;
}

#loopslider ul:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}

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

access

------------------------------------------- */
.top-access {
  padding: 10rem 0;
  background: url(../img/deco-3.png) no-repeat right 3rem bottom 3rem;
  background-size: 30rem auto;
}

.top-access .wrap {
  display: flex;
  align-items: flex-start;
  margin-bottom: 6rem;
}

.top-access .wrap>figure {
  width: 46%;
}

.top-access .wrap>dl {
  width: 54%;
  padding: 0 13rem 0 6rem;
}

@media screen and (max-width: 768px) {
  .top-access {
    padding: 8rem 3rem;
    background: url(../img/deco-3.png) no-repeat right 1rem bottom 1rem;
    background-size: 22rem auto;
  }

  .top-access .wrap {
    flex-direction: column;
    margin-bottom: 4rem;
  }

  .top-access .wrap>figure {
    width: 100%;
    margin-bottom: 1rem;
  }

  .top-access .wrap>dl {
    width: 100%;
    padding: 0;
  }
}

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

instagram

------------------------------------------- */
.top-insta {
  padding: 8rem 0;
  background: url(../img/texture-3.jpg) center top;
  background-size: 100% auto;
}

.top-insta .wrap {
  width: 80rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .top-insta {
    padding: 8rem 0;
  }

  .top-insta .wrap {
    width: auto;
    padding: 0 3rem;
  }
}

.CMS-INSTAGRAM-LIST {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.CMS-INSTAGRAM-LIST>* {
  width: calc((100% - 4rem) / 3);
}

.CMS-INSTAGRAM-LIST>*:nth-of-type(n + 7) {
  display: none;
}

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

layout

------------------------------------------- */
.container {
  margin: 8rem auto 10rem auto;
  width: 88rem;
}

@media screen and (max-width: 768px) {
  .container {
    margin: 8rem 3rem;
    width: auto;
  }
}

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

page-ttl

------------------------------------------- */
.page-ttl {
  background: url(../img/top-kv-1.jpg) no-repeat center/cover;
}

.page-ttl>div {
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 28rem;
  padding-top: 8rem;
}

.page-ttl h2 {
  color: #fff;
  font-size: 4rem;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .page-ttl>div {
    height: 18rem;
    padding-top: 0;
  }
}

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

concept

------------------------------------------- */
.container .wrap {
  display: flex;
  justify-content: space-between;
}

.container .wrap.reverse {
  flex-direction: row-reverse;
}

.container .wrap>figure {
  width: 35%;
}

.container .wrap>figure img {
  aspect-ratio: 3/2;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.container .wrap>div {
  width: 60%;
}

@media screen and (max-width: 768px) {
  .container .wrap {
    flex-direction: column;
  }

  .container .wrap.reverse {
    flex-direction: column;
  }

  .container .wrap>figure {
    width: 100%;
    margin-bottom: 2rem;
  }

  .container .wrap>div {
    width: 100%;
  }
}

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

menu

------------------------------------------- */
ul.lcmenu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 4rem;
}

ul.lcmenu li {
  flex: 1;
}

ul.lcmenu li a {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.8rem;
  padding-bottom: 0.1rem;
  white-space: nowrap;
}

ul.lcmenu li a.current {
  background: #005056;
  color: #fff;
}

dl.menu-list dt,
dl.menu-list dd,
dl.menu-list dt.var,
dl.menu-list dt.var+dd {
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  /* 下線カラー */
}

dl.menu-list dt:first-child,
dl.menu-list dt:first-child+dd {
  border-top: solid 1px rgba(0, 0, 0, 0.2);
  /* 上線カラー */
}

dl.menu-list dt:nth-of-type(odd),
dl.menu-list dt:nth-of-type(odd)+dd {
  background: rgba(0, 0, 0, 0.04);
  /* 背景色 */
}

dl.menu-list dt.var+dd dl dt:nth-of-type(odd) {
  background: none !important;
}

dl.menu-list dt.var+dd dl dt:nth-of-type(odd)+dd {
  background: none !important;
}

dl.menu-list {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  dl.menu-list {
    display: block;
  }
}

dl.menu-list dt {
  padding: 1.5rem;
  width: 70%;
}

dl.menu-list dt span {
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
}

dl.menu-list dd {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1.5rem;
  text-align: right;
  width: 30%;
}

@media screen and (max-width: 768px) {
  dl.menu-list dt {
    width: 100%;
    border-bottom: none;
    padding: 1.5rem 1.5rem 0 1.5rem;
  }

  dl.menu-list dt:first-child+dd {
    border-top: none;
  }

  dl.menu-list dd {
    width: 100%;
    border-top: none;
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}

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

gallery

------------------------------------------- */
.gallery-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.gallery-list li {
  width: calc((100% - 4rem) / 5);
}

.gallery-list li img {
  aspect-ratio: 1/1;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .gallery-list li {
    width: calc((100% - 3rem) / 4);
  }
}

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

takeout

------------------------------------------- */
.takeout h3 {
  background: #005056;
  color: #fff;
  font-family: "Kaisei Opti", serif;
  font-size: 2rem;
  text-align: center;
  line-height: 1;
  padding: 2rem 0 2.2rem 0;
  margin-bottom: 2.5rem;
}

.takeout-flow>ul {
  display: flex;
  gap: 1rem;
}

.takeout-flow>ul>li {
  background: #fff;
  flex: 1;
  border: solid 0.15rem #005056;
  padding: 2.5rem 1.5rem;
  position: relative;
}

.takeout-flow>ul .num {
  background: #005056;
  border-radius: 50%;
  width: 3.4rem;
  height: 3.4rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Oswald", sans-serif;
  font-size: 1.6rem;
  position: absolute;
  left: calc(50% - 2rem);
  top: -1.7rem;
  padding-left: 0.15rem;
}

.takeout-flow>ul dl dt {
  font-weight: bold;
  color: #005056;
  text-align: center;
  font-size: 1.7rem;
  line-height: 1.3;
  padding-top: 0.5rem;
  margin-bottom: 1.5rem;
}

.takeout-flow>ul dl dd {
  font-size: 1.2rem;
  color: #005056;
}

.takeout-flow>ul ul.note {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.takeout-flow>ul ul.note li {
  position: relative;
  padding-left: 1.5rem;
}

.takeout-flow>ul ul.note li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

.takeout-flow>ul ul.note li strong {
  font-weight: 500;
  background: #ffffa6;
}

.takeout-flow .flow2 ul {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.takeout-flow .flow2 ul li {
  border: solid 0.12em #005056;
  padding: 0.4rem 1rem;
}

.takeout-flow .flow3 i,
.takeout-flow .flow4 i {
  text-align: center;
  display: block;
  line-height: 1;
  font-size: 8rem;
  margin-top: 3rem;
}

@media screen and (max-width: 768px) {
  .takeout-flow>ul {
    flex-direction: column;
    gap: 3rem;
  }

  .takeout-flow>ul>li {
    flex: none;
    padding: 2.5rem;
  }

  .takeout-flow>ul .num {
    width: 4rem;
    height: 4rem;
    font-size: 1.8rem;
    left: calc(50% - 2rem);
    top: -2rem;
  }

  .takeout-flow>ul dl dt {
    font-size: 2rem;
  }

  .takeout-flow>ul dl dd {
    font-size: 1.4rem;
    color: #005056;
  }

  .takeout-flow .flow3 i,
  .takeout-flow .flow4 i {
    margin-top: 1.5rem;
  }
}

.takeout-step>ul {
  display: flex;
  flex-direction: column;
  gap: 9rem;
}

.takeout-step>ul>li {
  position: relative;
}

.takeout-step>ul>li:not(:last-child)::before {
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  box-sizing: border-box;
  border-right: solid 0.8rem #dc3200;
  border-bottom: solid 0.8rem #dc3200;
  transform: rotate(45deg);
  position: absolute;
  left: calc(50% - 1.25rem);
  bottom: -5.6rem;
}

.takeout-step>ul>li>div:nth-of-type(1) {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
  font-weight: bold;
  color: #005056;
  font-size: 2.2rem;
}

.takeout-step>ul>li>div:nth-of-type(1) span {
  background: #005056;
  color: #fff;
  border-radius: 10rem;
  line-height: 1;
  font-size: 1.6rem;
  padding: 0.5rem 2rem 0.7rem 2rem;
  margin-bottom: 0.5rem;
}

.takeout-step .step1 figure {
  margin-bottom: 2rem;
  display: flex;
  gap: 0.5rem;
}

.takeout-step .step1 figure>* {
  width: calc((100% - 4rem) / 9);
}

.takeout-step .step2 ul {
  width: 50%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  color: #005056;
}

.takeout-step .step2 ul li {
  width: calc((100% - 3rem) / 2);
}

.takeout-step .step2 ul dl {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.4;
  margin-top: 1rem;
}

.takeout-step .step3 ul {
  width: 70%;
  margin: 0 auto;
  border-top: solid 0.12rem #005056;
  border-bottom: solid 0.12rem #005056;
  font-size: 1.5rem;
}

.takeout-step .step3 ul li {
  padding: 1.5rem 2rem;
  display: flex;
  color: #005056;
}

.takeout-step .step3 ul li>span:nth-child(1) {
  width: 12rem;
  text-align: center;
  font-weight: bold;
}

.takeout-step .step3 ul li>span:nth-child(2) {
  width: calc(100% - 12rem);
}

.takeout-step .step3 ul li:not(:last-child) {
  border-bottom: dashed 0.1rem #005056;
}

.takeout-menu {
  display: flex;
  gap: 2rem;
}

.takeout-menu>* {
  flex: 1;
}

.takeout-menu ul {
  border-top: solid 0.12rem #005056;
  border-bottom: solid 0.12rem #005056;
}

.takeout-menu ul li {
  padding: 1rem 0;
  color: #005056;
}

.takeout-menu ul li:not(:last-child) {
  border-bottom: dashed 0.1rem #005056;
}

.takeout-menu ul dl {
  display: flex;
}

.takeout-menu ul dl>* {
  width: 50%;
}

.takeout-menu ul dl dt {
  padding-left: 2rem;
}

.takeout-menu ul dl dd {
  text-align: right;
  padding-right: 2rem;
}

.takeout-menu span.note {
  display: block;
  margin-top: 1rem;
  font-size: 1rem;
  text-align: right;
  color: #005056;
}

@media screen and (max-width: 768px) {
  .takeout-step>ul>li>div:nth-of-type(1) {
    text-align: center;
    line-height: 1.4;
  }

  .takeout-step .step1 figure {
    margin-bottom: 2.5rem;
    flex-wrap: wrap;
    gap: 1rem;
  }

  .takeout-step .step1 figure>* {
    width: calc((100% - 2rem) / 3);
  }

  .takeout-step .step2 ul {
    width: 100%;
  }

  .takeout-step .step3 ul {
    width: 100%;
  }

  .takeout-step .step3 ul li>span:nth-child(1) {
    width: 8rem;
  }

  .takeout-step .step3 ul li>span:nth-child(2) {
    width: calc(100% - 8rem);
  }

  .takeout-menu {
    flex-direction: column;
    gap: 0;
  }

  .takeout-menu>* {
    flex: none;
    width: 100%;
  }

  .takeout-menu>div:first-of-type ul {
    border-bottom: dashed 0.1rem #005056;
  }

  .takeout-menu>div:last-of-type ul {
    border-top: none;
  }

  .takeout-menu ul dl dt {
    padding-left: 1rem;
  }

  .takeout-menu ul dl dd {
    padding-right: 1rem;
  }
}

/*# sourceMappingURL=style.css.map */