body {
  background: #F4ECE6;
  margin: 0;
  color: #613914;
  font-family: Verdana, "ヒラギノ丸ゴ Pro W4", HiraMaruPro-W4, "ＭＳ Ｐゴシック", sans-serif;
}

.wrapper {
  /*overflow: hidden;*/
}

/* HAMBURGER */
#hamburger {
  display: none;
}

#toggle {
  position: fixed;
  top: 25px;
  right: 25px;
}

#toggle-box {
  position: relative;
  width: 36px;
  height: 32px;
  cursor: pointer;
}

#toggle-box > span {
width: 100%;
height: 1px;
left: 0;
display: block;
background: #000;
position: absolute;
transition: transform .6s ease-in-out, top .5s ease, bottom .5s ease;
}

#toggle-box > span:nth-child(1) {
  top: 0;
}
#toggle-box > span:nth-child(2) {
  top: 50%;
  transform: translatey(-50%);
}
#toggle-box > span:nth-child(3) {
  bottom: 0;
}

#toggle {
  z-index: 1000;
}

#nav-content {
  z-index: 900;
  overflow-x: hidden;
  width: 50%;
  height: 100%;
  background:  #613914;
  color: #fff;
  position: relative;
  position: fixed;
  top: 0;
  right: 0;
  text-align: center;
  transform: translateX(100%);
  transition:  transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  
}

#nav-content ul {
list-style: none;
display: block;
position: absolute;
top: -20px;
right: 0;
}

#nav-content ul li {
  width: 80%;
  border-bottom: 1px solid #fff;
  text-align: left;
  padding-left: 30px;
}



#nav-content a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 10px 0;
  transition: opacity .6s ease;

}

#nav-content a:hover {
opacity: 0.6;
}

.is-open {
  overflow: hidden;
}

.is-open #toggle-box > span {
  background: #fff;
}

.is-open #toggle-box > span:nth-child(1) {
top: 50%;
transform: rotate(45deg) translatey(-50%);
}

.is-open #toggle-box > span:nth-child(2) {
width: 0;
}

.is-open #toggle-box > span:nth-child(3) {
top: 50%;
transform: rotate(-45deg) translatey(-50%);
}

.is-open #nav-content {
z-index: 999;
transform: translateX(0);
width: 50%;
}

/* nav-info2 */
.nav-info2 {
  position: absolute;
  top: 480px;
  right: -5px;
  width: 100%;
  padding: 5px;
  
}

.nav-info2 h2 {
  font-size: 11px;
  margin: 5px;
}

.nav-tell2 img {
  width: 2em;

}

.nav-tell2 a {
  font-size: 1.5em;
  text-align: center;
}

.nav-mail2 img {
  width: 2em;
}

.nav-mail2 a {
  font-size: 0.5em;
  text-align: center;
}

/*nav-line-hamburger*/
.nav-line-hamburger {
  margin-top: 50px;
}

.nav-line-hamburger h2 {
  text-align: left;
}

.nav-line-hamburger h2 span {
  display: block;

}

/* SM */
@media(max-width:519px){
  #hamburger {
    display: block;
  }
}
/* END HAMBURGER */

/* HEADER */

header {
  position: relative;
  
}

.logo {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 400px;
  z-index: 20;
  height: 200px;
}

.logo img {
  margin: 0 auto;
  display: block;
  width: 180px;
  object-fit: contain;
}

.logo h1 {
  font-size: 40px;
  font-weight: bolder;
  text-align: center;
  margin-top: -10px;
  line-height: 40px;
}

nav {
  width: 100%;
  height: 210px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  width: 100%;
  margin-top: 100px;/*.nav-info用*/
}

nav li {
  padding: 5px 0;
  list-style: none;
  width: 8em;
  text-align: center;
}

nav li a {
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #613914;
  font-family: Verdana, "ヒラギノ丸ゴ Pro W4", HiraMaruPro-W4, "ＭＳ Ｐゴシック", sans-serif;
}

nav li a:hover {
  color: #EA5415;
}

nav li:nth-child(3) {
  margin-right: 25%;

}

/* nav-line */
.nav-line {
  position: absolute;
  top: 10px;
  left: 30px;
}

.nav-line h2 {
  font-size: 1em;
}

.nav-line h2 span {
  display: block;
}

.nav-line2 {
  width: 300px;
  display: flex;
}

/*
.nav-line2 img {
  display: block;
  margin: auto;
}
*/

.nav-line2 .line-annai {
  width: 30%;
  margin: auto;
  object-fit: contain;
}


/* NAV INFO */
.nav-info {
  position: absolute;
  top: 10px;
  right: 30px;
  text-align: left;
}

.nav-info h2 {
  margin: 0;
  font-size: 15px;
}

.nav-tell a {
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
  color: #613914;
  text-decoration: none;
}

.nav-tell a:hover {
  color: #EA5415;
}

.nav-tell a img {
  width: 30px;
}

.nav-mail a {
  font-size: 23px;
  font-weight: bold;
  cursor: pointer;
  color: #613914;
  text-decoration: none;
}

.nav-mail a:hover {
  color: #EA5415;
}

.nav-mail a img {
  width: 30px;
  padding-right: 10px;
}
/* END NAV INFO */
.header-container {
  padding: 60px;
  margin: 10px 0;
  background-color: rgba(204, 204, 204, 0.5);
}

.header-container2 h3 {
  text-align: center;
  color: #613914;
  font-size: 44px;
}

.header-container2 p {
  text-align: center;
  font-size: 22px;
  margin-top: -50px;
  color: #F0C076;
}

@media(max-width: 1024px) {
  .nav-info {
    top: 0;
    right: 0;
    text-align: left;
    width: 100%;
    max-width: 400px;
    margin: 10px;
  }
  
  .nav-info h2 {
    font-size: 13px;
  }
  
  .nav-tell a {
    font-size: 25px;
  }
  
  .nav-tell a img {
    width: 25px;
  }
  
  .nav-mail a {
    font-size: 20px;
  }
  
  .nav-mail a img {
    width: 20px;
  }
  
  .logo {
    width: 200px;
    height: 180px;
  }
  
  .logo img {
    width: 150px;
  }
  
  .logo h1 {
    font-size: 33px;
    font-weight: bolder;
    text-align: center;
    margin-top: -10px;
    line-height: 40px;
  }

  nav li a {
    font-size: 17px;
  }
  
  
}

@media(max-width:834px) {
  .nav-line {
    width: 100%;
    max-width: 330px;
    margin: 10px;
  }

  .nav-line h2 {
    font-size: .7em;
  }

  .nav-info {
  top: 0;
  right: 0;
  text-align: left;
  width: 100%;
  max-width: 330px;
  margin: 10px;
}

.nav-info h2 {
  font-size: 10px;
}

.nav-tell a {
  font-size: 20px;
}

.nav-tell a img {
  width: 20px;
}

.nav-mail a {
  font-size: 15px;
}

.nav-mail a img {
  width: 15px;
}

nav li a {
  font-size: 15px;
}

}

@media(max-width:768px) {
  .nav-info {
    top: 0;
    right: 0;
    text-align: left;
    width: 100%;
    max-width: 300px;
    margin: 10px;
  }
  
  .nav-info h2 {
    font-size: 13px;
  }
  
  .nav-tell a {
    font-size: 20px;
  }
  
  .nav-tell a img {
    width: 20px;
  }
  
  .nav-mail a {
    font-size: 15px;
  }
  
  .nav-mail a img {
    width: 15px;
  }
  
  .logo {
    width: 200px;
    height: 180px;
  }
  
  .logo img {
    width: 130px;
  }
  
  .logo h1 {
    font-size: 28px;
  }

  nav {
    width: 100%;
    height: 210px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  
  nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    width: 95%;
    margin-top: 100px;/*.nav-info用*/
  }
  
  nav li a {
    font-size: 13px;
  }

}

@media(max-width: 519px) {
   .nav-line , .line-annai , .nav-info , .pc {
    display: none;
  }
  
  .logo img {
    width: 100px;
  }
  
  .logo h1 {
    font-size: 30px;
    font-weight: bolder;
    text-align: center;
    margin-top: -10px;
    line-height: 40px;
  }
  
  nav {
    width: 100%;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .header-container {
    padding: 20px;
  }
  
  .header-container2 h3 {
    font-size: 24px;
  }
  
  .header-container2 p {
    font-size: 15px;
    margin-top: -20px;
  }

}

/* END HEADER */

/* CONTENTS1 */
.contents1 {
  width: 100%;
  height: 110vh;

}

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

.contents1-container img {
  width: 100%;
  padding: 6em 0;
  margin: auto;
  display: block;
}



@media(max-width: 1024px) {
  .contents1 {
    width: 100%;
    height: 60vh;
    margin: auto;

  }




}

@media(max-width: 834px) {
  .contents1 {
    width: 100%;
    height: 60vh;
    margin: auto;

  }




}

@media(max-width: 768px) {


}

@media(max-width: 519px) {
  .contents1 {
    width: 100%;
    height: 70vh;
    margin: auto;

  }



}body {
  background: #F4ECE6;
  margin: 0;
  color: #613914;
  font-family: Verdana, "ヒラギノ丸ゴ Pro W4", HiraMaruPro-W4, "ＭＳ Ｐゴシック", sans-serif;
}

.wrapper {
  /*overflow: hidden;*/
}

/* HAMBURGER */
#hamburger {
  display: none;
}

#toggle {
  position: fixed;
  top: 25px;
  right: 25px;
}

#toggle-box {
  position: relative;
  width: 36px;
  height: 32px;
  cursor: pointer;
}

#toggle-box > span {
width: 100%;
height: 1px;
left: 0;
display: block;
background: #000;
position: absolute;
transition: transform .6s ease-in-out, top .5s ease, bottom .5s ease;
}

#toggle-box > span:nth-child(1) {
  top: 0;
}
#toggle-box > span:nth-child(2) {
  top: 50%;
  transform: translatey(-50%);
}
#toggle-box > span:nth-child(3) {
  bottom: 0;
}

#toggle {
  z-index: 1000;
}

#nav-content {
  z-index: 900;
  overflow-x: hidden;
  width: 50%;
  height: 100%;
  background:  #613914;
  color: #fff;
  position: relative;
  position: fixed;
  top: 0;
  right: 0;
  text-align: center;
  transform: translateX(100%);
  transition:  transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  
}

#nav-content ul {
list-style: none;
display: block;
position: absolute;
top: -20px;
right: 0;
}

#nav-content ul li {
  width: 80%;
  border-bottom: 1px solid #fff;
  text-align: left;
  padding-left: 30px;
}



#nav-content a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 10px 0;
  transition: opacity .6s ease;

}

#nav-content a:hover {
opacity: 0.6;
}

.is-open {
  overflow: hidden;
}

.is-open #toggle-box > span {
  background: #fff;
}

.is-open #toggle-box > span:nth-child(1) {
top: 50%;
transform: rotate(45deg) translatey(-50%);
}

.is-open #toggle-box > span:nth-child(2) {
width: 0;
}

.is-open #toggle-box > span:nth-child(3) {
top: 50%;
transform: rotate(-45deg) translatey(-50%);
}

.is-open #nav-content {
z-index: 999;
transform: translateX(0);
width: 50%;
}

/* nav-info2 */
.nav-info2 {
  position: absolute;
  top: 480px;
  right: -5px;
  width: 100%;
  padding: 5px;
  
}

.nav-info2 h2 {
  font-size: 11px;
  margin: 5px;
}

.nav-tell2 img {
  width: 2em;

}

.nav-tell2 a {
  font-size: 1.5em;
  text-align: center;
}

.nav-mail2 img {
  width: 2em;
}

.nav-mail2 a {
  font-size: 0.5em;
  text-align: center;
}

/*nav-line-hamburger*/
.nav-line-hamburger {
  margin-top: 50px;
}

.nav-line-hamburger h2 {
  text-align: left;
}

.nav-line-hamburger h2 span {
  display: block;

}

/* SM */
@media(max-width:519px){
  #hamburger {
    display: block;
  }
}
/* END HAMBURGER */

/* HEADER */

header {
  position: relative;
  
}

.logo {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 400px;
  z-index: 20;
  height: 200px;
}

.logo img {
  margin: 0 auto;
  display: block;
  width: 180px;
  object-fit: contain;
}

.logo h1 {
  font-size: 40px;
  font-weight: bolder;
  text-align: center;
  margin-top: -10px;
  line-height: 40px;
}

nav {
  width: 100%;
  height: 210px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  width: 100%;
  margin-top: 100px;/*.nav-info用*/
}

nav li {
  padding: 5px 0;
  list-style: none;
  width: 8em;
  text-align: center;
}

nav li a {
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #613914;
  font-family: Verdana, "ヒラギノ丸ゴ Pro W4", HiraMaruPro-W4, "ＭＳ Ｐゴシック", sans-serif;
}

nav li a:hover {
  color: #EA5415;
}

nav li:nth-child(3) {
  margin-right: 25%;

}

/* nav-line */
.nav-line {
  position: absolute;
  top: 10px;
  left: 30px;
}

.nav-line h2 {
  font-size: 1em;
}

.nav-line h2 span {
  display: block;
}

.nav-line2 {
  width: 300px;
  display: flex;
}

/*
.nav-line2 img {
  display: block;
  margin: auto;
}
*/

.nav-line2 .line-annai {
  width: 30%;
  margin: auto;
  object-fit: contain;
}


/* NAV INFO */
.nav-info {
  position: absolute;
  top: 10px;
  right: 30px;
  text-align: left;
}

.nav-info h2 {
  margin: 0;
  font-size: 15px;
}

.nav-tell a {
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
  color: #613914;
  text-decoration: none;
}

.nav-tell a:hover {
  color: #EA5415;
}

.nav-tell a img {
  width: 30px;
}

.nav-mail a {
  font-size: 23px;
  font-weight: bold;
  cursor: pointer;
  color: #613914;
  text-decoration: none;
}

.nav-mail a:hover {
  color: #EA5415;
}

.nav-mail a img {
  width: 30px;
  padding-right: 10px;
}
/* END NAV INFO */
.header-container {
  padding: 60px;
  margin: 10px 0;
  background-color: rgba(204, 204, 204, 0.5);
}

.header-container2 h3 {
  text-align: center;
  color: #613914;
  font-size: 44px;
}

.header-container2 p {
  text-align: center;
  font-size: 22px;
  margin-top: -50px;
  color: #F0C076;
}

@media(max-width: 1024px) {
  .nav-info {
    top: 0;
    right: 0;
    text-align: left;
    width: 100%;
    max-width: 400px;
    margin: 10px;
  }
  
  .nav-info h2 {
    font-size: 13px;
  }
  
  .nav-tell a {
    font-size: 25px;
  }
  
  .nav-tell a img {
    width: 25px;
  }
  
  .nav-mail a {
    font-size: 20px;
  }
  
  .nav-mail a img {
    width: 20px;
  }
  
  .logo {
    width: 200px;
    height: 180px;
  }
  
  .logo img {
    width: 150px;
  }
  
  .logo h1 {
    font-size: 33px;
    font-weight: bolder;
    text-align: center;
    margin-top: -10px;
    line-height: 40px;
  }

  nav li a {
    font-size: 17px;
  }
  
  
}

@media(max-width:834px) {
  .nav-line {
    width: 100%;
    max-width: 330px;
    margin: 10px;
  }

  .nav-line h2 {
    font-size: .7em;
  }

  .nav-info {
  top: 0;
  right: 0;
  text-align: left;
  width: 100%;
  max-width: 330px;
  margin: 10px;
}

.nav-info h2 {
  font-size: 10px;
}

.nav-tell a {
  font-size: 20px;
}

.nav-tell a img {
  width: 20px;
}

.nav-mail a {
  font-size: 15px;
}

.nav-mail a img {
  width: 15px;
}

nav li a {
  font-size: 15px;
}

}

@media(max-width:768px) {
  .nav-info {
    top: 0;
    right: 0;
    text-align: left;
    width: 100%;
    max-width: 300px;
    margin: 10px;
  }
  
  .nav-info h2 {
    font-size: 13px;
  }
  
  .nav-tell a {
    font-size: 20px;
  }
  
  .nav-tell a img {
    width: 20px;
  }
  
  .nav-mail a {
    font-size: 15px;
  }
  
  .nav-mail a img {
    width: 15px;
  }
  
  .logo {
    width: 200px;
    height: 180px;
  }
  
  .logo img {
    width: 130px;
  }
  
  .logo h1 {
    font-size: 28px;
  }

  nav {
    width: 100%;
    height: 210px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  
  nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    width: 95%;
    margin-top: 100px;/*.nav-info用*/
  }
  
  nav li a {
    font-size: 13px;
  }

}

@media(max-width: 519px) {
   .nav-line , .line-annai , .nav-info , .pc {
    display: none;
  }
  
  .logo img {
    width: 100px;
  }
  
  .logo h1 {
    font-size: 30px;
    font-weight: bolder;
    text-align: center;
    margin-top: -10px;
    line-height: 40px;
  }
  
  nav {
    width: 100%;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .header-container {
    padding: 20px;
  }
  
  .header-container2 h3 {
    font-size: 24px;
  }
  
  .header-container2 p {
    font-size: 15px;
    margin-top: -20px;
  }

}

/* END HEADER */

/* CONTENTS1 */
.contents1 {
  width: 100%;
  height: 110vh;

}

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

.contents1-container img {
  width: 100%;
  padding: 6em 0;
  margin: auto;
  display: block;
}



@media(max-width: 1024px) {
  .contents1 {
    width: 100%;
    height: 60vh;
    margin: auto;

  }




}

@media(max-width: 834px) {
  .contents1 {
    width: 100%;
    height: 60vh;
    margin: auto;

  }




}

@media(max-width: 768px) {


}

@media(max-width: 519px) {
  .contents1 {
    width: 100%;
    height: 70vh;
    margin: auto;

  }



}