/* Scss Document */
/* Scss Document */
@import url(../css/reset.css);
html, body {
  width: 100%;
  color: #664935;
  background: #ffffff;
  line-height: 1.2;
  font-family: "Noto Sans JP", "Meiryo", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "sans-serif";
  text-size-adjust: 100%;
}

p, a {
  -webkit-font-smoothing: antialiased;
}

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

h2 {
  font-size: 38px;
  color: #f08200;
}

h3 {
  font-size: 24px;
}

img {
  width: 100%;
  vertical-align: bottom;
}

/* Scss Document */
/* Scss Document */
html, body {
  width: 100%;
  color: #664935;
  background: #ffffff;
  line-height: 1.2;
  font-family: "Noto Sans JP", "Meiryo", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "sans-serif";
  text-size-adjust: 100%;
}

p, a {
  -webkit-font-smoothing: antialiased;
}

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

h2 {
  font-size: 38px;
  color: #f08200;
}

h3 {
  font-size: 24px;
}

img {
  width: 100%;
  vertical-align: bottom;
}

/* Scss Document */
/* Scss Document */
html, body {
  width: 100%;
  color: #664935;
  background: #ffffff;
  line-height: 1.2;
  font-family: "Noto Sans JP", "Meiryo", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "sans-serif";
  text-size-adjust: 100%;
}

p, a {
  -webkit-font-smoothing: antialiased;
}

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

h2 {
  font-size: 38px;
  color: #f08200;
}

h3 {
  font-size: 24px;
}

img {
  width: 100%;
  vertical-align: bottom;
}

/*-- header block --*/
header {
  height: 80px;
  width: 100%;
  background-color: #ffffff;
}
header .header {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
header .header__logo {
  position: absolute;
  top: 18px;
  left: 10px;
}
@media screen and (max-width: 960px) and (min-width: 480px) {
  header .header {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  header .header {
    width: 100%;
  }
}

/*-- nav block --*/
.nav {
  width: 570px;
  height: 80px;
  position: absolute;
  right: 0;
  top: 0;
}
.nav .nav__list {
  float: left;
  height: 80px;
  margin-left: 50px;
  text-decoration: none;
  line-height: 80px;
  display: block;
  color: #664935;
  box-sizing: border-box;
}
.nav .nav__list:hover {
  color: #f08200;
  border-bottom: 2px solid #f08200;
  transition: .1s;
}
@media screen and (max-width: 960px) and (min-width: 480px) {
  .nav {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .nav {
    display: none;
  }
}

.contact .nav__list--contact {
  color: #f08200;
  border-bottom: 2px solid #f08200;
}

/* Scss Document */
/* Scss Document */
html, body {
  width: 100%;
  color: #664935;
  background: #ffffff;
  line-height: 1.2;
  font-family: "Noto Sans JP", "Meiryo", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "sans-serif";
  text-size-adjust: 100%;
}

p, a {
  -webkit-font-smoothing: antialiased;
}

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

h2 {
  font-size: 38px;
  color: #f08200;
}

h3 {
  font-size: 24px;
}

img {
  width: 100%;
  vertical-align: bottom;
}

/*-- footer block --*/
footer {
  background-color: #f08200;
  height: 100px;
  width: 100%;
  color: #fff;
}

.footer {
  width: 1200px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  color: #3c3c3c;
}
.footer__name {
  margin-bottom: 10px;
}
.footer__copyright {
  margin-top: 10px;
}
@media screen and (max-width: 960px) and (min-width: 480px) {
  .footer {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .footer {
    width: 100%;
  }
}

/* Scss Document */
/* Scss Document */
html, body {
  width: 100%;
  color: #664935;
  background: #ffffff;
  line-height: 1.2;
  font-family: "Noto Sans JP", "Meiryo", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "sans-serif";
  text-size-adjust: 100%;
}

p, a {
  -webkit-font-smoothing: antialiased;
}

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

h2 {
  font-size: 38px;
  color: #f08200;
}

h3 {
  font-size: 24px;
}

img {
  width: 100%;
  vertical-align: bottom;
}

.l-drawer {
  max-width: 100%;
  display: none;
}
@media screen and (max-width: 960px) and (min-width: 480px) {
  .l-drawer {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .l-drawer {
    display: block;
  }
}
.l-drawer__checkbox {
  display: none;
}
.l-drawer__icon {
  cursor: pointer;
  display: block;
  width: 56px;
  height: 60px;
  position: absolute;
  top: 1.5%;
  right: 2%;
}
.l-drawer__icon-parts, .l-drawer__icon-parts:before, .l-drawer__icon-parts:after {
  background-color: #000;
  display: block;
  width: 26px;
  height: 2px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.l-drawer__icon-parts:before, .l-drawer__icon-parts:after {
  content: " ";
}
.l-drawer__icon-parts:before {
  top: 16px;
}
.l-drawer__icon-parts:after {
  top: -16px;
}
.l-drawer__overlay {
  background: #000;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
}
.l-drawer__menu {
  background: #f08200;
  color: #000;
  max-width: 60%;
  width: 320px;
  height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  right: -320px;
}
.l-drawer__item {
  margin-top: 80px;
}
.l-drawer__item-inner {
  display: block;
  width: 60%;
  margin-left: 20px;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.l-drawer__icon {
  z-index: 4;
}
.l-drawer__menu {
  z-index: 3;
}
.l-drawer__overlay {
  z-index: 2;
}
.l-drawer__checkbox:checked ~ .l-drawer__icon .l-drawer__icon-parts {
  background: transparent;
}
.l-drawer__checkbox:checked ~ .l-drawer__icon .l-drawer__icon-parts:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
}
.l-drawer__checkbox:checked ~ .l-drawer__icon .l-drawer__icon-parts:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
}
.l-drawer__checkbox:checked ~ .l-drawer__overlay {
  opacity: 0.3;
  pointer-events: auto;
}
.l-drawer__checkbox:checked ~ .l-drawer__menu {
  right: 0;
}
.l-drawer__icon-parts, .l-drawer__icon-parts:after, .l-drawer__icon-parts:before, .l-drawer__overlay, .l-drawer__menu {
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

article {
  line-height: 2;
}
article h2 {
  text-align: center;
  height: 100px;
  background-color: #ffedd8;
  line-height: 100px;
}
@media screen and (max-width: 480px) {
  article h2 {
    font-size: 30px;
  }
}
article h3 {
  border-left: 5px solid #f08200;
  padding-left: 20px;
}
article h4 {
  margin-top: 20px;
  margin-left: 10px;
}
article p {
  margin-top: 10px;
  margin-left: 10px;
}
article ul {
  margin-top: 20px;
}
article li {
  margin-left: 30px;
}

.privacyPolicyWrapper {
  width: 90%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

section {
  margin-top: 50px;
}

.handling ul {
  margin-top: 0;
}

.backToTop {
  display: block;
  width: 300px;
  height: 50px;
  margin: 50px auto 100px auto;
  text-align: center;
  background-color: #f08200;
  line-height: 50px;
  font-size: 24px;
  color: #ffffff;
  border-radius: 4px;
}
.backToTop:hover {
  color: #f08200;
  background-color: #fff;
  border: 2px solid #f08200;
  transition: .3s;
}
