@charset "UTF-8";

#tab {
  display: none;
}

/*--------------------------------------------------------------------------
  main-img
--------------------------------------------------------------------------*/
#main-img {
  width: 100%;
  height: 30vh;
  min-height: 220px;
  margin: 0 auto;
  position: relative;
  background: #ECA0B0;
}

#main-img img {
  width: 34px;
  height: auto;
}

#main-img h2 {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  font-size: 3rem;
  color: #fff;
  line-height: 1.2;
  font-family: 'Cinzel', serif;
  font-weight: normal;
  text-align: center;
}

#main-img h2>span {
  font-size: 1.4rem;
}

/*----------------------------------------------------
  menu
-----------------------------------------------------*/
#menu,
#menu02 {
  width: 100%;
  height: auto;
  background: linear-gradient(to right, #fff 0%, #fff 40%, #FCF3F4 100%);
  position: relative;
  z-index: 2;
}

#menu {
  padding: 110px 0 50px 0;
}

#menu::after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url('../img/menu-bg1.png');
  background-size: cover;
  opacity: .1;
  z-index: -2;
}

#menu02 {
  padding: 50px 0;
}

#menu02::after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url('../img/menu-bg2.png');
  background-size: cover;
  background-position: bottom;
  opacity: .2;
  z-index: -2;
}

#menu h2,
#menu02 h2 {
  width: 100%;
  max-width: 1280px;
  height: auto;
  margin: 0 auto;
}

.tax {
  text-align: right;
  font-size: .8rem;
  padding-right: 5px;
}

.menu-title {
  width: 100%;
  max-width: 1280px;
  height: auto;
  margin: 0 auto 5px auto;
  position: relative;
}

.menu-title02 {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
  position: relative;
}

.menu-title-bg {
  position: absolute;
  top: 40px;
  left: -10px;
  width: 250px;
  height: auto;
  z-index: -1;
  opacity: .6;
  z-index: 1;
}

.menu-title .menu-title-bg img {
  width: 100%;
  height: auto;
}

.menu-text1 {
  color: #e57a91;
  font-weight: bold;
}

.menu-text {
  font-size: 3.2rem;
  font-family: 'Cinzel', serif;
  line-height: 1;
}

.menu-title h2,
.menu-title02 h2 {
  font-size: 1.2rem !important;
  font-weight: bold !important;
  font-family: 'Cinzel', serif;
}

.menu-container {
  width: 100%;
  max-width: 1280px;
  height: auto;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.menu-read {
  display: block;
  width: 100%;
  padding: 10px 10px 0 10px;
  box-sizing: border-box;
  margin: 0 auto;
  font-size: 1.6rem;
  font-family: 'Cinzel', serif;
  font-weight: bold;
  color: #e57a91;
  line-height: 1.75;
}

.menu-read2 {
  display: block;
  line-height: 1.75;
  padding: 0 10px 10px 10px;
  font-family: 'Cinzel', serif;
}

.menu-tax {
  font-size: 1rem;
}

.menu-category {
  width: 32%;
  height: auto;
  position: relative;
  overflow: hidden;
  padding-bottom: 60px;
  margin-bottom: 20px;
  margin-right: 1.5%;
  background: #fff;
  box-shadow: 0 20px 20px -10px rgba(0, 0, 0, .1);
  display: flex;
  flex-direction: column;
}

.menu-category:nth-child(3n) {
  margin-right: 0;
}

.menu02-in {
  width: 32%;
  height: auto;
  margin-bottom: 20px;
  margin-right: 1.5%;
}

.menu02-in:nth-child(3n) {
  margin-right: 0;
}

.menu-category02 {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  padding-bottom: 60px;
  background: #fff;
  box-shadow: 0 20px 20px -10px rgba(0, 0, 0, .1);
  display: flex;
  flex-direction: column;
}

.menu-category-link {
  display: block;
  width: 80%;
  height: 45px;
  line-height: 45px;
  text-align: center;
  margin: 20px auto 0;
  background: #E57A91;
  border-radius: 8px;
}

.menu-category-link a {
  display: block;
  width: 100%;
  height: 45px;
  line-height: 45px;
  color: #fff;
  font-weight: bold;
}

.ribbon-content01 {
  position: absolute;
  top: 15px;
  left: -48px;
  width: 150px;
  height: 20px;
  font-size: 1rem;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 20px;
  text-align: center;
  background: linear-gradient(-45deg, #b2833d 0%, #fff2b1 30%, #966b33 100%);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 1;
}

.menu-category-img {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.menu-category img,
.menu-category02 img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
}

.menu-category-title {
  display: block;
  width: 50%;
  min-width: 300px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  color: #E57A91;
  background: #F7D9DF;
  border-radius: 20px;
  position: absolute;
  bottom: 0;
  left: 2%;
}

.menu-category-title i {
  margin-right: 5px;
}

.menu-category h3,
.menu-category02 h3 {
  color: #E57A91;
  font-size: 2.4rem;
  padding: 15px 0 15px 40px;
  box-sizing: border-box;
  position: relative;
  line-height: 1.75;
  z-index: 1;
}

.menu-read3 {
  line-height: 1.75;
  padding: 0 40px;
  box-sizing: border-box;
}

.menu-category-price {
  width: 100%;
  height: auto;
  padding: 15px 40px;
  box-sizing: border-box;
  line-height: 1;
  margin-top: auto;
}

.menu-category-price p {
  display: block;
}

.course {
  background: #F7D9DF;
  padding: 0 20px;
  margin-right: 20px;
  font-size: 1.2rem;
}

.course i {
  display: none;
}

.pink {
  color: #e57a91;
  padding: 0 4px;
  font-family: 'Bebas Neue', cursive;
  font-size: 4rem;
  font-weight: bold;
}

.ribbon {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 10px;
  margin: 0;
  padding: 0;
  z-index: 2;
  width: 12px;
  height: 80%;
  text-align: center;
  font-size: 1.4rem;
  color: white;
  background: linear-gradient(to bottom, #b2833d 0%, #fff2b1 50%, #966b33 100%);
}

.ribbon:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 6px solid #966b33;
  border-right: 6px solid #966b33;
  border-bottom: 6px solid transparent;
}

.menu-price {
  background: #999;
  color: #fff;
  padding: 0 8px;
  margin-right: 5px;
  border-radius: 2px;
}

@media screen and (max-width: 1400px) {
  #global-nav {
    max-width: 90%;
    min-width: 990px;
  }

  nav {
    width: calc(100% - 230px);
    height: 60px;
  }

  .global-nav-info {
    display: none;
  }
}

@media screen and (max-width: 1280px) {
  .menu-title {
    width: 90%;
    max-width: 90%;
  }

  .menu-container {
    width: 90%;
    max-width: 90%;
    justify-content: space-between;
  }

  .menu-category,
  .menu02-in {
    width: 48%;
    margin-bottom: 50px;
  }

  .menu-category h3,
  .menu-category02 h3 {
    font-size: 2.4rem;
  }

  .menu-category h3,
  .menu-category02 h3 {
    font-size: 2rem;
  }

  .menu-read3 {
    padding: 0 40px;
  }

  .menu-category-price p {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 2rem;
    font-weight: bold;
  }

  .course {
    display: block;
    max-width: 200px;
    background: none;
    margin: 0 auto;
    margin-bottom: 5px;
    color: #666;
    font-weight: normal;
  }

  .course i {
    display: inline;
    color: #e57a91;
    margin-right: 3px;
  }

  .pink {
    font-size: 5rem;
  }
}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 896px) {
  .menu-title {
    width: 70%;
    max-width: 70%;
  }

  .menu-container {
    width: 70%;
    margin: 0 auto;
    flex-direction: column;
  }

  .menu-img {
    width: 100%;
    flex-direction: column;
  }

  .menu-category,
  .menu02-in {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 480px) {

  #tab {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 60px;
    background: #ECA0B0;
  }

  .tab-container {
    width: 100%;
    height: auto;
  }

  .tab-container p {
    padding: 10px;
    box-sizing: border-box;
    background: #fff;
    font-size: 1.6rem;
  }

  .tab-container p i {
    color: #e57a91;
    margin-right: 3px;
  }

  .tab-container ul {
    width: 100%;
    height: auto;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
  }

  .tab-container li {
    width: 50%;
    padding: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
  }

  .tab-container li:nth-child(2n) {
    border-right: none;
  }

  .tab-container li a {
    color: #fff;
  }

  .menu-title {
    width: 90%;
    max-width: 90%;
  }

  #menu {
    padding-top: 30px;
    padding-bottom: 0;
  }

  #menu02 {
    padding-top: 30px;
  }

  .menu-container {
    width: 90%;
    margin: 0 auto;
  }

  .menu-category h3,
  .menu-category02 h3 {
    padding: 15px 0 15px 20px;
    font-size: 2.2rem;
  }

  .menu-category-title {
    min-width: 250px;
    font-size: 1.4rem;
  }

  .menu-read3 {
    padding: 0 20px;
  }

  .menu-category-price {
    padding: 15px 20px;
  }

  .course {
    padding: 5px 20px;
  }

}