@charset "UTF-8";
*{
  margin: 0;
  padding: 0;
  //font-family: sans-selif;
  box-sizing: border-box;
  scroll-behavior: smooth;
  //scroll-margin:100px;
}
section:target {
  scroll-margin-top: 100px; 
}
body {
  font-family: "Klee One", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
}
/*#english {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
#french {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  font-size: 18px;
}*/
header {
  top: 0;
  position: fixed;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 90px;
  margin: 0 0 80px 0;
  z-index: 888;
}
.logo {
  margin-top: 17px;
  margin-left: 15px;
  cursor: pointer;
}
.burger {
  margin-top: 9px;
  margin-right: 15px;
  width: 50px;
  height: 90px;
  background-image: url("../images/open.svg");
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  z-index: ;
}
.burger.is-active {
  background-image: url("../images/close.svg");
}
.menu {
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70vh;
  position:fixed;
  background-color: rgba(36,113,25,0.90);
  z-index: 1;
  display: none;
}
.menu.is-active {
  display: flex;
}
.nav {
  list-style: none;
  line-height: 2.5em;
  padding-right: 50px;
}
.nav a {
  color: #ffffff;
  text-decoration: none;
  font-size: 1.2em; 
}
.nav img {
  width: 200px;
  padding-top: 5px;
}
.message {
	margin-top: 92px;//32px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #ffffff;
  //text-align: center;
	background-image: url("../images/sorasmm.jpg");
  padding: 240px 0;
  line-height: 2em;
	animation-name: textanime;
  animation-duration:5s;
}
@keyframes textanime {
 0% {
  opacity: 0;
 }
 100% {
  opacity: 1;
 }
}
#top {
  text-align: center;
  margin: 0 auto;
  display: block;
}
.kobo {
  font-size: 50px;
  color: #083F0E;
  margin: 60px auto 50px;
}
.logo2 {
  padding: 30px 0 100px 0;
}
.logo2 img {
  display: block;
  margin: 0 auto;
}
h2 {
  text-align: center;
  font-weight: 200;
  color: rgba(18,18,18,1.00);
  margin: 0px 0 50px 0;
  //padding-top: 80px;
}
.big {
  font-size: 30px;
}
.date {
  width: 150px;
}

#about {
  margin-top: 120px;
}
.aboutbox1 {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 50px;
  margin: 0 50px 80px 60px;
}
.aboutbox2 {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 50px;
  margin: 0 50px 80px 60px;
}
.about1 {
  width: 400px;
  padding: 10px 0 0 0;
}
.about2 {
  width: 400px;
  padding: 10px 0 0 0;
}
.about3 {
  width: 400px;
  padding: 10px 0 0 0;
}
.about4 {
  width: 400px;
  padding: 10px 0 80px 0;
}
.aboutbox1 img{
  border-radius: 10px;
}
.aboutbox2 img{
  border-radius: 10px;
}
.bee {
  width: 40px;
  display: block;
  margin: 100px auto;
}
.tayori {
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.5em;
}
.newstitle {
  display: flex;
  justify-content: flex-start;
  gap: 50px;
  padding: 30px;
}
.newstitle a {
  text-decoration: none;
  color: black;
}
.new {
  font-size: 20px;
  background-color: #5ECE78;
  margin: 0 20px 0 0;
  border-radius: 5px;
  color: #FFFFFF;
}
.readmore {
  width: 110px;
  height: 30px;
  font-size: 18px;
  text-align: center;
  margin: 50px auto 80px;
  border-radius: 4px;
  background-color: #068829
}
.readmore-f {
  width: 150px;
  height: 30px;
  font-size: 18px;
  text-align: center;
  margin: 50px auto 80px;
  border-radius: 4px;
  background-color: #068829
}
.readmore a,.readmore-f a {
  text-decoration: none;
}
.readmore span,.readmore-f span {
  color: #ffffff;
}
.ex00 {
  text-align: center;
}
.ex0box {
  display: block;
  text-align: center;
  margin: 0 auto;
}
.ex0 {
  display: inline-block;
  text-align: left;
  font-size: 22px;
  margin-bottom: 100px;
}
.ex0 img{
  width: 200px;
}
.ex0 a{
  text-decoration: none;
  color:rgba(36,113,25,0.90);
  font-weight: 500;
}
.hachimitsu-box {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 50px auto 50px;
}
.short {
  margin-bottom: 5px
}
.hachimitsu-box img {
  border-radius: 10px;
}
.two-photo {
  display: flex;
  gap: 5px;
}
.ex-box {
  width: 500px;
}
.ex {
  margin: 0 0 10px 0;
}
.gocafe {
  display: block;
  text-align: center;
  margin: 0 auto 50px;
}
.ex2box {
  display: block;
  text-align: center;
  margin: 0 auto 50px;
}
.ex2 {
  display: inline-block;
  text-align: left;
}
.line {
  margin-bottom: 200px;
}
.form {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}
.footer {
  padding: 50px 0 0;
  background-color: #083F0E;
}
.footer-box {
  display: flex;
  text-align: center;
  justify-content: center;
  gap: 50px;
}
.follow {
  display: flex;
  gap: 30px;
}
.follow-us {
  font-size: 24px;
  color: #ffffff;
}
.footer-nav-box {
  border-left: 1px solid #ffffff;
  padding-left: 50px;
}
.footer-nav li {
  list-style: none;
  text-align: left;
  font-size: 24px;
}
.footer-nav li a {
  text-decoration: none;
  color: #ffffff;
}
.instagram-icon {
  width: 24px;
  height: 24px;
  vertical-align: middle;
}
.cafe-icon {
  width: 200px;
}
.copyright {
  text-align: center;
  margin: 10px auto;
  padding: 25px 0;
  font-size: 16px;
  color: #ffffff; 
}


@media (min-width:767px) {
.br-sp{
  display: none;
}
}

@media (max-width:767px) {
  
section:target {
  scroll-margin-top: 90px; 
}
body{
  font-size:16px;
  }
header {
  background-color: #ffffff;
  height: 90px;
}
.burger {
  margin-top: 7px;
}
.menu {
  width: 100%;
  height: 100vh;
}
.nav {
  padding: 0;
}
.nav img {
  width: 170px;
  padding-top: 2px;
}
.message {
  margin-top: 90px;
}
.kobo {
  font-size: 30px;
}
.big {
  font-size: 24px;
}
.br-sp{
  display: inline;
}
	
.new {
  font-size: 16px;
  background-color: #5ECE78;
  margin: 0 10px 0 0;
  border-radius: 5px;
  color: #FFFFFF;
}
#about{
  margin-top: 50px;
  margin-bottom: 100px;
}
.about1,.about2,.about3,.about4 {
  display: inline-block;
  text-align: left;
  margin-bottom: 10px;
}
.aboutbox1 {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin: 0 auto;
  padding: 20px 0;
}
.aboutbox2 {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin: 0 auto;
  padding: 20px 0;
}
.imgabout2 {
  order: 1;
}
.imgabout4 {
  order: 1;
}
.about1 {
  width: 90%;
  padding: 20px 0 0 0;
  }
.about2 {
  width: 90%;
  padding: 20px 0 0 0;
}
.about3 {
  width: 90%;
  padding: 20px 0 0 0;
}
.about4 {
  width: 90%;
  padding: 20px 0 0 0;
}
#about img {
  width: 90%		
}
.tayori {
  margin: 0 30px; 
}
.aboutbox1 img,.aboutbox2 img {
  width: 100%;
  height: auto;
}
.honeyimg {
  width: 90%;
  height: auto;
  }
.ex2box {
  width:90%;
  height: auto;
}
.newstitle {
  display: block;
  padding: 30px 10px;
}
.hachimitsu-box {
  display: block;
  text-align: center;
}
.honey-photo {
  text-align: center;
  margin: 0 auto;
}
.honey-photo img {
  width: 90%;
  height: auto;
}
.two-photo {
  display: none;
}
.ex-box {
  width: 90%;
  display: inline-block;
  text-align: left;
  margin: 20px auto 0;
}
.ex0 {
  font-size: 16px;
  width: 90%;
}
.ex0 img{
  width: 150px;
}
.gocafe img {
  width: 50%;
}
.form {
  margin-top: 40px;
}
.footer-box {
  gap: 20px;
}
.follow {
  display: block;
}
.follow-us {
  font-size: 18px;
}
.cafe-icon {
  width: 150px;
}
.footer-nav li {
  font-size: 18px;
}

}

