html body {
  width: 100%;
  color: #444;
  font-size: 15px;
  font-family: "Noto Serif JP", serif;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  margin: 0;
  padding: 0; }

.sp-br {
  display: none; }
  @media screen and (max-width: 414px) {
    .sp-br {
      display: inline; } }

header {
  width: 100%;
  background: #f4f5f7;
  box-sizing: border-box;
  height: 80px;
  position: fixed;
  z-index: 2;
  margin: 0; }

.top-container {
  width: 100%;
  height: 80px; }


  .top-noom-logo{
    width:200px;
    height:80px;
    background-image: url(../images/logo1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    float: left;
    margin-left: 30px; }
    @media screen and (max-wisth: 414px){
      .top-noom-logo{
        display: none;    } }

.top-emu-logo {
  width: 180px;
  height: 60px;
  background-image: url(../images/logo2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  float: left;
  margin-top:10px;
  margin-left: 10px; }
  @media screen and (max-width: 414px) {
    .top-emu-logo {
      display: none; } }

#top-nav {
  height: 80px;
  float: right;
  align-items: center;
  justify-content: space-between;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media screen and (max-width: 414px) {
    #top-nav {
      display: block;
      position: absolute;
      background: rgba(255, 255, 255, 0.85);
      top: 0;
      right: -100%;
      width: 100%;
      height: 100vh;
      padding-top: 50px;
      transition: .5s; }
      #top-nav.active {
        transition: .5s;
        transform: translateX(-100%);
        z-index: 2; } }

.menu {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-family: 15px; }
  .menu-item {
    margin-right: 20px; }
  .menu-link {
    -webkit-font-smoothing: initial; }
  @media screen and (max-width: 414px) {
    .menu {
      display: block;
      font-size: 20px; }
      .menu-item {
        margin-right: initial; }
      .menu-link {
        -webkit-font-smoothing: initial;
        display: block;
        padding: 20px;
        text-align: center; } }

a {
  color: #444;
  text-decoration: none; }

nav a:hover {
  text-decoration: underline; }

nav li {
  list-style: none;
  padding-right: 30px;
  float: right; }
  @media screen and (max-width: 414px) {
    nav li {
      float: none;
      text-align: center;
      margin-bottom: 32px;
      font-size: 30px;
      padding-right: 0; } }

.menu-trigger {
  display: none;
  transition: all .4s;
  box-sizing: border-box;
  position: fixed;
  right: 0;
  width: 40px;
  height: 32px;
  z-index: 3; }
  @media screen and (max-width: 414px) {
    .menu-trigger {
      display: inline-block;
      margin: 20px; } }
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background: #444;
    border-radius: 4px; }
    .menu-trigger span:nth-of-type(1) {
      top: 0; }
    .menu-trigger span:nth-of-type(2) {
      top: 14px; }
    .menu-trigger span:nth-of-type(3) {
      bottom: 0; }
  .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(12px) rotate(-45deg); }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0; }
  .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-15px) rotate(45deg); }


/*MAIN*/
/*main-images*/
.top-image-container {
  width: 100%;
  height: 700px;
  background-color: white;
  opacity: 0.6;
  background-image: url(../images/img14.JPG);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.noom-logo-container {
  width: 30%;
  height: 100px;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  background-image: url(../images/logo1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%); }
  @media screen and (max-width: 414px) {
    .noom-logo-container {
      width: 80%;
      height: 200px;
      background-size: contain; } }
  @media screen and (max-width: 768px) {
    .noom-logo-container {
      width: 80%;
      height: 200px;
      background-size: contain; } }

.emu-logo-container {
        width: 30%;
        height: 100px;
        top: 60%;
        left: 50%;
        margin: 0 auto;
        background-image: url(../images/logo2.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 50% 50%;
        position: absolute;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%); }
        @media screen and (max-width: 414px) {
          .emu-logo-container {
            width: 80%;
            height: 200px;
            background-size: contain; } }
        @media screen and (max-width: 768px) {
          .emu-logo-container {
            width: 80%;
            height: 100px;
            background-size: contain; } }

/*concept*/
.main-container {
  width: 100%; }

#about {
  width: 50%;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px; }

.concept {
  margin: 0 auto; }

/*design*/
#design {
  width: 100%;
  height: auto;
  margin: 50px 0 50px 0;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    #design {
      width: 90%;
      margin: 0 auto; } }

.design-title {
  font-family: "Quintessential", cursive;
  text-align: center;
  font-size: 40px; }

.image-item-container1, .image-item-container2, .image-item-container3 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media screen and (max-width: 414px) {
    .image-item-container1, .image-item-container2, .image-item-container3 {
      display: block; } }
  @media screen and (max-width: 768px) {
    .image-item-container1, .image-item-container2, .image-item-container3 {
      width: 100%; } }

.image-item {
  float: left; }
  @media screen and (max-width: 414px) {
    .image-item {
      width: 100%; } }

#design img {
  display: block;
  width: 250px;
  height: 250px; }
  @media screen and (max-width: 414px) {
    #design img {
      width: 100%;
      height: auto; } }
  #design img:hover {
    color: white;
    opacity: 0.5; }

/*price*/
#price-container {
  width: 100%;
  overflow: hidden; }

.price-left, .price-right {
  background: linear-gradient(0deg, #ecf1f7, #f4f5f7);
  background: -moz-linear-gradient(bottom, #ecf1f7, #f4f5f7);
  background: -webkit-linear-gradient(bottom, #ecf1f7, #f4f5f7);
  width: 50%;
  height: 400px;
  float: left; }
  @media screen and (max-width: 414px) {
    .price-left, .price-right {
      width: 100%;
      height: 150px;
      background: #ecf1f7; } }

.price-title {
  font-family: "Quintessential", cursive;
  font-size: 40px; }

.price-left {
  display: flex;
  justify-content: center;
  align-items: center; }

.price-right {
  display: flex;
  align-items: center;
  font-size: 20px; }
  @media screen and (max-width: 414px) {
    .price-right {
      font-size: 15px;
      padding: 5px;
      align-items: center; } }

.price-text {
  margin: 0 auto; }

#contact-container {
  width: 100%;
  height: 400px;
  background: #abbfba;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center; }

.contact-title {
  margin-bottom: 20px;
  font-family: "Quintessential", cursive;
  text-align: center;
  font-size: 40px; }
  @media screen and (max-width: 414px) {
    .contact-title {
      font-size: 30px;
      padding-bottom: 10px; } }

.contact-text {
  padding-bottom: 5px;
  font-size: 20px; }
  @media screen and (max-width: 414px) {
    .contact-text {
      font-size: 15px;
      padding-bottom: 5px; } }

/*opening*/
#opening-hours-container {
  width: 100%;
  height: 400px;
  background: #ecf1f7;
  display: flex;
  justify-content: center;
  align-items: center; }

.opening-title {
  margin-bottom: 20px;
  font-family: "Quintessential", cursive;
  text-align: center;
  font-size: 40px; }

.opening-text {
  font-size: 20px; }
  @media screen and (max-width: 414px) {
    .opening-text {
      font-size: 15px; } }

/*adress*/
#address-container {
  width: 100%;
  height: 400px;
  background: #abbfba;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center; }

.address-title {
  margin-bottom: 20px;
  font-family: "Quintessential", cursive;
  text-align: center;
  font-size: 40px; }
  @media screen and (max-width: 414px) {
    .address-title {
      font-size: 30px;
      padding-bottom: 10px; } }

.address-text {
  font-size: 20px; }
  @media screen and (max-width: 414px) {
    .address-text {
      font-size: 15px;
      padding-bottom: 5px; } }

.address-mail {
  font-size: 20px; }
  @media screen and (max-width: 414px) {
    .address-mail {
      font-size: 15px; } }

@media screen and (max-width: 414px) {
  .none {
    display: none; } }

.color {
  color: #a80b53; }

/*footer*/
.footer {
  width: 100%;
  height: 40px;
  background: #abbfba;
  text-align: center; }
  @media screen and (max-width: 414px) {
    .footer {
      font-size: 10px; } }
