@charset "UTF-8";

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

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

.header_logo {
  height: auto;
  width: 14.2rem;
}

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

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

.gnav_menu li a {
  color: #fff;
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  line-height: 1;
  padding: 0.5rem;
  text-align: center;
}

.gnav_menu li a span {
  display: block;
  font-size: 1.2rem;
  margin-top: 0.5rem;
}

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

/*  ----------------------------------------------------------
hamburger
----------------------------------------------------------  */

.gnav-sp {
  -webkit-overflow-scrolling: touch;
  background: #000;
  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 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(--brw);
  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: #000;
  padding: 8rem 0 2rem;
}

.footer_logo {
  height: auto;
  margin: 0 auto 7.5rem;
  width: 17.5rem;
}

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

.footer_nav li a {
  display: block;
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  width: 100%;
}

.footer_nav li a span {
  display: block;
  font-size: 1rem;
  margin-top: 0.8rem;
}

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

.footer_copyright {
  display: block;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  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 {
  display: block;
  height: 5rem;
  margin-left: auto;
  margin-right: auto;
  width: 22.5rem;
}

.more a {
  background: var(--brw);
  display: block;
  height: 100%;
  letter-spacing: 0.2em;
  line-height: 5rem;
  position: relative;
  text-align: center;
  width: 100%;
}

.more a::after {
  aspect-ratio: 92/150;
  background: url(../img/more_arw.png) no-repeat center center/contain;
  content: "";
  display: block;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
}

.more-d a {
  background: var(--dbr);
}

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

.top-heading {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: -moz-max-content;
  width: max-content;
}

.top-heading span {
  display: block;
  font-size: 4rem;
  letter-spacing: 0.1em;
  margin-bottom: 0.7rem;
}

.top-catch {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 5rem 4rem;
}

.top-catch span {
  font-size: 1.27em;
}

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

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

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

#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: 32%;
}

.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 {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  margin-bottom: 1rem;
}

.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(--brw);
  border: 2px solid var(--brw);
  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(--brw);
  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;
}

/*  ----------------------------------------------------------
parallax
----------------------------------------------------------  */

.bg-parallax {
  height: 37rem;
  position: relative;
  width: 100%;
}

.bg-parallax::before {
  background: url(../img/parallax.jpg) no-repeat center;
  background-size: cover;
  content: "";
  display: block;
  height: 100vh;
  left: 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: -1;
}

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

.fixed-btn {
  background: var(--brw);
  padding: 2rem 1.2rem 2rem;
  position: relative;
}

.fixed-btn img {
  display: block;
  height: 3.6rem;
  margin: 0 auto;
  width: 3.6rem;
}

.fixed-btn__wrapper {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}

.fixed-btn__inner {
  color: #fff;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  margin-top: 2rem;
}

.fixed-btn span:first-of-type {
  display: block;
  font-size: 1.5rem;
  letter-spacing: 0.3em;
  line-height: 1;
  margin-left: 0.5rem;
  position: relative;
  writing-mode: vertical-rl;
}

.fixed-btn span:last-of-type {
  display: block;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  text-orientation: sideways;
  writing-mode: vertical-rl;
}

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

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

.top-kv::before {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 25%, rgba(0, 0, 0, 0) 100%);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
  display: block;
  height: 15rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
}

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

/*=============== top-policy ===========*/

.top-policy {
  background: url(../img/policy_bg.jpg) no-repeat center center/cover;
  padding: 13.8rem 0 18rem;
}

.top-policy .top-heading {
  margin-bottom: 4rem;
  margin-left: 2rem;
}

.top-policy_wrap {
  display: flex;
  justify-content: space-between;
}

.top-policy_left {
  width: 49%;
}

.top-policy_right {
  margin-top: 6rem;
  width: 48%;
}

.top-policy_img {
  width: 100%;
}

.top-policy_body {
  width: 40%;
}

.top-policy_catch {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 5rem 4rem;
}

.top-policy_catch span {
  font-size: 1.27em;
}

.top-policy_ttl {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 10rem;
}

.top-policy_ttl span {
  border: 1px solid #fff;
  display: block;
  padding: 0.6em 2.5em 0.6em 1.5em;
  width: -moz-max-content;
  width: max-content;
}

.top-policy_ttl span:last-of-type {
  margin: 1em 0 0 2.5em;
}

.top-policy_txt {
  letter-spacing: 0.15em;
  line-height: 2;
  margin: 0 0 10rem 3rem;
}

.top-policy .more {
  margin-left: 3rem;
}

/*=============== top-menu ===========*/

.top-menu {
  background: url(../img/texture1.jpg) repeat center top/100% auto;
  background-image: url(../img/menu_deco.png), url(../img/texture1.jpg);
  background-position: left calc(50vw - 65rem) top 3rem, center top;
  background-repeat: no-repeat, repeat;
  background-size: min(29%, 42rem) auto, 100% auto;
  padding: 13.5rem 0 11rem;
}

.top-menu .top-heading {
  margin-bottom: 4rem;
  margin-left: 2rem;
}

.top-menu_ttl {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  padding-top: 4em;
  text-indent: -4em;
  writing-mode: vertical-rl;
}

.top-menu_txt {
  line-height: 2;
}

.top-menu_course {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20rem;
}

.top-menu_course .top-menu_photo {
  width: 40%;
}

.top-menu_course .top-menu_img1 {
  margin-top: 6rem;
  width: 95%;
}

.top-menu_course .top-menu_body {
  display: grid;
  gap: 5rem 2rem;
  grid-template-columns: 12rem 1fr;
  grid-template-rows: auto auto;
  width: 53%;
}

.top-menu_course .top-menu_img2 {
  grid-column: 1/3;
  grid-row: 1/2;
  margin: -8rem -16rem 0 0;
}

.top-menu_course .top-menu_ttl {
  grid-column: 1/2;
  grid-row: 1/3;
  margin-top: 15rem;
}

.top-menu_course .top-menu_inner {
  grid-column: 2/3;
  grid-row: 2/3;
}

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

.top-menu_food {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-bottom: 11rem;
}

.top-menu_food .top-menu_photo {
  width: 39%;
}

.top-menu_food .top-menu_body {
  display: grid;
  gap: 2rem 2rem;
  grid-template-columns: 1fr 12rem;
  grid-template-rows: auto auto;
  width: 57.5%;
}

.top-menu_food .top-menu_img2 {
  grid-column: 1/2;
  grid-row: 1/2;
  margin: -17rem 0 0 -12rem;
}

.top-menu_food .top-menu_img2 img {
  width: 97%;
}

.top-menu_food .top-menu_ttl {
  grid-column: 2/3;
  grid-row: 1/3;
}

.top-menu_food .top-menu_inner {
  grid-column: 1/2;
  grid-row: 2/3;
}

.top-menu_food .more {
  margin: 4rem 0 0 auto;
}

.top-menu_upper {
  display: grid;
  grid-template-columns: 70% 1fr;
  margin-bottom: 5.5rem;
}

.top-menu_upper .top-menu_ttl {
  margin: 0 auto;
}

.top-menu_bottom {
  display: grid;
  gap: 4rem;
  grid-template-columns: 31% 25rem 1fr;
  grid-template-rows: auto;
}

.top-menu_bottom .top-menu_txt {
  grid-column: 3/4;
  grid-row: 1/2;
}

.top-menu_bottom .more {
  grid-column: 2/3;
  grid-row: 1/2;
}

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

.top-gallery {
  background: #000;
  padding: 9rem 0 0;
}

.top-gallery_wrap {
  margin-right: calc(50% - 50vw);
  padding-left: 12rem;
  position: relative;
}

.top-gallery_deco {
  font-size: 6.8rem;
  left: 0;
  letter-spacing: 0;
  line-height: 1;
  opacity: 0.2;
  position: absolute;
  top: 0;
  writing-mode: vertical-rl;
}

.top-gallery .top-heading {
  margin-left: 0;
}

.top-gallery .top-catch {
  margin: 0;
}

.top-gallery .more {
  margin-right: 0;
}

.top-gallery_inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-right: calc(50vw - 50%);
}

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

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

.top-news {
  background: url(../img/texture2.jpg) repeat center bottom/100% auto;
  padding: 6rem 0 3.5rem;
}

.top-news .top-heading {
  background: url(../img/news_deco.png) no-repeat center/contain;
  margin-bottom: 3rem;
  padding: 9rem 0;
  width: 100%;
}

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

.top-news_left {
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 25rem;
}

.top-news_body {
  color: #fff;
  margin-top: 3rem;
  width: calc(100% - 32rem);
}

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

.top-access {
  background: #000;
  padding: 10rem 0 0;
}

.top-access_wrap {
  align-items: stretch;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin: 6rem 0 5rem;
  position: relative;
}

.top-access_img {
  width: 27%;
}

.top-access_body {
  width: 66%;
}

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

.top-access_list dt,
.top-access_list dd {
  border-bottom: 1px solid rgba(255, 255, 255, 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_map {
  margin-top: 10rem;
}

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

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

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

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

/*=============== food-menu ===========*/

.food-menu {
  margin: 0 auto;
  max-width: 80rem;
}

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

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

  .top-menu_course {
    margin-bottom: 14rem;
  }

  .top-menu_course .top-menu_img2 {
    margin: 0 -10rem 0 0;
  }

  .top-menu_food .top-menu_img2 {
    margin: -10rem 0 0 -7rem;
  }
}

@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: 1rem;
  }

  .header_logo {
    width: 10rem;
  }

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

  .footer_logo {
    margin-bottom: 5rem;
    width: 14rem;
  }

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

  .footer_nav li:last-of-type a {
    font-size: 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;
  }

  .more {
    max-width: 50rem;
    width: 100%;
  }

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

  .top-catch {
    font-size: 2.2rem;
    margin: 0 auto 3rem;
    text-align: center;
  }

  .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%;
  }

  .bg-parallax {
    background-size: auto 100%;
    height: 30rem;
  }

  .fixed-btn {
    padding: 1.1rem 1rem;
    text-align: center;
    width: 100%;
  }

  .fixed-btn img {
    display: inline-block;
    height: 3rem;
    margin: 0;
    vertical-align: bottom;
    width: 3rem;
  }

  .fixed-btn__wrapper {
    bottom: 0;
    left: 0;
    top: auto;
    transform: none;
    width: 100%;
  }

  .fixed-btn__inner {
    align-items: center;
    display: inline-block;
    flex-direction: column;
    margin: 0 0 0 1rem;
    text-align: left;
    vertical-align: bottom;
  }

  .fixed-btn span:first-of-type {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
    margin-left: 0;
    text-orientation: initial;
    writing-mode: horizontal-tb;
  }

  .fixed-btn span:last-of-type {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    text-decoration: underline;
    text-orientation: initial;
    writing-mode: horizontal-tb;
  }

  .top-kv {
    height: 38rem;
  }

  .top-kv::before {
    height: 8rem;
  }

  .top-policy {
    background-position: left top;
    padding: 6rem 0;
  }

  .top-policy .top-heading {
    margin-bottom: 3rem;
    margin-left: auto;
  }

  .top-policy_wrap {
    flex-direction: column;
    gap: 5rem;
  }

  .top-policy_left {
    width: 100%;
  }

  .top-policy_right {
    margin-top: 0;
    width: 100%;
  }

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

  .top-policy_body {
    width: 100%;
  }

  .top-policy_catch {
    font-size: 2.2rem;
    margin: 0 0 3rem 0;
  }

  .top-policy_ttl {
    font-size: 2.2rem;
    margin-bottom: 3rem;
  }

  .top-policy_ttl span {
    margin: 0 auto;
  }

  .top-policy_ttl span:last-of-type {
    margin: 0.5em auto 0;
  }

  .top-policy_txt {
    border-right: none;
    letter-spacing: 0.1em;
    line-height: 1.8;
    margin: 0 0 3rem 0;
  }

  .top-policy .more {
    margin-left: auto;
  }

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

  .top-menu .top-heading {
    margin-bottom: 2rem;
    margin-left: auto;
  }

  .top-menu_ttl {
    font-size: 2.4rem;
    letter-spacing: 0.12em;
    padding-top: 0;
    text-align: center;
    text-indent: 0;
    writing-mode: horizontal-tb;
  }

  .top-menu_course {
    flex-direction: column;
    gap: 5rem;
    margin-bottom: 4rem;
  }

  .top-menu_course .top-menu_photo {
    width: 100%;
  }

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

  .top-menu_course .top-menu_body {
    gap: 3rem;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    width: 100%;
  }

  .top-menu_course .top-menu_img2 {
    grid-column: 1/2;
    grid-row: 3/4;
    margin: 0;
    margin: 0 auto;
    max-width: 50rem;
  }

  .top-menu_course .top-menu_ttl {
    grid-column: 1/2;
    grid-row: 1/2;
    margin-top: 0;
  }

  .top-menu_course .top-menu_inner {
    grid-column: 1/2;
    grid-row: 2/3;
    margin-bottom: 5rem;
  }

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

  .top-menu_food {
    flex-direction: column;
    gap: 5rem;
    margin-bottom: 4rem;
  }

  .top-menu_food .top-menu_photo {
    width: 100%;
  }

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

  .top-menu_food .top-menu_body {
    gap: 3rem;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    width: 100%;
  }

  .top-menu_food .top-menu_img2 {
    grid-column: 1/2;
    grid-row: 3/4;
    margin: 0;
    margin: 0 auto;
    max-width: 50rem;
  }

  .top-menu_food .top-menu_ttl {
    grid-column: 1/2;
    grid-row: 1/2;
    margin-top: 0;
  }

  .top-menu_food .top-menu_inner {
    grid-column: 1/2;
    grid-row: 2/3;
    margin-bottom: 5rem;
  }

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

  .top-menu_upper {
    display: block;
    margin-bottom: 3rem;
  }

  .top-menu_upper .top-menu_img3 {
    margin: 0 auto 5rem;
    max-width: 50rem;
  }

  .top-menu_bottom {
    display: block;
  }

  .top-menu_bottom .top-menu_txt {
    margin-bottom: 3rem;
  }

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

  .top-gallery_wrap {
    margin-left: calc(50% - 50vw);
    padding-left: 0;
  }

  .top-gallery_deco {
    font-size: 4.4rem;
    left: 2rem;
    margin-top: -1em;
  }

  .top-gallery .top-heading {
    margin: 0 auto 3rem;
  }

  .top-gallery .more {
    margin-right: auto;
    width: 90%;
  }

  .top-gallery_inner {
    flex-direction: column;
    margin-right: 0;
  }

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

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

  .top-news .top-heading {
    margin: 0 auto 3rem;
    padding: 6rem;
  }

  .top-news_wrap {
    align-items: center;
    flex-direction: column;
  }

  .top-news_left {
    width: 100%;
  }

  .top-news_body {
    width: 100%;
  }

  .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 {
    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_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: 141px;
    margin: 0 auto;
  }

  #loopslider ul {
    height: 141px;
  }

  #loopslider ul li {
    height: 141px;
    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;
  }
}