@charset "UTF-8";
/* CSS Document */

/* メニュー*/
.under-menu {
    padding-bottom: 15rem;
	padding-top: 17rem;
}
@media screen and (max-width: 1200px) {
  .under-menu {
   padding: 15rem 3rem;
	  padding-bottom: 5rem;
  }
}

@media screen and (max-width: 768px) {
  .under-menu {
   padding: 10rem 3rem;
   padding-bottom: 5rem;
  }
}


.under-menu-box {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 900px) {
  .under-menu-box {
   display: flex;
   flex-direction: column;
  }
}

.under-menu-box img {
  width: calc(100% - 0px);
}

.cushion-f {
  width: 100%;
  height: 20rem;
  background-color: #000;
}

.under-menu-title {
   padding-bottom: 3rem;
   display: flex;
	justify-content: center;
   flex-direction: row;
	white-space: nowrap;
   position: absolute;
   top: 50%;
   left: 50%;
	width: 100%;
   transform: translate(-50%, -50%);

}

.under-menu-title-m a {
  font-family: 'Noto Serif JP', serif;
	font-weight: lighter;
  text-decoration: none;
  font-size: 26px;	
}
@media screen and (max-width: 768px) {
  .under-menu-title-m a {
   font-size: 22px;
  }
}

.under-menu-title-m p {
  font-family: 'Noto Serif JP', serif;
  font-weight: lighter;
  font-size: 14px;
  margin: 0;
  text-align: center
}

.under-menu-standard {
   position: relative;
}

.under-menu-standard:hover {
   opacity: 0.7 ;
}

.under-menu-vip {
   position: relative;
}

.under-menu-vip:hover {
   opacity: 0.7 ;
}

.under-next {
  font-family: 'Noto Serif JP', serif;
  font-weight: lighter;
  font-size: 14px;
  margin: 10px 0 0 0 ;
  text-align: center
}

