@charset "UTF-8";

/*  ----------------------------------------------------------
header
----------------------------------------------------------  */

.header {
  align-items: center;
  color: #fff;
  display: flex;
  justify-content: space-between;
  left: 0;
  padding: 0 5%;
  position: absolute;
  top: 3rem;
  width: 100%;
  z-index: 10;
}

.header_logo {
  font-family: var(--eng);
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.13em;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}

/*  ----------------------------------------------------------
gnav
----------------------------------------------------------  */

.gnav_menu {
  align-items: center;
  display: flex;
  gap: 4rem;
  justify-content: center;
}

.gnav_menu li a {
  color: #fff;
  font-family: var(--eng);
  font-size: 1.6rem;
  letter-spacing: 0.13em;
  padding: 0.5rem;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
}

.gnav_menu li:last-of-type i {
  font-size: 2rem;
}

/*  ----------------------------------------------------------
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 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 2rem;
  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(--gry);
  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: #fff;
  padding: 4.5rem 0 2rem;
}

.footer_nav {
  align-items: center;
  display: flex;
  gap: 4rem;
  justify-content: center;
  margin-bottom: 6.5rem;
}

.footer_nav li a {
  display: block;
  font-family: var(--eng);
  font-size: 1.6rem;
  letter-spacing: 0.13em;
  width: 100%;
}

.footer_nav li:last-of-type a {
  font-size: 2rem;
}

.footer_logo {
  font-family: var(--eng);
  font-size: 2.8rem;
  letter-spacing: 0.13em;
  margin-bottom: 8.5rem;
  text-align: center;
}

.footer_copyright {
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0.13em;
  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 {
  display: block;
  display: flex;
  font-weight: 300;
  letter-spacing: 0.16em;
  position: relative;
}

.more a::after {
  aspect-ratio: 114/48;
  background: url(../img/more_arw-bk.png) no-repeat center center/contain;
  content: "";
  display: inline-block;
  margin-bottom: 0.3rem;
  margin-left: 0.7rem;
  position: relative;
  width: 5.7rem;
}

.more-wht a {
  color: #fff;
}

.more-wht a::after {
  background-image: url(../img/more_arw-wht.png);
}

/*  ----------------------------------------------------------
top-heading
----------------------------------------------------------  */

.top-heading {
  font-family: var(--eng);
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1;
  text-align: center;
}

.top-heading span {
  display: block;
  font-family: var(--noto);
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.13em;
  margin-top: 0.7rem;
}

/*  ----------------------------------------------------------
loop slider 
----------------------------------------------------------  */

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

#loopslider ul {
  display: inline-block;
  height: 227px;
  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: 227px;
  overflow: hidden;
  width: 311px;
}

#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;
  margin-bottom: 6rem;
}

.CMS-NEWS-INDEX::after {
  content: "";
  display: block;
  width: 30.5%;
}

.page-news .CMS-NEWS-INDEX {
  margin-bottom: 4rem;
  padding-bottom: 8rem;
  position: relative;
}

.CMS-NEWS-ITEM {
  width: 32%;
}

.page-news .CMS-NEWS-ITEM {
  margin-bottom: 5rem;
}

.CMS-NEWS-THUMBNAIL {
  -o-object-fit: cover;
  aspect-ratio: 320/200;
  margin-bottom: 2.5rem;
  object-fit: cover;
  width: 100%;
}

.CMS-NEWS-TIME {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  margin-bottom: 1rem;
  padding-bottom: 0.8rem;
}

.page-news .CMS-NEWS-TIME {
  letter-spacing: 0.1em;
}

.CMS-NEWS-LINK {
  font-weight: 400;
  line-height: 1.53;
  width: 100%;
}

.CMS-NEWS-MORE-READ {
  background: var(--gry);
  border: 2px solid var(--gry);
  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(--gry);
  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: 1/1;
  object-fit: cover;
  width: 100%;
}

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

/*=============== fixed-btn ===========*/

.fixed-btn {
  background: var(--gry);
  border-bottom-left-radius: 16px;
  border-top-left-radius: 16px;
  color: #fff;
  padding: 1.5rem 0.2rem 1.5rem 0.7rem;
  position: fixed;
  right: 0;
  top: 18%;
  z-index: 99;
}

.fixed-btn__inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}

.fixed-btn__inner span:first-of-type {
  letter-spacing: 0.18em;
  writing-mode: vertical-rl;
}

.fixed-btn__inner span:last-of-type {
  display: block;
  display: flex;
  font-size: 2.2rem;
  gap: 0.6rem;
  letter-spacing: 0.14em;
  line-height: 1;
  position: relative;
  text-orientation: sideways;
  writing-mode: vertical-rl;
}

.fixed-btn__inner 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;
}

/*  ----------------------------------------------------------
Google翻訳
----------------------------------------------------------  */

#google_translate {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}

#google_translate img {
  height: auto;
  width: auto;
}

/*  ----------------------------------------------------------
mainvisual
----------------------------------------------------------  */

.top-kv {
  background: #fff;
  height: 48vw;
  position: relative;
}

#main {
  height: 100%;
  position: relative;
  width: 100%;
}

/*=============== top-news ===========*/

.top-news {
  background: url(../img/texture1.jpg) repeat center top/100% auto;
  padding: 14rem 0 13rem;
}

.top-news_body {
  margin: 8rem auto 10.5rem;
  max-width: 101rem;
}

/*=============== top-concept ===========*/

.top-concept {
  background: url(../img/texture2.jpg) repeat center top/100% auto;
  padding: 15rem 0 9rem;
  position: relative;
}

.top-concept::after {
  aspect-ratio: 601/638;
  background: url(../img/concept_deco.png) no-repeat center center/contain;
  bottom: -5rem;
  content: "";
  display: block;
  position: absolute;
  right: 12%;
  width: min(21%, 30rem);
}

.top-concept_img {
  margin-right: -2rem;
  position: relative;
}

.top-concept_ttl {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 300;
  left: -1.5em;
  letter-spacing: 0.1em;
  line-height: 1;
  position: absolute;
  top: 21%;
}

.top-concept_ttl span {
  background: #000;
  display: block;
  padding: 2rem 2rem;
  width: -moz-max-content;
  width: max-content;
}

.top-concept_ttl span + span {
  margin-top: 2rem;
}

.top-concept_txt {
  color: #fff;
  letter-spacing: 0.16em;
  line-height: 2.25;
  margin-top: 1.6rem;
  width: 70%;
}

.top-concept .more {
  margin-top: 8.5rem;
}

/*=============== top-mrnu ===========*/

.top-menu {
  background-image: url(../img/menu_deco1.png), url(../img/menu_deco2.png);
  background-position: left 3% top 6.5rem, right bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: min(18.5%, 27rem) auto, min(32%, 46rem) auto;
  padding: 14rem 0 20.5rem;
}

.top-menu .top-heading {
  margin-bottom: 13.5rem;
}

.top-menu_wrap {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

.top-menu_wrap:nth-of-type(2) {
  margin: 14rem 0 6rem;
}

.top-menu_body1 {
  width: 42%;
}

.top-menu_img1 {
  width: 51%;
}

.top-menu_takeout {
  margin-top: 1rem;
}

.top-menu_card {
  display: flex;
  flex-direction: column-reverse;
  gap: 3.5rem;
  width: 48%;
}

.top-menu_cap {
  margin-bottom: 2rem;
  width: 16rem;
}

.top-menu_ttl {
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: 0.18em;
  line-height: 1.95;
  margin-bottom: 2.5rem;
}

.top-menu_txt {
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-bottom: 2rem;
}

/*=============== top-gallery ===========*/

.top-gallery {
  background: url(../img/texture2.jpg) repeat center top/100% auto;
  background-blend-mode: multiply;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 12rem 0 12rem;
  position: relative;
}

.top-gallery .top-heading {
  color: #fff;
}

.top-gallery #loopslider {
  margin: 7rem 0 9.5rem;
}

/*=============== top-access ===========*/

.top-access {
  background: url(../img/texture1.jpg) repeat center top/100% auto;
  padding: 10rem 0 0;
}

.top-access_wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin: 8rem 0 0 calc(50% - 50vw);
  position: relative;
}

.top-access_img {
  width: 50.5%;
}

.top-access_body {
  width: 43.5%;
}

.top-access_list {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.top-access_list dt,
.top-access_list dd {
  margin-bottom: 4rem;
}

.top-access_list dt {
  width: 26%;
}

.top-access_list dt span {
  background: #000;
  color: #fff;
  display: block;
  height: 4rem;
  letter-spacing: 0.05em;
  line-height: 4rem;
  padding-left: 2rem;
  width: 10rem;
}

.top-access_list dd {
  width: 74%;
}

.top-access .more {
  margin: 2rem auto 0 0;
}

.top-access_map {
  margin-top: 17rem;
}

.top-access_map iframe {
  height: 37rem;
  width: 100%;
}

/*=============== top-insta ===========*/

.top-insta {
  background: url(../img/texture2.jpg) repeat center top/100% auto;
  padding: 13.5rem 0 17rem;
}

.top-insta .top-heading {
  color: #fff;
}

.top-insta_wrap {
  margin: 8rem auto 0;
  max-width: 87rem;
  padding: 0 2rem;
}

@media only screen and (max-width: 1400px) {
  /* Wider than xxl-size */
}

@media only screen and (max-width: 1200px) {
  /* Wider than xl-size */
}

@media only screen and (max-width: 992px) {
  /* Wider than lg-size */

  .page-news .CMS-NEWS-ITEM {
    width: 48%;
  }
}

@media only screen and (max-width: 767px) {
  /* Wider than md-size */

  .header {
    height: 6rem;
    padding: 0 5%;
    top: 0;
  }

  .header_logo {
    font-size: 1.8rem;
  }

  .footer {
    padding: 4rem 0 6rem;
  }

  .footer_nav {
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 1rem;
  }

  .footer_nav li:last-of-type a {
    font-size: 3rem;
  }

  .footer_logo {
    font-size: 1.9rem;
    margin-bottom: 3rem;
  }

  .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 {
    font-size: 2.8rem;
  }

  .top-heading span {
    font-size: 1.2rem;
  }

  .CMS-NEWS-INDEX {
    margin-bottom: 2rem;
  }

  .top .CMS-NEWS-ITEM {
    margin: 0 auto 5rem;
    max-width: 50rem;
    width: 100%;
  }

  .CMS-NEWS-CONTENT img {
    width: 100%;
  }

  .fixed-btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    bottom: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    left: 0;
    padding: 0.5rem;
    top: auto;
    transform: none;
    width: 100%;
  }

  .fixed-btn a {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: center;
  }

  .fixed-btn__inner {
    flex-direction: column;
  }

  .fixed-btn__inner span:first-of-type {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    text-align: center;
    writing-mode: horizontal-tb;
  }

  .fixed-btn__inner span:last-of-type {
    font-size: 2rem;
    letter-spacing: 0.05em;
    text-decoration: underline;
    writing-mode: horizontal-tb;
  }

  #google_translate {
    position: fixed;
    right: 6rem;
  }

  .top-kv {
    height: 38rem;
  }

  .top-news {
    padding: 6rem 0;
  }

  .top-news_body {
    margin: 3rem 0 0rem;
  }

  .top-concept {
    padding: 6rem 0 10rem;
  }

  .top-concept::after {
    right: 5%;
    width: min(35%, 20rem);
  }

  .top-concept_img {
    margin: 0 auto;
    margin-right: 0;
    max-width: 50rem;
    width: 100%;
  }

  .top-concept_ttl {
    font-size: 1.6rem;
    left: -0.5em;
    top: 10%;
  }

  .top-concept_ttl span {
    padding: 1rem;
  }

  .top-concept_ttl span + span {
    margin-top: 1rem;
  }

  .top-concept_txt {
    letter-spacing: 0.1em;
    line-height: 1.8;
    width: 100%;
  }

  .top-concept .more {
    margin-top: 4rem;
  }

  .top-menu {
    background-position: left 3% top 2rem, right bottom;
    background-size: min(32%, 20rem) auto, min(32%, 46rem) auto;
    padding: 6rem 0;
  }

  .top-menu .top-heading {
    margin-bottom: 3rem;
  }

  .top-menu_wrap {
    flex-direction: column;
    gap: 3rem;
    margin-bottom: 4rem;
  }

  .top-menu_wrap:nth-of-type(2) {
    gap: 4rem;
    margin: 4rem 0;
  }

  .top-menu_body1 {
    width: 100%;
  }

  .top-menu_img1 {
    margin: 0 auto;
    max-width: 50rem;
    width: 100%;
  }

  .top-menu_takeout {
    margin: 2rem auto 0;
    max-width: 50rem;
  }

  .top-menu_card {
    flex-direction: column;
    gap: 2rem;
    width: 100%;
  }

  .top-menu_cap {
    margin-bottom: 1rem;
    width: 11rem;
  }

  .top-menu_ttl {
    line-height: 1.5;
    margin-bottom: 1rem;
  }

  .top-menu_txt {
    letter-spacing: 0.1em;
    line-height: 1.8;
    margin-bottom: 0;
  }

  .top-gallery {
    padding: 6rem 0;
  }

  .top-gallery #loopslider {
    margin: 4rem 0 5rem;
  }

  .top-access {
    padding: 6rem 0 0;
  }

  .top-access_wrap {
    flex-direction: column;
    gap: 4rem;
    justify-content: center;
    margin: 3rem 0 4rem;
  }

  .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,
  .top-access_list dd {
    margin-bottom: 2rem;
  }

  .top-access_list dt {
    width: 30%;
  }

  .top-access_list dt span {
    height: 3rem;
    line-height: 3rem;
    padding-left: 1rem;
    width: 9rem;
  }

  .top-access_list dd {
    width: 70%;
  }

  .top-access .more {
    margin: 3rem auto;
  }

  .top-access_map {
    margin-top: 5rem;
  }

  .top-access_map iframe {
    height: 25rem;
  }

  .top-insta {
    padding: 6rem 0;
  }

  .top-insta_wrap {
    margin: 4rem auto 0;
    padding: 0 5%;
  }
}

@media screen and (max-width: 767px) {
  #loopslider {
    height: 131px;
    margin: 0 auto;
  }

  #loopslider ul {
    height: 131px;
  }

  #loopslider ul li {
    height: 131px;
    width: 180px;
  }
}

@media only 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;
  }
}