@charset "UTF-8";
body {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  line-height: 1.5;
  background-color: #FFF5EE;
}

body img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }
}

header {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5rem;
  width: 100%;
  background-color: #fff;
  z-index: 2;
}

header h1 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 2px;
}

header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header ul li:not(:first-child) {
  padding-left: 1rem;
}

header ul li::before {
  content: '■';
  color: #4d1400;
}

@media screen and (max-width: 990px) {
  header ul {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  header {
    padding: 1rem;
  }
}

.hero {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 40px;
}

.hero img {
  width: 100%;
}

main {
  letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
  main {
    padding: 0 15px;
  }
}

.wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

section {
  padding: 5rem 0;
}

@media screen and (max-width: 767px) {
  section {
    padding: 2rem 0;
  }
}

.top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 767px) {
  .top {
    display: block;
  }
}

.top .discription {
  width: 55%;
  padding-right: 1rem;
}

@media screen and (max-width: 767px) {
  .top .discription {
    width: 100%;
    padding-right: 0;
    margin-bottom: 1rem;
  }
}

.top .discription div:first-of-type {
  margin-bottom: 1.5rem;
  font-size: 28px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .top .discription div:first-of-type {
    font-size: 24px;
  }
}

.top .image {
  width: 45%;
  padding-left: 1rem;
}

@media screen and (max-width: 767px) {
  .top .image {
    width: 100%;
    padding-left: 0;
  }
}

h2 {
  position: relative;
  margin-bottom: 3.5rem;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}

h2::before {
  content: '';
  position: absolute;
  bottom: -20px;
  display: inline-block;
  width: 7%;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #4d1400;
}

#section1 {
  padding-top: 60px;
  margin-top: -60px;
}

#section1 div p {
  margin-bottom: 1rem;
}

#section1 div p span {
  font-weight: 700;
}

#section1 div p span.note {
  font-size: 14px;
}

////////////////////////////////

#section1  div image {
  width: 45%;
  padding-left: 1rem;
}


////////////////////////////////

#section3 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0.75rem;
  padding: 0 5rem;
}

@media screen and (max-width: 767px) {
  #section3 dl {
    display: block;
    padding: 0;
  }
}

#section3 dl dt {
  width: 20%;
}

@media screen and (max-width: 767px) {
  #section3 dl dt {
    width: 100%;
  }
}

#section3 dl dd {
  width: 80%;
}

@media screen and (max-width: 767px) {
  #section3 dl dd {
    width: 100%;
  }
}

#section4 {
  padding-bottom: 7rem;
}

#section4 a {
  display: block;
  width: 50%;
  margin: 0 auto;
  padding: 1rem;
  color: #fff;
  text-align: center;
  background-color: #4d1400;
  -webkit-transition: .7s;
  transition: .7s;
}

@media screen and (max-width: 767px) {
  #section4 a {
    width: 80%;
  }
}

#section4 a:hover {
  opacity: 0.7;
  -webkit-transition: .7s;
  transition: .7s;
}

.copy-right {
  color: #fff;
  background-color: #4d1400;
  text-align: center;
  font-size: 14px;
  padding: .8rem;
}

.hamburger-menu {
  display: none;
}

@media screen and (max-width: 990px) {
  .hamburger-menu {
    display: block;
  }
}

.menu-btn {
  position: fixed;
  top: 5px;
  right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  width: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 90;
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #4d1400;
  position: absolute;
}

.menu-btn span:before {
  bottom: 8px;
}

.menu-btn span:after {
  top: 8px;
}

#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0);
  /*メニューオープン時は真ん中の線を透明にする*/
}

#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#menu-btn-check {
  display: none;
}

.menu-content {
  width: 50%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  background-color: white;
}

.menu-content ul {
  padding: 70px 10px 0;
}

.menu-content ul li {
  border-bottom: solid 1px #000;
  list-style: none;
}

.menu-content ul li a {
  display: block;
  width: 100%;
  font-size: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
  text-decoration: none;
  padding: 9px 15px 10px 0;
  position: relative;
}

.menu-content ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #4d1400;
  border-right: solid 2px #4d1400;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 11px;
  top: 16px;
}

.menu-content {
  width: 50%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  /*leftの値を変更してメニューを画面外へ*/
  z-index: 80;
  background-color: white;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  /*アニメーション設定*/
}

#menu-btn-check:checked ~ .menu-content {
  left: 50%;
  /*メニューを画面内へ*/
}
/*# sourceMappingURL=style.css.map */