.haku {
  margin: 180px 0 200px;
}

@media screen and (max-width: 767px) {
  .haku {
    margin: 90px 0 100px;
  }
}

.history {
  margin: 190px 0 180px;
}

@media screen and (max-width: 767px) {
  .history {
    margin: 95px 0 90px;
  }
}

.howto {
  margin: 180px 0 160px;
}

@media screen and (max-width: 767px) {
  .howto {
    margin: 90px 0 80px;
  }
}

.howtoBlockList {
  margin-top: 70px;
  counter-reset: number 0;
}

.howtoBlock + .howtoBlock {
  margin-top: 100px;
}

.howtoBlock .c-flexBlockInfoTtl {
  position: relative;
  padding-left: 35px;
}

.howtoBlock .c-flexBlockInfoTtl::before {
  counter-increment: number 1;
  content: counter(number) ".";
  display: inline-block;
  font-size: 48px;
  color: #987200;
  font-family: 'Italiana', serif;
  position: absolute;
  left: 0;
  top: 0px;
  line-height: 1.1;
}

@media screen and (max-width: 767px) {
  .howtoBlock .c-flexBlockInfoTtl::before {
    font-size: 30px;
    top: 2px;
  }
}

.c-pageLinkBannerItem {
  color: #fff;
}

.howtoTblTxtList p {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
}

@media screen and (max-width: 1024px) {
  .howtoTblTxtList p {
    font-size: 12px;
  }
}

.howtoTblCover {
  margin: 95px 0 35px;
}

@media screen and (max-width: 1024px) {
  .howtoTblCover {
    width: calc(100% + 25px);
    overflow: scroll;
  }
}

.howtoTbl {
  width: 100%;
  min-width: 1000px;
  z-index: 99;
}

.howtoTbl .howtoTblTr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}

.howtoTbl .howtoTblTr:first-child {
  border-top: 1px solid rgba(51, 51, 51, 0.4);
  border-bottom: 1px solid rgba(51, 51, 51, 0.4);
}

.howtoTbl .howtoTblTr:first-child .howtoTblTd {
  text-align: center;
  background-color: rgba(199, 166, 67, 0.1);
  padding: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.howtoTbl .howtoTblTr:last-child {
  border-bottom: 1px solid rgba(51, 51, 51, 0.4);
}

.howtoTbl .howtoTblTd {
  padding: 25px;
  width: calc((100% - 120px)/2);
}

.howtoTbl .howtoTblTd:first-child {
  width: 120px;
  text-align: center;
  background-color: rgba(199, 166, 67, 0.1);
  padding: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.howtoTbl .howtoTblTd:nth-child(1) {
  border-right: 1px solid rgba(51, 51, 51, 0.4);
}

.howtoTbl .howtoTblTd:nth-child(2) {
  border-right: 1px solid rgba(51, 51, 51, 0.2);
}

.howtoTbl .howtoTblTdImg {
  max-width: 300px;
  margin: 0 auto 25px;
}

.heritage {
  margin: 135px 0 200px;
}

@media screen and (max-width: 767px) {
  .heritage {
    margin: 65px 0 100px;
  }
}

.howto-heritage {
  margin: 160px 0 170px;
}

@media screen and (max-width: 767px) {
  .howto-heritage {
    margin: 80px 0 85px;
  }
}

.heritageBox {
  background-color: #e2dcc7;
  padding: 55px 55px;
  margin-top: 90px;
}

@media screen and (max-width: 767px) {
  .heritageBox {
    padding: 25px 20px;
    margin-top: 45px;
  }
}

.heritageBoxTtl {
  margin: 0px 0 30px;
}

@media screen and (max-width: 767px) {
  .heritageBoxTtl {
    margin: 0px 0 15px;
  }
}

.heritageBoxImg {
  display: block;
  width: 170px;
  margin-top: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.heritageBoxImg:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .heritageBoxImg {
    width: 140px;
    margin-top: 15px;
  }
}

.topFlowList {
  margin-top: 70px;
  counter-reset: number 0;
}

.topFlowItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.topFlowItem + .topFlowItem {
  margin-top: 75px;
}

@media screen and (max-width: 767px) {
  .topFlowItem + .topFlowItem {
    margin-top: 40px;
  }
}

.topFlowItem .topFlowItemImg {
  width: 465px;
}

@media screen and (max-width: 1024px) {
  .topFlowItem .topFlowItemImg {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .topFlowItem .topFlowItemImg {
    width: 100%;
  }
}

.topFlowItem .topFlowItemInfo {
  width: calc(100% - 465px - 50px);
}

@media screen and (max-width: 1024px) {
  .topFlowItem .topFlowItemInfo {
    width: calc(100% - 50% - 20px);
  }
}

@media screen and (max-width: 767px) {
  .topFlowItem .topFlowItemInfo {
    width: 100%;
  }
}

.topFlowItem .topFlowItemTtl {
  font-family: YakuHanMP,'Shippori Mincho', serif;
  font-size: 24px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}

@media screen and (max-width: 767px) {
  .topFlowItem .topFlowItemTtl {
    font-size: 22px;
    padding-left: 20px;
    margin-bottom: 0px;
  }
}

.topFlowItem .topFlowItemTtl::before {
  counter-increment: number 1;
  content: counter(number) ".";
  display: inline-block;
  font-size: 32px;
  color: #987200;
  font-family: 'Italiana', serif;
  position: absolute;
  left: 0;
  top: 4px;
  line-height: 1.1;
}

@media screen and (max-width: 767px) {
  .topFlowItem .topFlowItemTtl::before {
    font-size: 24px;
    top: 7px;
  }
}

.subFlowListCover {
  counter-reset: number 0;
}

.subFlowList {
  margin-top: 160px;
}

@media screen and (max-width: 767px) {
  .subFlowList {
    margin-top: 60px;
  }
}

.subFlowList .subFlowTtl {
  font-family: YakuHanMP,'Shippori Mincho', serif;
  font-size: 40px;
  line-height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 35px;
}

@media screen and (max-width: 767px) {
  .subFlowList .subFlowTtl {
    display: block;
    font-size: 24px;
    line-height: 40px;
  }
}

.subFlowList .subFlowTtl::before {
  counter-increment: number 1;
  content: counter(number) ".";
  display: inline-block;
  font-size: 48px;
  color: #987200;
  font-family: 'Italiana', serif;
  position: absolute;
  left: 0;
  top: 0px;
  line-height: 1.1;
}

@media screen and (max-width: 767px) {
  .subFlowList .subFlowTtl::before {
    font-size: 30px;
    top: 2px;
  }
}

.subFlowList .subFlowTtl span {
  font-size: 24px;
  line-height: 60px;
  display: inline-block;
  margin-left: 35px;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .subFlowList .subFlowTtl span {
    display: block;
    font-size: 16px;
    line-height: 20px;
    margin-left: 0;
  }
}

.subFlowItem {
  padding-left: 35px;
  margin-top: 40px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .subFlowItem {
    margin-top: 20px;
  }
}

.subFlowItem::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1px;
  height: calc(100% + 20px);
  background-color: rgba(98, 97, 85, 0.2);
  top: 33px;
  left: 9.6px;
}

@media screen and (max-width: 767px) {
  .subFlowItem::before {
    height: calc(100% + 5px);
    top: 25px;
    left: 9.8px;
  }
}

.subFlowItem:last-child::before {
  display: none;
}

.subFlowItem .subFlowItemTtl {
  font-family: YakuHanMP,'Shippori Mincho', serif;
  font-size: 24px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .subFlowItem .subFlowItemTtl {
    font-size: 18px;
  }
}

.subFlowItem .subFlowItemTtl::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #c7a643;
  top: 20px;
  left: -28px;
}

@media screen and (max-width: 767px) {
  .subFlowItem .subFlowItemTtl::before {
    top: 14px;
  }
}

.subFlowItem .subFlowItemTxt {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  line-height: calc(48 / 28);
}

.subFlowItem .subFlowItemTxt .bikou {
  text-indent: -1em;
  padding-left: 1em;
  display: block;
}

.subFlowItem .subFlowItemImg {
  max-width: 240px;
  margin-top: 15px;
}

.subFlowItemBlock {
  margin-top: 25px;
}

.subFlowItemBlock + .subFlowItemBlock {
  margin-top: 30px;
}

.subFlowItemBlock .ttl {
  font-size: 18px;
}

.subFlowItemBlock .txt {
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

.kinds {
  margin-top: 165px;
  margin-bottom: 165px;
}

@media screen and (max-width: 767px) {
  .kinds {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.kindsTblCover {
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

@media screen and (max-width: 1024px) {
  .kindsTblCover {
    overflow: scroll;
  }
}

.kindsTbl {
  width: 100%;
  line-height: calc(26 / 16);
}

@media screen and (max-width: 1024px) {
  .kindsTbl {
    min-width: 940px;
  }
}

.kindsTbl tr {
  border-bottom: 1px solid rgba(51, 51, 51, 0.4);
}

.kindsTbl tr:first-child {
  border-top: 1px solid rgba(51, 51, 51, 0.4);
}

.kindsTbl tr.bb01 {
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}

.kindsTbl th {
  text-align: center;
  vertical-align: middle;
  padding: 18px 12px;
  background-color: rgba(199, 166, 67, 0.1);
  border-right: 1px solid rgba(51, 51, 51, 0.4);
}

.kindsTbl th:last-child {
  border-right: 0px solid rgba(51, 51, 51, 0.4);
}

.kindsTbl th.longTh {
  min-width: 80px;
}

.kindsTbl tr.thead th {
  border-right: 1px solid rgba(51, 51, 51, 0.1);
}

.kindsTbl tr.thead th:first-child {
  border-right: 1px solid rgba(51, 51, 51, 0.4);
}

.kindsTbl td {
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid rgba(51, 51, 51, 0.1);
}

.kindsTbl td:last-child {
  border-right: 0px solid rgba(51, 51, 51, 0.1);
}

.kindsTblTxt {
  margin-top: 35px;
}

.sizeTblCover {
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

@media screen and (max-width: 1024px) {
  .sizeTblCover {
    overflow: scroll;
  }
}

.sizeTblCover .sizeTbl {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .sizeTblCover .sizeTbl {
    min-width: 940px;
  }
}

.sizeTblCover .sizeTbl th {
  padding: 20px 20px;
  min-width: 220px;
  background-color: rgba(199, 166, 67, 0.1);
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid rgba(51, 51, 51, 0.4);
  border-top: 1px solid rgba(51, 51, 51, 0.4);
  border-right: 1px solid rgba(51, 51, 51, 0.4);
}

@media screen and (max-width: 767px) {
  .sizeTblCover .sizeTbl th {
    min-width: 120px;
  }
}

.sizeTblCover .sizeTbl th:last-child {
  border-right: 1px solid rgba(51, 51, 51, 0.1);
}

.sizeTblCover .sizeTbl td {
  padding: 20px 20px;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  border-right: 1px solid rgba(51, 51, 51, 0.4);
}

.sizeTblCover .sizeTbl td:last-child {
  text-align: left;
  border-right: 0px solid rgba(51, 51, 51, 0.1);
}

.sizeTblCover .sizeTbl tr:last-child td {
  border-bottom: 1px solid rgba(51, 51, 51, 0.4);
}
/*# sourceMappingURL=haku.css.map */