@charset "UTF-8";
.key {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 578px;
  background: url(../images/bite/key.jpg) center/cover no-repeat;
}
.key .key_text {
  font-size: 68px;
  font-weight: 500;
  text-align: center;
  color: #6a3906;
  text-shadow: 0 0 4px #f5e2ab;
}
.key:before {
  content: "";
  position: absolute;
  right: 5%;
  bottom: -34px;
  width: 264px;
  height: 229px;
  background: url(../images/common/tree.png) center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .key {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 578px;
    background: url(../images/bite/key.jpg) center right 20%/cover no-repeat;
  }
  .key .key_text {
    font-size: 35px;
    font-weight: 500;
    text-align: center;
    color: #6a3906;
    text-shadow: 0 0 4px #f5e2ab;
  }
  .key:before {
    content: "";
    position: absolute;
    right: 10px;
    bottom: -34px;
    width: 200px;
    height: 173px;
    background: url(../images/common/tree.png) center/contain no-repeat;
  }
}

.sec01 {
  padding: 80px 0;
}
.sec01 .sec_title {
  margin: 0 0 50px;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}
.sec01 .sec_title .color {
  color: #aa9147;
  font-weight: 500;
}
.sec01 .sec_text {
  width: 860px;
  margin: 0 auto;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .sec01 {
    padding: 80px 20px;
    box-sizing: border-box;
  }
  .sec01 .sec_title {
    margin: 0 0 50px;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .sec01 .sec_title .color {
    color: #aa9147;
    font-weight: 500;
  }
  .sec01 .sec_text {
    width: 100%;
    margin: 0 auto;
  }
}

.sec02 {
  padding: 0 0 50px;
}
.sec02 .inner {
  width: 1180px;
  margin: 0 auto;
}
.sec02 .sec_title {
  padding: 20px 0;
  margin: 0 0 50px;
  background: rgba(106, 57, 6, 0.66);
  font-size: 34px;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
}
.sec02 .flexbox {
  display: flex;
  justify-content: space-between;
}
.sec02 .sec_text {
  width: 520px;
  letter-spacing: 0.05em;
}
.sec02 .list {
  display: flex;
  flex-wrap: wrap;
}
.sec02 .list:nth-of-type(2) {
  justify-content: flex-end;
  margin: 0 0 50px;
}
.sec02 .item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 172px;
  height: 172px;
  margin: 0 115px 0 0;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
.sec02 .item:nth-child(2n-1) {
  background: rgba(185, 144, 0, 0.32);
}
.sec02 .item:nth-child(2n) {
  background: rgba(223, 153, 0, 0.32);
}
.sec02 .list:nth-of-type(2) {
  justify-content: flex-end;
}
.sec02 .list:nth-of-type(2) .item {
  margin: 0 0 0 115px;
}
@media screen and (max-width: 768px) {
  .sec02 {
    padding: 0 20px 50px;
    box-sizing: border-box;
  }
  .sec02 .inner {
    width: 100%;
    margin: 0 auto;
  }
  .sec02 .sec_title {
    padding: 15px 10px;
    margin: 0 0 50px;
    background: rgba(106, 57, 6, 0.66);
    font-size: 25px;
    letter-spacing: 0.1em;
    color: #fff;
    text-align: center;
  }
  .sec02 .flexbox {
    display: flex;
    flex-direction: column-reverse;
    margin: 0 0 30px;
  }
  .sec02 .sec_text {
    width: 100%;
    letter-spacing: 0.05em;
  }
  .sec02 .sec_image {
    margin: 0 auto 20px;
  }
  .sec02 .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .sec02 .list:nth-of-type(2) {
    justify-content: center;
    margin: 0 0 20px;
  }
  .sec02 .item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 41vw;
    max-width: 170px;
    height: 41vw;
    max-height: 170px;
    margin: 0 5px 20px;
    border-radius: 50%;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
  }
  .sec02 .item:nth-child(2n-1) {
    background: rgba(185, 144, 0, 0.32);
  }
  .sec02 .item:nth-child(2n) {
    background: rgba(223, 153, 0, 0.32);
  }
  .sec02 .list:nth-of-type(2) .item {
    margin: 0 5px 20px;
  }
}

.sec03 {
  padding: 80px 0;
  background: rgba(106, 57, 6, 0.13);
}
.sec03 .inner {
  width: 1180px;
  margin: 0 auto;
}
.sec03 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec03 .sec_title {
  padding: 20px 0;
  margin: 0 0 50px;
  background: rgba(106, 57, 6, 0.66);
  font-size: 34px;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
}
.sec03 .item {
  width: 380px;
  padding: 40px 20px;
  box-sizing: border-box;
  background: #fff;
}
.sec03 .item_title {
  margin: 0 0 20px;
  font-family: "noto sans jp", sans-serif;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}
.sec03 .item_text {
  font-family: "noto sans jp", sans-serif;
  text-align: justify;
  line-height: 2;
}
.sec03 .item:nth-child(n-3) {
  margin: 0 0 30px;
}
.sec03 .item:nth-child(2n-1) .item_title {
  color: #b99000;
}
.sec03 .item:nth-child(2n) .item_title {
  color: #4381b9;
}
@media screen and (max-width: 768px) {
  .sec03 {
    padding: 50px 20px;
    box-sizing: border-box;
    background: rgba(106, 57, 6, 0.13);
  }
  .sec03 .inner {
    width: 100%;
    margin: 0 auto;
  }
  .sec03 .list {
    display: block;
  }
  .sec03 .sec_title {
    padding: 15px 10px;
    margin: 0 0 50px;
    background: rgba(106, 57, 6, 0.66);
    font-size: 25px;
    letter-spacing: 0.1em;
    color: #fff;
    text-align: center;
  }
  .sec03 .item {
    max-width: 380px;
    width: 100%;
    padding: 30px 20px;
    margin: 0 auto;
    box-sizing: border-box;
    background: #fff;
  }
  .sec03 .item_title {
    margin: 0 0 20px;
    font-family: "noto sans jp", sans-serif;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .sec03 .item_text {
    font-family: "noto sans jp", sans-serif;
    text-align: justify;
    line-height: 2;
  }
  .sec03 .item:nth-child(n-3) {
    margin: 0 auto 30px;
  }
  .sec03 .item:nth-child(2n-1) .item_title {
    color: #b99000;
  }
  .sec03 .item:nth-child(2n) .item_title {
    color: #4381b9;
  }
}

.sec04 {
  padding: 0 0 80px;
}
.sec04 .inner {
  position: relative;
  width: 1180px;
  height: 100%;
  margin: 0 auto;
}
.sec04 .sec_header {
  position: relative;
  height: 730px;
  margin: 0 0 190px;
  background: url(../images/bite/takeshita.jpg) center/cover no-repeat;
}
.sec04 .lead_text {
  position: absolute;
  bottom: -130px;
  left: 30px;
  width: 810px;
  padding: 80px 40px;
  box-sizing: border-box;
  background: #fff;
  font-size: 43px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: center;
  color: #004772;
  box-shadow: 4px 5px 16px #7f7f74;
}
.sec04 .sec_title {
  position: absolute;
  top: 40%;
  left: 20px;
  font-size: 43px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-shadow: 0 0 4px #fffffd;
}
.sec04 .flexbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sec04 .flexbox01 {
  margin: 0 0 100px;
}
.sec04 .flexbox02 {
  flex-direction: row-reverse;
}
.sec04 .sec_text {
  width: 550px;
}
@media screen and (max-width: 768px) {
  .sec04 {
    padding: 0 0 80px;
  }
  .sec04 .inner {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
  .sec04 .sec_header {
    position: relative;
    height: 400px;
    margin: 0 0 120px;
    background: url(../images/bite/takeshita.jpg) center/cover no-repeat;
  }
  .sec04 .lead_text {
    position: absolute;
    bottom: -80px;
    left: 10px;
    width: 85%;
    padding: 20px 10px;
    box-sizing: border-box;
    background: #fff;
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1.8;
    text-align: center;
    color: #004772;
    box-shadow: 4px 5px 16px #7f7f74;
  }
  .sec04 .sec_body {
    padding: 0 20px;
  }
  .sec04 .sec_title {
    position: static;
    margin: 0 0 10px;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-shadow: 0 0 4px #fffffd;
    text-align: center;
  }
  .sec04 .flexbox {
    display: block;
  }
  .sec04 .sec_image {
    margin: 0 0 20px;
    text-align: center;
  }
  .sec04 .flexbox01 {
    margin: 0 0 50px;
  }
  .sec04 .flexbox02 {
    flex-direction: row-reverse;
  }
  .sec04 .sec_text {
    width: 100%;
  }
}

.sec05 {
  padding: 0 0 200px;
}
.sec05 .inner {
  width: 1180px;
  margin: 0 auto;
}
.sec05 .sec_title {
  padding: 20px;
  margin: 0 0 50px;
  background: #f0cb62;
  font-size: 34px;
  letter-spacing: 0.1em;
  text-align: center;
}
.sec05 .cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec05 .cont:nth-child(2n-1) {
  flex-direction: row-reverse;
}
.sec05 .cont:not(:last-of-type) {
  margin: 0 0 80px;
}
.sec05 .textbox {
  width: 580px;
}
.sec05 .cont_header {
  display: flex;
  align-items: center;
  height: 100px;
  padding: 0 10px;
  border-top: 1px solid #4d4545;
  border-bottom: 1px solid #4d4545;
  margin: 0 0 30px;
}
.sec05 .cont_header .num {
  padding: 0 20px 0 0;
  font-size: 25px;
  font-family: "noto sans jp", sans-serif;
  color: #f0cb62;
}
.sec05 .cont_header .cont_title {
  font-size: 32px;
  letter-spacing: 0.1em;
}
.sec05 .cont_image {
  width: 580px;
}
.sec05 .cont_text {
  font-family: "noto sans jp", sans-serif;
  letter-spacing: 0.1em;
  line-height: 2;
}
.sec05 .cont01 .cont_image {
  position: relative;
}
.sec05 .cont01 .circle {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 146px;
  height: 146px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.93);
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
.sec05 .cont01 .circle:nth-of-type(1) {
  top: 180px;
  left: 200px;
  color: #2976bd;
}
.sec05 .cont01 .circle:nth-of-type(1):before {
  position: absolute;
  z-index: 2;
  bottom: -50px;
  right: 30px;
  content: "＆";
  font-size: 64px;
  font-weight: 500;
  color: #4d4545;
}
.sec05 .cont01 .circle:nth-of-type(2) {
  top: 250px;
  left: 300px;
  color: #d56111;
}
.sec05 .cont03 .cont_image {
  position: relative;
}
.sec05 .cont03 .cont_image:before {
  position: absolute;
  content: "";
  left: 0;
  top: 240px;
  width: 545px;
  height: 180px;
  background: url(../images/bite/bg_triangle.png) center/contain no-repeat;
}
.sec05 .cont03 .namebox {
  position: absolute;
  top: 230px;
  left: -20px;
  display: flex;
}
.sec05 .cont03 .name {
  padding: 70px 0 0;
  font-size: 34px;
  letter-spacing: 0.1em;
  color: #fff;
}
.sec05 .cont03 .name .point {
  display: block;
}
.sec05 .cont04 .cont_image {
  position: relative;
}
.sec05 .cont04 .image_text {
  position: absolute;
  left: 0;
  top: 200px;
  width: 90%;
  padding: 10px 0;
  background: rgba(164, 137, 67, 0.77);
  font-size: 30px;
  color: #fff;
  letter-spacing: 0.05em;
  text-align: center;
}
.sec05 .cont05 .cont_text {
  margin: 0 0 30px;
}
.sec05 .cont05 .link_btn {
  width: 502px;
  border-left: 1px solid #270700;
  border-right: 1px solid #270700;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 102px;
  padding: 15px 20px;
  box-sizing: border-box;
}
.sec05 .cont05 .link_btn .btn_text {
  font-size: 25px;
  color: #6a3906;
  font-family: "noto serif jp", serif;
}
.sec05 .cont05 .link_btn:nth-of-type(1) {
  margin: 0 0 20px;
  background: rgba(41, 118, 189, 0.35);
}
.sec05 .cont05 .link_btn:nth-of-type(2) {
  background: rgba(213, 97, 17, 0.35);
}
.sec05 .cont05 .link_btn.sp {
  display: none;
}
.sec05 .cont05 .cont_image {
  position: relative;
}
.sec05 .cont05 .image_textbox {
  position: absolute;
  top: 180px;
  left: 0;
  right: 0;
  width: 300px;
  height: 300px;
  margin: 0 auto;
}
.sec05 .cont05 {
  /*
  .circle {
      position: absolute;
      top: -130px;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 146px;
      height: 146px;
      border-radius: 50%;
      color: #fff;
      font-size: 24px;
      text-align: center;
  }

  .circle:nth-of-type(1) {
      left: 10px;
      background: rgba(213, 97, 17, .54);
  }

  .circle:nth-of-type(2) {
      right: 10px;
      background: rgba(41, 118, 189, .54);
  }

  .image_text {
      position: relative;
      z-index: 2;
      font-size: 27px;
      letter-spacing: .05em;
      text-align: center;
      text-shadow: #fff 1px 1px 1px, #fff -1px 0px 1px, #fff 0px -1px 1px, #fff 0px 1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px;
  }
  */
}
@media screen and (max-width: 768px) {
  .sec05 {
    padding: 0 20px 100px;
  }
  .sec05 .inner {
    width: 100%;
    margin: 0 auto;
  }
  .sec05 .sec_title {
    padding: 15px 10px;
    margin: 0 0 50px;
    background: #f0cb62;
    font-size: 25px;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .sec05 .cont {
    display: block;
    justify-content: space-between;
    align-items: center;
  }
  .sec05 .cont:nth-child(2n-1) {
    flex-direction: row-reverse;
  }
  .sec05 .cont:not(:last-of-type) {
    margin: 0 0 50px;
  }
  .sec05 .textbox {
    width: 100%;
    margin: 0 0 20px;
  }
  .sec05 .cont_header {
    display: flex;
    align-items: center;
    height: auto;
    padding: 10px 0;
    border-top: 1px solid #4d4545;
    border-bottom: 1px solid #4d4545;
    margin: 0 0 30px;
  }
  .sec05 .cont_header .num {
    min-width: 60px;
    padding: 0 5px 0 0;
    font-size: 16px;
    font-family: "noto sans jp", sans-serif;
    color: #f0cb62;
  }
  .sec05 .cont_header .cont_title {
    font-size: 20px;
    letter-spacing: 0.1em;
  }
  .sec05 .cont_image {
    max-width: 580px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .sec05 .cont_text {
    font-family: "noto sans jp", sans-serif;
    letter-spacing: 0.1em;
    line-height: 2;
  }
  .sec05 .cont01 .cont_image {
    position: relative;
  }
  .sec05 .cont01 .circle {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.93);
    font-size: 16px;
    font-weight: 500;
    text-align: center;
  }
  .sec05 .cont01 .circle:nth-of-type(1) {
    top: auto;
    bottom: 80px;
    left: auto;
    right: 100px;
    color: #2976bd;
  }
  .sec05 .cont01 .circle:nth-of-type(1):before {
    position: absolute;
    z-index: 2;
    bottom: -20px;
    right: 15px;
    content: "＆";
    font-size: 30px;
    font-weight: 500;
    color: #4d4545;
    text-shadow: #fff 1px 1px 1px, #fff -1px 0px 1px, #fff 0px -1px 1px, #fff 0px 1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px;
  }
  .sec05 .cont01 .circle:nth-of-type(2) {
    top: auto;
    bottom: 10px;
    left: auto;
    right: 20px;
    color: #d56111;
  }
  .sec05 .cont03 .cont_image {
    position: relative;
  }
  .sec05 .cont03 .cont_image:before {
    position: absolute;
    content: "";
    left: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: url(../images/bite/bg_triangle.png) left bottom/contain no-repeat;
  }
  .sec05 .cont03 .namebox {
    position: absolute;
    top: auto;
    bottom: 0;
    left: -20px;
    display: flex;
    align-items: flex-end;
  }
  .sec05 .cont03 .namebox .image {
    width: 80px;
  }
  .sec05 .cont03 .name {
    padding: 70px 0 0;
    font-size: 18px;
    letter-spacing: 0.1em;
    color: #fff;
  }
  .sec05 .cont03 .name .point {
    display: block;
  }
  .sec05 .cont04 .cont_image {
    position: relative;
  }
  .sec05 .cont04 .image_text {
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0;
    width: 90%;
    padding: 10px 0;
    background: rgba(164, 137, 67, 0.77);
    font-size: 18px;
    color: #fff;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .sec05 .cont05 .cont_text {
    margin: 0 0 30px;
  }
  .sec05 .cont05 .link_btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 502px;
    width: 100%;
    border-left: 1px solid #270700;
    border-right: 1px solid #270700;
    height: 102px;
    padding: 15px 20px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .sec05 .cont05 .link_btn .btn_text {
    font-size: 20px;
    color: #6a3906;
    font-family: "noto serif jp", serif;
  }
  .sec05 .cont05 .link_btn .btn_icon {
    width: 40px;
  }
  .sec05 .cont05 .link_btn .btn_arrow {
    max-width: 130px;
  }
  .sec05 .cont05 .link_btn:nth-of-type(1) {
    margin: 0 auto 30px;
    background: rgba(41, 118, 189, 0.35);
  }
  .sec05 .cont05 .link_btn:nth-of-type(2) {
    background: rgba(213, 97, 17, 0.35);
  }
  .sec05 .cont05 .link_btn.pc {
    display: none;
  }
  .sec05 .cont05 .link_btn.sp {
    display: flex;
  }
  .sec05 .cont05 .cont_image {
    position: relative;
    margin: 0 auto 30px;
  }
  .sec05 .cont05 .image_textbox {
    position: absolute;
    top: 180px;
    left: 0;
    right: 0;
    width: 300px;
    height: 100px;
    margin: 0 auto;
  }
  .sec05 .cont05 {
    /*
    .circle {
        position: absolute;
        top: -130px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100px;
        height: 100px;
        border-radius: 50%;
        color: #fff;
        font-size: 18px;
        text-align: center;
    }

    .circle:nth-of-type(1) {
        left: 20%;
        background: rgba(213, 97, 17, .54);
    }

    .circle:nth-of-type(2) {
        right: 20%;
        background: rgba(41, 118, 189, .54);
    }

    .image_text {
        font-size: 20px;
        letter-spacing: .05em;
        text-align: center;
        text-shadow: #fff 1px 1px 1px, #fff -1px 0px 1px, #fff 0px -1px 1px, #fff 0px 1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px;
    }
    */
  }
}/*# sourceMappingURL=bite03.css.map */