@charset "utf-8";

/*reset*/
* {
  margin: 0;
  padding: 0;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/*End reset*/
/* form font */
button {
  font-family: inherit;
  font-size: 100%;
}

/*layout start*/
body {
  font-family: 'Kiwi Maru', serif;
}

/*header*/
.header-bg {
  background-image: url(img/teaset-mimosa-main-min.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  display: flex;
  justify-content: center;
}

.header {
  background-color: rgba(255, 255, 255, 0.95);
  position: fixed;
  width: 100%;
  z-index: 1000;
}

.header-p {
  color: #614b40;
  font-size: 1.2rem;
  align-self: center;
  letter-spacing: 0.02rem;
  font-weight: 100;
  text-align: center;
}

.header-p img {
  height: 10rem;
  margin: 0;
}

.title-h1 img {
  height: 4.5rem;
  float: left;
  margin-left: 1rem;
}

/* .title-h1 {
  float: left;
  padding: 1rem; */
/* font-weight: 900; */
/* } */
/* .title-h1 a {
  text-decoration: none;
  color: #614b40;
  transition: 0.5s;
} */
/* .title-h1 a:hover { */
/* color: #a68372; */
/* text-shadow: 0 0 5px white,0 0 10px white,0 0 10px white;
} */

/*480px Less than*/
@media screen and (max-width:480px) {

  /* .title-h1 {
    font-size: 1.4rem;
  } */
  .header-p {
    font-size: 1rem;
    line-height: 1;
    text-shadow: #fff;
  }
}

/*End 480px Less than*/


/*End header*/

/*nav*/
.nav {
  float: right;
  width: 50%;
  position: relative;
  z-index: 9999;
}

.nav-ul {
  margin: 0 1rem 0;
}

.nav li {
  float: left;
  list-style: none;
  width: 20%;
  text-align: center;
  padding: 1rem 0;
}

.nav li a {
  display: block;
  padding: 1rem 0;
  text-decoration: none;
  color: #614b40;
  font-size: 0.8rem;
  transition: 0.5s
}

.nav li a:hover {
  color: white;
  background-color: #614b40;
  box-shadow: 0 0 5px white;
}

.btn {
  font-size: 1rem;
  padding: 0.4rem 0.6rem 0.25rem;
  position: absolute;
  top: -50px;
  right: 1rem;
  display: none;
  font-weight: 600;
  color: white;
  letter-spacing: 0.05rem;
  background-color: #614b40;
  border: none;
}

.btn:hover {
  cursor: pointer;
  box-shadow: 0 0 2px 1px #aaa;
}

/*768px Less than*/
@media screen and (max-width:768px) {
  .btn {
    display: block;
  }

  .nav {
    width: 100%;
  }

  .nav-ul {
    display: none;
    float: none;
    background-color: #b8e1e7;
    margin-bottom: 20px;
  }

  .nav li {
    float: none;
    width: 100%;
  }

  .nav li a {
    width: 100%;
    color: #614b40;
  }

  .nav li a:hover {
    color: white;
    background-color: #614b40;
    box-shadow: 0 0 5px white;
  }
}

/*End 768px Less than*/

/*480px Less than*/
/* @media screen and (max-width:480px) {
  .btn {
    top: 1.1rem;
  }
} */

/*End 480px Less than*/
/*End nav*/

/*col-1 col-2 col-3 col-4*/
.section-h2 {
  font-size: 1.5rem;
  color: #614b40;
  text-align: center;
  margin-bottom: 1.5rem;
  letter-spacing: 0.3rem;
}

.col-1 {
  color: #614b40;
  padding-top: 6rem;
  padding-bottom: 10rem;
  text-align: center;
  font-size: 1rem;
}

.col-2,
.col-3,
.col-4 {
  color: #614b40;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 6rem;
  padding-bottom: 5rem;
  font-size: 1rem;
}

.col-1,
.col-3 {
  background-color: #fff;
}

.col-2,
.col-4 {
  background-color: #b8e1e7;
}

/*End col-1 col-2 col-3*/

/*col-1 about layout*/
.col-1 {
  margin: 0 auto;
  padding-bottom: 12rem;
  letter-spacing: 0.3rem;
  line-height: 2;
}

/*768px Less than*/
@media screen and (max-width:768px) {
  .about {
    width: 100%;
    margin-bottom: 20px;
  }
}

/*End 768px Less than*/
/*End col-1 about layout*/

/*col-2 menu layout*/
.wrap {
  padding: 30px;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.item {
  width: 30%;
  margin-bottom: 20px;
  text-align: center;
}

.item img {
  margin: 5px;
}

@media screen and (max-width:900px) {
  .item {
    width: 31.5%;
  }
}

@media screen and (max-width:728px) {
  .item {
    width: 48%;
  }
}

@media screen and (max-width:640px) {
  .item {
    width: 100%;
  }
}

/*col-3 gallery layout*/
.wrap {
  padding: 30px;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.item {
  width: 23.5%;
  margin-bottom: 20px;
}

.item img {
  margin: 5px;
}

@media screen and (max-width:900px) {
  .item {
    width: 31.5%;
  }
}

@media screen and (max-width:728px) {
  .item {
    width: 48%;
  }
}

@media screen and (max-width:640px) {
  .item {
    width: 100%;
  }
}

/*End col-3 menu layout*/

/*col-4 contact layout*/
.sns {
  margin-bottom: 15px;
  clear: both;
  text-align: center;
}

.sns li {
  display: inline-block;
}

.sns a {
  display: block;
  padding: 10px 20px;
  background-color: #b8e1e7;
  color: #614b40;
  border-radius: 5px;
  font-size: 30px;
  text-decoration: none;
}

.sns a:hover {
  opacity: 0.7;
}

@media screen and (min-width:640px) {
  .add-photo {
    float: right;
    width: 31.9148%;
    margin-bottom: 20px;
  }

  .add-info {
    float: right;
    width: 65.9574%;
    margin-bottom: 20px;
  }}

  /*End col-4 access layout*/

  /*footer*/
  .footer {
    color: #614b40;
    min-height: 100px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  /*End footer*/

  /*Top Back*/
  .top-bg {
    background-color: #b8e1e7;
    width: 100%;
  }

  .top a {
    display: block;
    text-decoration: none;
    font-size: 2rem;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #fff;
    color: #614b40;
    line-height: 60px;
    text-align: center;
    margin: auto;
    position: relative;
    bottom: -30px;
    transition: 0.5s;
  }

  .top a:hover {
    color: rgba(255, 255, 255, 0.5);
  }

  /*End Top Back*/