@charset "UTF-8";

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

.header {
  align-items: center;
  background: var(--yel);
  border-bottom: 3vw solid var(--blu);
  border-top: 3vw solid var(--blu);
  display: flex;
  flex-direction: column;
  height: min(100vh, 47vw);
  justify-content: space-around;
  left: 0;
  padding: 3vw 0;
  position: absolute;
  top: 0;
  width: 33rem;
  z-index: 10;
}

.header_logo {
  color: var(--blu);
  font-family: var(--ttl);
  font-size: 3.5rem;
  font-weight: 400;
}

.header2 {
  align-items: center;
  background: var(--yel);
  border-left: 14px solid var(--blu);
  border-right: 14px solid var(--blu);
  display: flex;
  height: 8rem;
  justify-content: space-between;
  padding: 0 5%;
}

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

.gnav {
  width: 100%;
}

.header2 .gnav {
  width: auto;
}

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

.header2 .gnav_menu {
  flex-direction: row;
  gap: 3rem;
}

.gnav_menu li a {
  display: block;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1;
  text-align: center;
}

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

.gnav_menu li:last-of-type i {
  color: #000;
  font-size: 3rem;
  margin-top: 2rem;
}

.zs-enabled .zs-slideshow .zs-bullets {
  bottom: 0rem;
  padding-right: 11%;
  text-align: right;
}

.zs-enabled .zs-slideshow .zs-bullets .zs-bullet {
  background: #fff;
  border: none;
  height: 10px;
  margin: 0.7rem;
  width: 10px;
}

.zs-enabled .zs-slideshow .zs-bullets .zs-bullet.active {
  background: var(--yel);
}

/*  ----------------------------------------------------------
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 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(--blu);
  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(--yel);
  padding: 4rem 0 0;
}

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

.footer_nav li {
  border-right: 1px solid rgba(0, 0, 0, 0.7);
}

.footer_nav li:nth-of-type(n + 6) {
  border-right: none;
}

.footer_nav li a {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  line-height: 1;
  padding: 0 2.5rem;
  width: 100%;
}

.footer_nav li:last-of-type i {
  color: #000;
  font-size: 2.5rem;
}

.footer_logo {
  color: var(--blu);
  font-family: var(--ttl);
  font-size: 3.4rem;
  letter-spacing: 0.04em;
  margin-bottom: 7rem;
  text-align: center;
}

.footer_copyright {
  background: var(--blu);
  color: #fff;
  display: block;
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  padding: 1.5rem 0;
  text-align: center;
}

/*=============== main ===========*/

main {
  overflow: hidden;
}

/*=============== top-container ===========*/

.top-container {
  margin: 0 auto;
  max-width: 116rem;
  padding: 0 3rem;
}

/*=============== preparation ===========*/

.preparation {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 5rem 0;
  text-align: center;
}

/*  ----------------------------------------------------------
more
----------------------------------------------------------  */

.more {
  height: 5rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 21.6rem;
}

.more::after {
  background: #fff;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 4rem;
}

.more a {
  background: var(--blu);
  color: #fff;
  display: block;
  font-weight: 300;
  height: 100%;
  letter-spacing: 0.12em;
  line-height: 5rem;
  text-align: center;
  width: 100%;
}

.more-yel::after {
  background: #000;
}

.more-yel a {
  background: var(--yel);
  color: #000;
}

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

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

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

.top-heading-yel {
  color: var(--yel);
}

.top-heading-access span {
  display: inline-block;
  margin-left: 2rem;
}

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

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

#loopslider ul {
  display: inline-block;
  height: 100%;
  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: 290px;
}

#loopslider ul img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  padding: 0 5px;
  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.5);
  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(--blu);
  border: 2px solid var(--blu);
  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(--blu);
  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 {
  color: #fff;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5.4rem;
  z-index: 99;
}

.fixed-btn ul li{
  height: 20rem;
  border-bottom-left-radius: 1rem;
  border-top-left-radius: 1rem;
}

.fixed-btn ul li:first-child {
  background: linear-gradient(180deg, #4C64D3 0%, #CF2E92, #F26939, #FFDD83 100%) no-repeat;
  margin-bottom: 2rem;
}

.fixed-btn ul li:nth-of-type(2){
  background: var(--yel);
  color: #000;
  border: solid 3px var(--blu);
  margin-bottom: 2rem;
}

.fixed-btn ul li:nth-of-type(3){
  background: var(--blu);
  color: #000;
  border: solid 3px var(--yel);
}

.fixed-btn ul li:nth-of-type(3) span{
  letter-spacing: -2px;
}

.fixed-btn a {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.fixed-btn i {
  display: block;
  font-size: 2.5rem;
}

.fixed-btn span {
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: 0.09em;
  line-height: 1;
  position: relative;
  writing-mode: vertical-rl;
}

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

.top-kv {
  background: #000;
  height: min(100vh, 47vw);
  position: relative;
}

#main {
  height: 100%;
  margin: 0 0 0 auto;
  position: relative;
  width: calc(100% - 33rem);
}

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

.top-news {
  background-image: url(../img/bg-wave.png), url(../img/texture1.jpg);
  background-position: center bottom, center top;
  background-repeat: no-repeat, repeat;
  background-size: 100% auto, 100% auto;
  padding: 14.5rem 0 18.5rem;
}

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

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

.top-concept {
  background: var(--blu);
  margin-top: -2px;
  padding: 6rem 0 11rem;
  position: relative;
}

.top-concept::after {
  aspect-ratio: 1/1;
  background: url(../img/concept_deco1.png) no-repeat center/contain;
  content: "";
  display: block;
  position: absolute;
  right: 12%;
  top: -12rem;
  width: min(17%, 25rem);
}

.top-concept_wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.top-concept_img {
  width: 48%;
}

.top-concept_body {
  margin-top: 5.5rem;
  width: 50%;
}

.top-concept_heading {
  color: var(--yel);
  font-family: var(--ttl);
  font-size: 5.5rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  margin-bottom: 2rem;
}

.top-concept_ttl {
  color: #fff;
  font-size: 2.6rem;
  font-weight: 300;
  letter-spacing: 0.21em;
  line-height: 1.62;
  margin-bottom: 3rem;
}

.top-concept_txt {
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.2em;
  line-height: 2.25;
  margin-bottom: 7rem;
}

.top-concept .more {
  margin-left: 0;
}

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

.top-menu {
  background-image: url(../img/menu_deco2.png), url(../img/texture1.jpg);
  background-position: left 11% bottom 7rem, center top;
  background-repeat: no-repeat, repeat;
  background-size: min(18%, 26rem) auto, 100% auto;
  color: var(--brw);
  padding: 15rem 0 15rem;
  position: relative;
}

.top-menu::after {
  aspect-ratio: 988/574;
  background: url(../img/menu_deco1.png) no-repeat center/contain;
  content: "";
  display: block;
  left: 4%;
  position: absolute;
  top: -16rem;
  width: min(34%, 49rem);
}

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

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

.top-menu_wrap:nth-of-type(2) {
  flex-direction: row-reverse;
  margin: 8rem 0 13rem;
}

.top-menu_body {
  width: 46%;
}

.top-menu_img {
  width: 47%;
}

.top-menu_wrap:first-of-type .top-menu_img {
  margin-right: -10rem;
  width: calc(52% + 10rem);
}

.top-menu_cap {
  align-items: center;
  display: flex;
  font-size: 2rem;
  font-weight: 300;
  justify-content: space-between;
  letter-spacing: 0.21em;
  margin-bottom: 2rem;
  position: relative;
}

.top-menu_cap::after {
  background: var(--brw);
  content: "";
  display: block;
  height: 1px;
  position: relative;
  width: calc(100% - 4em);
}

.top-menu_ttl {
  font-size: 2.4rem;
  font-weight: 300;
  letter-spacing: 0.21em;
  line-height: 1.58;
  margin-bottom: 2.5rem;
}

.top-menu_txt {
  font-weight: 300;
  letter-spacing: 0.2em;
  line-height: 2.25;
}

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

.top-gallery {
  background: url(../img/texture2.jpg) repeat center top/100% auto;
  padding: 12rem 0 11rem;
}

.top-gallery_bg {
  background: var(--yel);
  border-bottom: 2.5rem solid var(--blu);
  margin: 4rem 0 6.5rem;
  padding: 4rem 0 1rem;
}

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

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

.top-access .top-heading {
  margin-bottom: 7rem;
  text-align: left;
}

.top-access_wrap {
  position: relative;
}

.top-access_left {
  left: 0;
  position: absolute;
  top: 2rem;
  width: 52%;
  z-index: 5;
}

.top-access_body {
  margin: 0 0 0 auto;
  width: 50%;
}

.top-access_inner {
  border: 10px solid var(--yel);
  height: 100%;
  padding: 5rem 5rem;
  position: relative;
}

.top-access_img {
  position: relative;
}

.top-access_img::before {
  background: var(--blu);
  content: "";
  display: block;
  height: 100%;
  left: 2rem;
  position: absolute;
  top: 2rem;
  width: 100%;
  z-index: -1;
}

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

.top-access_list dt,
.top-access_list dd {
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  padding: 2rem 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: 24rem;
}

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

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

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

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

.top-insta_wrap {
  margin: 12rem auto 0;
  max-width: 95rem;
  padding: 0 2.5rem;
}

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

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

  .top-menu_wrap:first-of-type .top-menu_img {
    margin-right: -3rem;
  }
}

@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 {
    border: none;
    flex-direction: row;
    height: 6rem;
    left: 0;
    position: static;
    width: 100%;
  }

  .header_logo {
    font-size: 2.5rem;
  }

  .header2 {
    border: none;
    height: 6rem;
    justify-content: center;
  }

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

  .footer_nav {
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 3rem;
    width: 100%;
  }

  .footer_nav li {
    border-right: none;
  }

  .footer_nav li a {
    padding: 1rem 0;
  }

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

  .footer_logo {
    margin-bottom: 3rem;
  }

  .footer_copyright {
    padding: 1rem 0;
  }

  .top-container {
    margin: 0 5%;
    padding: 0;
  }

  .preparation {
    font-size: 2.4rem;
  }

  .top-heading {
    font-size: 3.5rem;
  }

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

  .top-heading-access span {
    display: block;
    margin: 0.5rem 0 0;
  }

  .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;
    height: auto;
    padding: 0;
    top: initial;
    transform: none;
    width: 100%;
  }

  .fixed-btn ul{
    display: flex;
  }

  .fixed-btn ul li{
    height: 5rem;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }

  .fixed-btn ul li:first-child{
    margin-bottom: 0;
    width: 50%;
  }

  .fixed-btn ul li:nth-of-type(2){
    margin-bottom: 0;
    width: 50%;
  }

  .fixed-btn ul li:nth-of-type(3){
    width: 50%;
  }

  .fixed-btn a {
    flex-direction: row;
  }

  .fixed-btn span {
    writing-mode: horizontal-tb;
  }

  .top-kv {
    height: 32rem;
  }

  #main {
    margin: 0;
    width: 100%;
  }

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

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

  .top-concept {
    background-position: right 2rem bottom 1rem, center top;
    background-size: 13rem auto, 100% auto;
    padding: 4rem 0 6rem;
  }

  .top-concept::after {
    right: 3%;
    top: -9rem;
    width: min(40%, 20rem);
  }

  .top-concept_wrap {
    flex-direction: column;
    gap: 4rem;
  }

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

  .top-concept_body {
    width: 100%;
  }

  .top-concept_heading {
    font-size: 3.5rem;
    text-align: center;
  }

  .top-concept_ttl {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }

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

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

  .top-menu {
    background-position: left 1rem bottom 2rem, center top;
    background-size: min(30%, 18rem) auto, 100% auto;
    padding: 10rem 0 8rem;
  }

  .top-menu::after {
    left: 1rem;
    top: -8rem;
    width: min(45%, 26rem);
    width: 25rem;
  }

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

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

  .top-menu_wrap:nth-of-type(2) {
    flex-direction: column;
    gap: 3rem;
    margin: 5rem 0 4rem;
  }

  .top-menu_body {
    width: 100%;
  }

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

  .top-menu_wrap:first-of-type .top-menu_img {
    margin: 0 auto;
    max-width: 50rem;
    width: 100%;
  }

  .top-menu_ttl {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }

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

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

  .top-gallery_bg {
    border-bottom: 2.5rem solid var(--blu);
    margin: 4rem 0 5rem;
    padding: 1.5rem 0 1rem;
  }

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

  .top-access .top-heading {
    margin-bottom: 4rem;
    text-align: center;
  }

  .top-access_left {
    margin: 0 auto 4rem;
    max-width: 50rem;
    position: static;
    width: 100%;
  }

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

  .top-access_inner {
    padding: 3rem;
  }

  .top-access_img {
    width: calc(100% - 1.5rem);
  }

  .top-access_img::before {
    left: 1.5rem;
    top: 1.5rem;
  }

  .top-access_list dt {
    border-bottom: none;
    font-weight: 500;
    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-access .more {
    margin: 4rem auto 0;
  }

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

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

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

  #loopslider ul {
    height: 100%;
  }

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

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