@charset "UTF-8";

/*  ----------------------------------------------------------
header
----------------------------------------------------------  */

.header {
  align-items: center;
  background: var(--brw);
  display: flex;
  height: 9rem;
  justify-content: space-between;
  padding: 0 5% 0 5rem;
  width: 100%;
}

.header_logo {
  height: auto;
  width: 11rem;
}

/*  ----------------------------------------------------------
gnav
----------------------------------------------------------  */

.gnav_menu {
  align-items: flex-start;
  display: flex;
  gap: 4rem;
  justify-content: center;
}

.gnav_menu li a {
  color: #fff;
  display: block;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
  text-align: center;
}

.gnav_menu li a span {
  display: block;
  font-size: 1.1rem;
  line-height: 1.25;
  margin-top: 0.5rem;
}

.gnav_menu li:last-of-type i {
  font-size: 2.5rem;
}

/*  ----------------------------------------------------------
hamburger
----------------------------------------------------------  */

.gnav-sp {
  -webkit-overflow-scrolling: touch;
  background: url(../img/texture1.jpg) repeat center center/100% auto;
  bottom: 0;
  display: block;
  opacity: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -9999;
}

.gnav-sp nav {
  width: 100%;
}

.gnav-sp .wrap {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}

.gnav-sp-menu li {
  color: var(--brw);
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 1rem;
  text-align: center;
}

.gnav-sp-menu li span {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 0.6em;
  text-align: center;
}

.gnav-sp-menu li a {
  display: block;
  padding: 1.2rem 0;
  white-space: nowrap;
}

.gnav-sp-menu li:last-of-type {
  font-size: 3rem;
}

/* toggle */

.toggle-btn {
  background: var(--org);
  cursor: pointer;
  display: block;
  height: 6rem;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.5s;
  width: 6rem;
  z-index: 100000;
}

.toggle-btn span {
  background-color: #fff;
  display: block;
  height: 0.2rem;
  left: 2rem;
  position: absolute;
  transition: all 0.4s;
  width: 2rem;
}

.toggle-btn span:nth-child(1) {
  top: 1.9rem;
}

.toggle-btn span:nth-child(2) {
  top: 2.7rem;
}

.toggle-btn span:nth-child(3) {
  top: 3.5rem;
}

/* open */

.open .gnav-sp {
  display: block;
  opacity: 1;
  top: 0;
  z-index: 99999;
}

.open .toggle-btn span:nth-child(1) {
  transform: translateY(0.8rem) rotate(-45deg);
}

.open .toggle-btn span:nth-child(2) {
  opacity: 0;
}

.open .toggle-btn span:nth-child(3) {
  transform: translateY(-0.8rem) rotate(45deg);
}

/* mask */

#mask {
  display: none;
  transition: all 0.5s;
}

.open #mask {
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}

/*  ----------------------------------------------------------
footer
----------------------------------------------------------  */

.footer {
  background: var(--brw);
  padding: 4rem 0 2rem;
}

.footer_nav {
  align-items: flex-start;
  display: flex;
  gap: 3rem;
  justify-content: center;
}

.footer_nav li a {
  color: #fff;
  display: block;
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
  width: 100%;
}

.footer_nav li a span {
  display: block;
  font-size: 1.2rem;
  margin-top: 1rem;
}

.footer_nav li:last-of-type a {
  font-size: 3.2rem;
}

.footer_logo {
  height: auto;
  margin: 7rem auto 7rem;
  width: 18rem;
}

.footer_copyright {
  color: #fff;
  display: block;
  font-size: 1.4rem;
  text-align: center;
}

main {
  overflow: hidden;
}

.top-container {
  margin: 0 auto;
  max-width: 116rem;
  padding: 0 3rem;
}

.top-wrap {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

.top-wrap.ycenter {
  align-items: center;
}

.top-wrap.xcenter {
  justify-content: center;
}

.top-wrap.rev {
  flex-direction: row-reverse;
}

.preparation {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 5rem 0;
  text-align: center;
}

/*  ----------------------------------------------------------
more
----------------------------------------------------------  */

.more {
  margin-left: auto;
  margin-right: auto;
  width: -moz-max-content;
  width: max-content;
}

.more a {
  align-items: center;
  background: url(../img/more-org.png) no-repeat center center/contain;
  display: flex;
  font-weight: 700;
  height: 5rem;
  justify-content: center;
  letter-spacing: 0.13em;
  width: 18.5rem;
}

.more-wht a {
  background: url(../img/more-wht.png) no-repeat center center/contain;
}

/*  ----------------------------------------------------------
top-heading
----------------------------------------------------------  */

.top-heading {
  background: url(../img/heading_deco-brw.png) no-repeat center top/17rem auto;
  color: var(--brw);
  font-size: 2.8rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1;
  padding-top: 5rem;
  text-align: center;
}

.top-heading span {
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.11em;
  line-height: 1.25;
  margin-bottom: 0.8rem;
}

.top-heading-wht {
  background-image: url(../img/heading_deco-wht.png);
  color: #fff;
}

/*  ----------------------------------------------------------
loop slider 
----------------------------------------------------------  */

#loopslider {
  height: 280px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 100%;
}

#loopslider ul {
  display: inline-block;
  height: 280px;
  margin: 0 !important;
  overflow: hidden;
  padding: 0 !important;
}

#loopslider ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

#loopslider ul li {
  display: inline;
  float: left;
  height: 280px;
  overflow: hidden;
  width: 390px;
}

#loopslider ul img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  padding: 0 0px;
  width: 100%;
}

/*  ----------------------------------------------------------
news 
----------------------------------------------------------  */

.CMS-NEWS-INDEX {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.CMS-NEWS-INDEX .page-news {
  row-gap: 5rem;
}

.CMS-NEWS-INDEX::after {
  content: "";
  display: block;
  width: 32%;
}

.page-news .CMS-NEWS-INDEX {
  margin-bottom: 4rem;
  padding-bottom: 8rem;
  position: relative;
}

.CMS-NEWS-ITEM {
  width: 32%;
}

.top .CMS-NEWS-ITEM {
  color: #000;
}

.page-news .CMS-NEWS-ITEM {
  margin-bottom: 5rem;
}

.CMS-NEWS-THUMBNAIL {
  -o-object-fit: cover;
  aspect-ratio: 320/200;
  margin-bottom: 2rem;
  object-fit: cover;
  width: 100%;
}

.CMS-NEWS-TIME {
  border-bottom: 1px solid #5a2900;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  margin-bottom: 0.7rem;
  padding-bottom: 0.8rem;
}

.page-news .CMS-NEWS-TIME {
  letter-spacing: 0.1em;
}

.CMS-NEWS-LINK {
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.53;
  width: 100%;
}

.CMS-NEWS-MORE-READ {
  background: var(--org);
  border: 2px solid var(--org);
  bottom: 0;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  left: 50%;
  padding: 2rem 0;
  position: absolute;
  text-align: center;
  transform: translate(-50%, 0);
  transition: all 0.3s;
  width: 28rem;
}

.CMS-NEWS-MORE-READ:hover {
  opacity: 0.7;
}

.top-news .CMS-NEWS-MORE-READ {
  display: none;
}

.CMS-NEWS-TITLE {
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 3rem;
  padding: 1rem 0 1.5rem 0;
  position: relative;
}

.CMS-NEWS-TITLE:after {
  border-bottom: solid 4px var(--org);
  bottom: -2px;
  content: " ";
  display: block;
  position: absolute;
  width: 25%;
}

.CMS-NEWS-CONTENT {
  color: #000;
}

.CMS-NEWS-CONTENT img {
  display: block;
  height: auto;
  margin: 4rem auto;
  width: 70%;
}

/*  ----------------------------------------------------------
instagram
----------------------------------------------------------  */

.CMS-INSTAGRAM-LIST {
  display: grid;
  gap: 1.5rem;
  grid-template: 1fr 1fr/1fr 1fr 1fr;
}

.CMS-INSTAGRAM-LIST > * img {
  -o-object-fit: cover;
  aspect-ratio: 28/27;
  object-fit: cover;
  width: 100%;
}

.CMS-INSTAGRAM-LIST > *:nth-of-type(n+7) {
  display: none;
}

/*=============== fixed-btn ===========*/

.fixed-btn {
  width: 8rem;
}

.fixed-btn a {
  display: block;
}

.fixed-btn img {
  width: 100%;
}

.fixed-btn__wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}

.fixed-btn--2 {
  text-align: center;
}

.fixed-btn--2 span {
  display: block;
  font-weight: 700;
  line-height: 1;
}

.fixed-btn--2 span:first-of-type {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}

/*============================
	takeout
============================*/

.cms_c__modal_window {
  z-index: 10000;
}

.cms_takeout__item_list ol {
  display: flex;
  flex-direction: column;
  height: auto;
  justify-content: flex-start;
  width: 26%;
}

.cms_takeout__item_list ul {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.cms_takeout__item_list ul li {
  height: auto;
  width: 26%;
}

.cms_takeout__item_list ul li:nth-last-child(1) {
  margin-right: 0;
  width: 100%;
}

.cms_takeout__item_list ul li:not(:nth-child(3)) {
  margin-right: 5%;
}

.cms_takeout__item_list .cms_takeout__item_list--item_name {
  flex: 1;
  margin-left: 5rem;
  order: 2;
  position: relative;
}

.cms_takeout__item_list .cms_takeout__item_list--item {
  display: flex !important;
  padding: 30px 0;
}

.cms_takeout__item_list .cms_takeout__item_list--item.-hasimage {
  padding-right: 0 !important;
  width: 100%;
}

.cms_takeout__item_list .cms_takeout__item_list--item:not(:last-child) {
  width: 100%;
}

.cms_takeout__item_list .cms_takeout__item_list--item_image {
  display: block;
  height: 150px;
  max-height: initial;
  order: 1;
  width: 150px;
}

.cms_takeout__item_list .cms_takeout__item_list--item_image img {
  -o-object-fit: cover;
  display: block;
  height: 100% !important;
  object-fit: cover;
  width: 100% !important;
}

.cms_takeout__item_list .cms_takeout__item_list--item_image {
  overflow: initial;
  position: relative !important;
  top: 0 !important;
}

.cms_takeout__item_list .cms_takeout__item_list--item_description {
  display: none;
  position: absolute;
  top: 380px;
}

.cms_takeout__item_list .cms_takeout__item_list--item_price {
  height: 20px;
  order: 3;
  right: 0;
  text-align: right;
}

.cms_takeout__modal_window .cms_takeout__modal_window--button_back {
  color: #ffffff !important;
}

.cms_takeout__modal_window .cms_takeout__modal_window--button_container.not-fixed {
  margin: 0;
  padding: 10px 20px !important;
}

body.-cms_takeout__modal_window_active .cms_takeout__modal_window--close-button {
  padding: 5px 10px;
}

/*============================
	plivacy
============================*/

.privacy {
  background: #fff;
  border: 2px solid #000;
  font-family: var(--noto);
  font-size: 1.4rem;
  height: 500px;
  margin: 0 auto 5rem;
  overflow: auto;
  padding: 40px 20px;
  width: auto;
}

.privacy h2 {
  font-size: 1.8rem;
  margin-bottom: 2rem;
}

.privacy h3 {
  font-size: 1.6rem;
  margin-top: 2rem;
}

.privacy ul li {
  list-style-position: inside;
  list-style-type: disc;
  padding-left: 1rem;
}

.privacy_notes {
  font-family: var(--noto);
  font-size: 1.4rem;
  padding: 30px 0;
}

.legal-notice {
  font-family: var(--noto);
}

/*  ----------------------------------------------------------
mainvisual
----------------------------------------------------------  */

.top-kv {
  align-items: center;
  background: #000;
  display: flex;
  height: calc(48vw - 9rem);
  justify-content: center;
  position: relative;
}

.top-kv_box {
  background: rgba(255, 255, 255, 0.7);
  display: inline-block;
  padding: 2rem 5em;
  position: absolute;
  z-index: 5;
}

.top-kv_catch {
  color: var(--brw);
  font-family: var(--ttl);
  font-size: 4rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.43;
  text-align: center;
}

#main {
  height: 100%;
  position: relative;
  width: 100%;
}

/*=============== top-news ===========*/

.top-news {
  background-image: url(../img/news_deco1.png), url(../img/news_deco2.png), url(../img/news_deco3.png), url(../img/news_deco4.png), url(../img/texture1.jpg);
  background-position: left 3rem top 2.5rem, right 3rem top 2.5rem, left 3rem bottom 2.5rem, right 3rem bottom 2.5rem, center top;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat;
  background-size: min(9%, 13rem) auto, min(9%, 13rem) auto, min(9%, 13rem) auto, min(9%, 13rem) auto, 100% auto;
  padding: 14.5rem 0 18rem;
}

.top-news_wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.top-news_left {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 7rem;
  width: 21rem;
}

.top-news_body {
  color: #fff;
  width: calc(100% - 26rem);
}

/*=============== top-policy ===========*/

.top-policy {
  background: url(../img/texture2.jpg) repeat center top/100% auto;
  padding: 7.5rem 0 6.5rem;
  position: relative;
}

.top-policy_upper {
  align-items: end;
  display: grid;
  gap: 5%;
  grid-template-columns: 34rem 1fr;
  margin-bottom: 7rem;
  margin-right: calc(50% - 50vw);
  position: relative;
}

.top-policy_imgs {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
}

.top-policy_bottom {
  margin-left: calc(50% - 50vw);
  position: relative;
}

.top-policy_img {
  margin-left: -6rem;
  position: absolute;
  width: min(60%, 76rem);
}

.top-policy_body {
  margin: 0 0 0 auto;
  padding-top: 2rem;
  width: 38%;
}

.top-policy_ttl {
  margin-bottom: 5rem;
}

.top-policy_ttl span {
  background: #f1e6d5;
  color:var(--brw);
  display: block;
  font-size: 2.8rem;
  font-weight: 700;
  padding: 1.5rem 6rem 1.5rem 2rem;
  width: -moz-max-content;
  width: max-content;
}

.top-policy_ttl span:nth-of-type(1) {
  margin: 0 0 0.7rem -1.5em;
}

.top-policy_txt {
  letter-spacing: 0.15em;
  line-height: 2.1;
}

.top-policy .more {
  margin: 4rem auto 0 0;
}

/*=============== top-menu ===========*/

.top-menu {
  background-image: url(../img/menu_deco1.png), url(../img/menu_deco2.png), url(../img/menu_deco3.png), url(../img/texture1.jpg);
  background-position: left 4rem top 14rem, right 6.5rem bottom 7rem, right top, center top;
  background-repeat: no-repeat, no-repeat, no-repeat, repeat;
  background-size: min(17%, 24.5rem) auto, min(17%, 24.5rem) auto, min(56%, 80.6rem) auto, 100% auto;
  padding: 18rem 0 15.5rem;
}

.top-menu_wrap {
  align-items: stretch;
  display: flex;
  justify-content: space-between;
  margin-bottom: 4rem;
}

.top-menu_left {
  position: relative;
  width: 35%;
}

.top-menu_inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: left;
  margin-top: 8rem;
}

.top-menu .top-heading {
  margin: 0 5rem 0 auto;
  width: -moz-max-content;
  width: max-content;
}

.top-menu_catch {
  color: var(--brw);
  font-size: 2.8rem;
  height: -moz-max-content;
  height: max-content;
  line-height: 1.75;
  margin-left: 3rem;
  text-indent: -1em;
  writing-mode: vertical-rl;
}

.top-menu_text {
  color: #000;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  line-height: 2.11;
  writing-mode: vertical-rl;
}

.top-menu_right {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin-top: 16rem;
  position: relative;
  position: relative;
  width: 60%;
}

.top-menu_cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 8rem;
  position: relative;
  row-gap: 6rem;
  z-index: 0;
}

.top-menu_cards li {
  width: 47.5%;
}

.top-menu_img {
  margin-bottom: 3rem;
  position: relative;
}

.top-menu_right img:first-of-type,
.top-menu_img img:first-of-type {
  position: absolute;
  right: 1.5rem;
  top: 0;
  transform: translateY(-10%);
  width: 11rem;
}

.top-menu_ttl {
  color: var(--brw);
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.top-menu_txt {
  color: #000;
  line-height: 2.1;
}

/*=============== top-online ===========*/

.top-online {
  background: url(../img/online_bg.jpg) no-repeat center center/cover;
  padding: 6rem 0 7rem;
  position: relative;
}

.top-online::after {
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(222, 213, 205) 15.09%, rgb(176, 152, 133) 38.49%, rgb(139, 105, 76) 59.54%, rgb(112, 70, 35) 77.45%, rgb(96, 49, 9) 91.51%, rgb(90, 41, 0) 100%);
  content: "";
  display: block;
  height: 100%;
  mix-blend-mode: multiply;
  opacity: 0.9;
  position: absolute;
  right: 0;
  top: 0;
  width: 65%;
  z-index: 0;
}

.top-online_inner {
  margin: 0 0 0 auto;
  position: relative;
  width: 40%;
  z-index: 5;
}

.top-online_txt {
  letter-spacing: 0.2em;
  line-height: 2;
  margin: 3rem 0 5rem;
}

/*=============== top-gallery ===========*/

.top-gallery {
  background: url(../img/texture2.jpg) repeat center top/100% auto;
  padding: 10rem 0 15rem;
}

.top-gallery_wrap {
  display: grid;
  grid-template-columns: 1fr 2fr;
}

.top-gallery .top-heading {
  margin-bottom: 6rem;
}

.top-gallery_ttl {
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 3rem;
}

.top-gallery_txt {
  color: #fff;
  letter-spacing: 0.2em;
}

.top-gallery #loopslider {
  margin: 7rem calc(50% - 50vw) 0 0;
  width: auto;
}

/*=============== top-access ===========*/

.top-access {
  background-image: url(../img/access_deco1.png), url(../img/texture1.jpg);
  background-position: center top, center top;
  background-repeat: no-repeat, repeat;
  background-size: 100% auto, 100% auto;
  padding: 12.5rem 0 15rem;
}

.top-access_wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-left: calc(50% - 50vw);
  margin-top: 9rem;
  position: relative;
}

.top-access_img {
  width: 51%;
}

.top-access_body {
  width: 43%;
}

.top-access_list {
  align-items: stretch;
  color: #000;
  display: flex;
  flex-wrap: wrap;
}

.top-access_list dt,
.top-access_list dd {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  padding: 2.5rem 0;
}

.top-access_list dt:last-of-type,
.top-access_list dd:last-of-type {
  border-bottom: none;
}

.top-access_list dt {
  padding-left: 1em;
  width: 30%;
}

.top-access_list dd {
  width: 70%;
}

.top-access_list dd span {
  display: inline-block;
}

.top-access .more {
  margin: 6rem auto 0 0;
}

.top-access_map iframe {
  height: 42rem;
  width: 100%;
}

/*=============== top-insta ===========*/

.top-insta {
  background: url(../img/texture2.jpg) repeat center top/100% auto;
  padding: 7rem 0;
}

.top-insta_inner {
  background-image: url(../img/insta_deco1.png), url(../img/insta_deco2.png);
  background-position: center top, center bottom;
  background-repeat: repeat-x, repeat-x;
  background-size: 13.6rem auto, 13.6rem auto;
  margin: 0 auto;
  padding: 12rem 0 20rem;
  width: 76%;
}

.top-insta_wrap {
  margin: 8rem auto 0;
  max-width: 87rem;
}

/*=============== top-sister ===========*/

.top-sister {
  background: url(../img/sister_bg.jpg) repeat center top/100% auto;
  padding: 3rem 0 3.5rem;
}

.top-sister_box {
  aspect-ratio: 1150/827;
  background: url(../img/sister_box.png) no-repeat center center/contain;
  margin: 0 auto;
  max-width: 57.5rem;
  padding: 6rem 0 4rem;
}

.top-sister_txt {
  margin: 2rem 0;
  text-align: center;
}

.top-sister_right {
  background: #fff;
}

.top-sister_rightinner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: right;
  margin: 0 auto 0 0;
  max-width: 42.6rem;
  padding-right: 3rem;
}

.top-sister_btn {
  max-width: 34rem;
}

/*=============== page-sister ===========*/

.page-sister .more {
  color: #fff;
  margin-top: 8rem;
}

/*=============== page-online ===========*/

.cms_takeout__item_list .cms_takeout__item_list--item:not(:last-child) {
  border-color: rgba(0, 0, 0, 0.3) !important;
}

.cms_takeout__common_button {
  font-family: inherit;
  font-size: 1.8rem;
  font-weight: 600;
}

@media screen and (max-width: 1400px) {
  /* Wider than xxl-size */
}

@media screen and (max-width: 1200px) {
  /* Wider than xl-size */

  .fixed-btn {
    width: 7rem;
  }

  .top-news {
    background-position: left 1rem top 2.5rem, right 1rem top 2.5rem, left 1rem bottom 2.5rem, right 1rem bottom 2.5rem, center top;
  }

  .top-policy_imgs {
    gap: 1rem;
  }

  .top-menu {
    background-position: left 4rem top 4rem, right 6.5rem bottom 7rem, right top, center top;
  }

  .top-access {
    background-position: center top, center top;
  }
}

@media screen and (max-width: 992px) {
  /* Wider than lg-size */

  .page-news .CMS-NEWS-ITEM {
    width: 48%;
  }
}

@media screen and (max-width: 767px) {
  /* Wider than md-size */

  .header {
    background: none;
    height: 6rem;
    left: 0;
    padding: 0;
    position: absolute;
    top: 0;
    z-index: 5;
  }

  .header_logo {
    background: var(--brw);
    left: 0;
    padding: 1rem;
    position: absolute;
    top: 0;
    width: 12rem;
  }

  .footer {
    padding: 4rem 0 6rem;
  }

  .footer_nav {
    align-items: center;
    flex-direction: column;
    gap: 3rem;
    margin-bottom: 1rem;
    padding-right: 0;
  }

  .footer_nav li a span {
    margin-top: 0.5rem;
  }

  .footer_logo {
    margin: 4rem auto;
    width: 15rem;
  }

  .top-container {
    margin: 0 5%;
    padding: 0;
  }

  .top-wrap {
    flex-direction: column;
  }

  .top-wrap.rev {
    flex-direction: column;
  }

  .top-wrap.mdrev {
    flex-direction: column-reverse;
  }

  .preparation {
    font-size: 2.4rem;
  }

  .top-heading {
    background-size: 12rem auto;
    font-size: 1.8rem;
    padding-top: 3.8rem;
  }

  .top-heading span {
    font-size: 1.4rem;
    margin-bottom: 0.2rem;
  }

  #loopslider {
    height: 129px;
    margin: 0 auto;
  }

  #loopslider ul {
    height: 129px;
  }

  #loopslider ul li {
    height: 129px;
    width: 180px;
  }

  .CMS-NEWS-INDEX .page-news {
    row-gap: 2rem;
  }

  .top .CMS-NEWS-ITEM {
    margin: 0 auto 5rem;
    max-width: 50rem;
    width: 100%;
  }

  .CMS-NEWS-CONTENT img {
    width: 100%;
  }

  .CMS-INSTAGRAM-LIST {
    gap: 1rem;
  }

  .fixed-btn {
    background: var(--grn);
    display: flex;
    justify-content: center;
    padding: 0.2rem;
    width: 50%;
  }

  .fixed-btn a {
    align-items: center;
    color: #fff;
    display: flex;
    gap: 1rem;
    justify-content: center;
  }

  .fixed-btn img {
    width: 2.5rem;
  }

  .fixed-btn__wrapper {
    bottom: 0;
    flex-direction: row;
    gap: 0;
    left: 0;
    top: auto;
    transform: none;
    width: 100%;
  }

  .fixed-btn--1 {
    border-right: 2px solid #fff;
  }

  .fixed-btn--1 span:first-of-type {
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
  }

  .fixed-btn--1 span:last-of-type {
    display: flex;
    font-size: 1.8rem;
    font-weight: 700;
    gap: 0.5rem;
    letter-spacing: 0.05em;
    text-decoration: underline;
  }

  .fixed-btn--1 span:last-of-type::before {
    aspect-ratio: 1/1;
    background: url(../img/icn-tel.png) no-repeat center/contain;
    content: "";
    display: inline-block;
    position: relative;
    width: 2.3rem;
  }

  .cms_takeout__item_list .cms_takeout__item_list--item {
    display: flex !important;
    margin-right: 0;
    padding: 30px 0;
    width: 100% !important;
  }

  .cms_takeout__item_list .cms_takeout__item_list--item.-hasimage {
    margin-right: 0;
    width: 100% !important;
  }

  .cms_takeout__item_list .cms_takeout__item_list--item_image {
    height: 100px;
    margin: 0 2rem 0 0;
    width: 100px;
  }

  .cms_takeout__cart--input_group:nth-of-type(5) p::after {
    margin-top: 30px !important;
  }

  .privacy {
    font-size: 1.4rem;
    padding: 20px 20px;
    width: 100%;
  }

  .top-kv {
    align-items: flex-end;
    height: 32rem;
    justify-content: right;
  }

  .top-kv_box {
    padding: 1rem 1em;
  }

  .top-kv_catch {
    font-size: 2rem;
    text-align: left;
  }

  .top-news {
    background-position: left 1rem top 1.5rem, right 1rem top 1.5rem, left 1rem bottom 1.5rem, right 1rem bottom 1.5rem, center top;
    background-size: min(20%, 10rem) auto, min(20%, 10rem) auto, min(20%, 10rem) auto, min(20%, 10rem) auto, 100% auto;
    padding: 6rem 0;
  }

  .top-news .top-heading {
    margin: 0 auto 3rem;
  }

  .top-news_wrap {
    align-items: center;
    flex-direction: column;
  }

  .top-news_left {
    width: 100%;
  }

  .top-news_body {
    width: 100%;
  }

  .top-policy {
    padding: 4rem 0 6rem;
  }

  .top-policy_upper {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    justify-content: center;
    margin: 0 0 4rem 0;
  }

  .top-policy_heading {
    margin: 0 auto;
    width: 16rem;
  }

  .top-policy_bottom {
    display: flex;
    flex-direction: column-reverse;
    gap: 3rem;
    margin-left: 0;
  }

  .top-policy_img {
    margin: 0 auto;
    max-width: 50rem;
    position: static;
    width: 100%;
  }

  .top-policy_body {
    margin: 0;
    padding-top: 0;
    width: 100%;
  }

  .top-policy_ttl {
    margin-bottom: 3rem;
  }

  .top-policy_ttl span {
    font-size: 2rem;
    padding: 0.5rem 2rem;
  }

  .top-policy_ttl span:nth-of-type(1) {
    margin: 0 0 0.5rem 0;
  }

  .top-policy_ttl span:nth-of-type(2) {
    margin-left: 1.5em;
  }

  .top-policy_txt {
    letter-spacing: 0.1em;
    line-height: 1.8;
  }

  .top-policy .more {
    margin: 3rem auto 0;
  }

  .top-menu {
    background-position: left 1rem top 2rem, right 1rem bottom 2rem, right top, center top;
    background-size: min(28%, 18rem) auto, min(28%, 18rem) auto, min(50%, 32rem) auto, 100% auto;
    padding: 6rem 0;
  }

  .top-menu_wrap {
    flex-direction: column-reverse;
    gap: 3rem;
    margin: 4rem 0;
  }

  .top-menu_left {
    width: 100%;
  }

  .top-menu_inner {
    flex-direction: column;
    gap: 2rem;
    margin-top: 0;
  }

  .top-menu .top-heading {
    margin: 0 auto;
  }

  .top-menu_catch {
    font-size: 2.2rem;
    line-height: 1.5;
    margin-left: 0;
    text-indent: 0;
    writing-mode: horizontal-tb;
  }

  .top-menu_text {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 1.8;
    writing-mode: horizontal-tb;
  }

  .top-menu_right {
    gap: 2rem;
    margin: 0 auto;
    max-width: 50rem;
    width: 100%;
  }

  .top-menu_cards {
    margin-bottom: 4rem;
    row-gap: 4rem;
  }

  .top-menu_cards li {
    width: 100%;
  }

  .top-menu_img {
    margin: 0 auto;
    margin-bottom: 2rem;
    max-width: 50rem;
  }

  .top-menu_right img:first-of-type,
  .top-menu_img img:first-of-type {
    width: 9rem;
  }

  .top-menu_ttl {
    font-size: 2.2rem;
  }

  .top-menu_txt {
    line-height: 1.8;
  }

  .top-online::after {
    background: linear-gradient(45deg, rgb(255, 255, 255) 0%, rgb(222, 213, 205) 15.09%, rgb(176, 152, 133) 38.49%, rgb(139, 105, 76) 59.54%, rgb(112, 70, 35) 77.45%, rgb(96, 49, 9) 91.51%, rgb(90, 41, 0) 100%);
    width: 100%;
  }

  .top-online_inner {
    margin: 0 auto;
    max-width: 50rem;
    width: 100%;
  }

  .top-gallery {
    padding: 6rem 0;
  }

  .top-gallery_wrap {
    grid-template-columns: 1fr;
  }

  .top-gallery .top-heading {
    margin-bottom: 3rem;
  }

  .top-gallery_ttl {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }

  .top-gallery #loopslider {
    margin: 4rem calc(50% - 50vw) 5rem;
  }

  .top-access {
    padding: 6rem 0 3rem;
  }

  .top-access_wrap {
    flex-direction: column;
    gap: 4rem;
    justify-content: center;
    margin: 3rem 0 0;
  }

  .top-access_img {
    margin: 0 auto;
    max-width: 50rem;
    width: 100%;
  }

  .top-access_body {
    margin: 0 auto;
    max-width: 50rem;
    width: 100%;
  }

  .top-access_list dt {
    border-bottom: none;
    font-weight: 700;
    padding: 1.2rem 0 0;
    position: relative;
    width: 100%;
  }

  .top-access_list dt:before {
    content: "◆";
    margin-right: 0.5em;
  }

  .top-access_list dd {
    padding: 0 0 1.2rem 0;
    width: 100%;
  }

  .top-access .more {
    margin: 3rem auto 0;
  }

  .top-access_map iframe {
    height: 25rem;
  }

  .top-insta {
    padding: 4rem 0;
  }

  .top-insta_inner {
    background-size: 7rem auto, 7rem auto;
    padding: 4rem 0 6rem;
    width: 90%;
  }

  .top-insta_wrap {
    margin: 4rem auto 0;
  }

  .top-sister_box {
    align-items: center;
    aspect-ratio: 827/1150;
    background: url(../img/sister_box-sp.png) no-repeat center center/contain;
    display: flex;
    justify-content: center;
    max-width: 40rem;
  }

  .top-sister_txt {
    margin: 3rem 0 4rem;
  }
}

@media screen and (max-width: 575px) {
  /* Wider than sm-size */

  .page-news .CMS-NEWS-ITEM {
    width: 100%;
  }

  .page-news .CMS-NEWS-ITEM:last-of-type {
    margin-bottom: 5rem;
  }
}

.menu-day{
    text-align: right;
}