@charset "UTF-8";
/*リセット
--------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*フォント
---------------------------------------------*/
@font-face {
  font-family: "noto-sans";
  src: url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSansCJKjp-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* コンテンツ
---------------------------------------------*/
html {
  font-feature-settings: "palt" 1;
  font-family: source-han-sans-japanese, sans-serif, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  width: 100%;
  letter-spacing: 2px;
}

body {
  font-size: 14px;
  line-height: 1.6em;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
}

img {
  width: 100%;
  display: block;
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

.jp {
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.wrapper {
  overflow: hidden;
}

.header {
  width: 100%;
}
.header .top1 {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .header .top1 {
    width: 100%;
    padding-top: 70px;
  }
}
.header .top1 h1 {
  width: 38%;
  position: absolute;
  top: 30%;
  left: 3%;
}
@media screen and (max-width: 768px) {
  .header .top1 h1 {
    width: 90%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.header .top1 h2 {
  width: 43%;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .header .top1 h2 {
    top: 45%;
    left: 3%;
  }
}
@media screen and (max-width: 768px) {
  .header .top1 h2 {
    top: 18%;
    right: 4.6%;
    width: 26%;
  }
}
.header .top1 .topimg {
  width: 1000px;
}
@media screen and (max-width: 768px) {
  .header .top1 .topimg {
    width: 83%;
  }
}
.header ul.cate {
  width: 1000px;
  display: flex;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .header ul.cate {
    width: 100%;
  }
}
.header ul.cate li {
  display: flex;
  width: calc(100% / 3);
}
.header ul.cate li:nth-child(1) {
  background: #e4c49c;
}
.header ul.cate li:nth-child(2) {
  background: #dccfb4;
}
.header ul.cate li:nth-child(3) {
  background: #ead697;
}
.header ul.cate li a {
  display: flex;
  text-decoration: none;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .header ul.cate li a {
    flex-direction: column-reverse;
  }
}
.header ul.cate li a img {
  width: 50%;
  margin: 0 auto;
  padding: 2%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .header ul.cate li a img {
    width: 95%;
    margin: 0 auto;
  }
}
.header ul.cate li a p.ca {
  width: 50%;
  font-size: 18px;
  line-height: 1em;
  position: relative;
  display: flex;
  flex-direction: column;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .header ul.cate li a p.ca {
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .header ul.cate li a p.ca {
    margin: 0 auto 15px;
    padding: 10px 0 5px;
    width: 100%;
  }
}
.header ul.cate li a p.ca span {
  display: inline-block;
  font-size: 26px;
  line-height: 0.5em;
}
@media screen and (max-width: 768px) {
  .header ul.cate li a p.ca span {
    font-size: 22px;
  }
}
.header ul.cate li a p.ca span::before {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
}
.header ul.cate li a p.ca2 {
  width: 50%;
  font-size: 18px;
  line-height: 1em;
  position: relative;
  display: flex;
  flex-direction: column;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .header ul.cate li a p.ca2 {
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .header ul.cate li a p.ca2 {
    margin: 0 auto 15px;
    padding: 10px 0 5px;
    width: 100%;
  }
}
.header ul.cate li a p.ca2 span {
  display: inline-block;
  font-size: 26px;
  line-height: 0.5em;
}
@media screen and (max-width: 768px) {
  .header ul.cate li a p.ca2 span {
    font-size: 22px;
  }
}
.header ul.cate li a p.ca2 span::before {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .header ul.cate li a p.ca2 span::before {
    top: 50%;
  }
}
@media screen and (max-width: 768px) {
  .header ul.cate li a p.position {
    position: relative;
    top: 13px;
  }
}
.header p.lead {
  width: 1000px;
  margin: 50px auto 80px;
  font-size: 18px;
  line-height: 1.8em;
}
@media screen and (max-width: 768px) {
  .header p.lead {
    width: 90%;
    font-size: 14px;
    line-height: 2em;
    margin: 40px auto 35px;
  }
}

.prof {
  width: 100%;
  background-color: #f2f2f2;
  text-align: center;
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  .prof {
    padding: 35px 0;
  }
}
.prof p.maiko {
  font-size: 16px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .prof p.maiko {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
.prof p.maiko span {
  font-size: 22px;
  display: inline-block;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .prof p.maiko span {
    font-size: 16px;
    margin-top: 0;
  }
}
.prof .maikobtn {
  width: 420px;
  margin: 20px auto 0;
  display: flex;
  justify-content: space-around;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .prof .maikobtn {
    width: 84%;
    font-size: 12px;
  }
}
.prof .maikobtn .sns {
  width: 195px;
  border: 1px solid #e28a62;
  height: 53px;
  line-height: 53px;
  color: #e28a62;
  background-color: #fff;
}
.prof .maikobtn .sns a {
  text-decoration: none;
  color: #e28a62;
}
@media screen and (max-width: 768px) {
  .prof .maikobtn .sns {
    width: 45%;
    height: 35px;
    line-height: 35px;
  }
}

.maikoprof {
  line-height: 2em;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .maikoprof {
    text-align: left;
    width: 84%;
    margin: 0 auto;
    font-size: 11px;
    line-height: 1.8em;
  }
  .maikoprof br {
    display: none;
  }
}

.prof2 {
  text-align: center;
  padding: 100px 0 0px;
}
@media screen and (max-width: 768px) {
  .prof2 {
    padding: 50px 0 20px;
  }
}
.prof2 p.title {
  font-size: 16px;
  color: #e28a62;
  margin-bottom: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .prof2 p.title {
    font-size: 12px;
  }
}
.prof2 p.name {
  font-size: 22px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .prof2 p.name {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .prof2 p.name span {
    font-size: 12px;
  }
}
.prof2 p.text {
  margin-bottom: 45px;
  font-size: 12px;
  line-height: 2em;
}
@media screen and (max-width: 768px) {
  .prof2 p.text {
    text-align: left;
    width: 84%;
    margin: 0 auto 10px;
    line-height: 1.8em;
    font-size: 11px;
  }
  .prof2 p.text br {
    display: none;
  }
}

p.fusuitext {
  font-size: 16px;
  margin-bottom: 80px;
  line-height: 1.7em;
}
@media screen and (max-width: 768px) {
  p.fusuitext {
    font-size: 14px;
    margin-bottom: 40px;
  }
}

.modal {
  width: 600px;
  background-color: #e28a62;
  margin: 0 auto 120px;
  height: 100px;
  text-align: center;
  color: #fff;
  position: relative;
  line-height: 100px;
}
.modal .dli-plus {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 20px;
  height: 2px;
  background: currentColor;
  border-radius: 0.1em;
  position: absolute;
  top: 50%;
  left: 80%;
}
@media screen and (min-width: 769px) {
  .modal .dli-plus {
    left: 77%;
  }
}
.modal .dli-plus::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}
@media screen and (max-width: 768px) {
  .modal {
    width: 84%;
    height: 70px;
    line-height: 70px;
    font-size: 12px;
    margin: 0 auto 70px;
  }
}
.modal a {
  color: #fff;
  text-decoration: none;
  display: block;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .modal a {
    font-size: 12px;
  }
}

#btn-close-modal {
  width: 800px;
  margin: 50px auto;
}
@media screen and (max-width: 768px) {
  #btn-close-modal {
    width: 95%;
    margin: 20px 0 0 0;
  }
}
#btn-close-modal img {
  float: right;
  width: 50px;
}

.modal-content {
  width: 800px;
  margin: 0 auto;
  font-size: 16px;
  text-align: left;
  line-height: 1.7em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .modal-content {
    width: 84%;
    margin-bottom: 100px;
  }
}

.fusuititle {
  width: 100%;
  border: 1px solid #fff;
  height: 70px;
  line-height: 70px;
  text-align: center;
  margin: 170px 0 80px;
  font-size: 24px;
  letter-spacing: 3px;
}
@media screen and (max-width: 768px) {
  .fusuititle {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    margin: 120px 0 40px;
  }
}

.modaltitle {
  font-size: 34px;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .modaltitle {
    font-size: 22px;
  }
}
.modaltitle::after {
  content: "";
  width: 250px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .modaltitle::after {
    width: 180px;
  }
}

.modaltitle2 {
  font-size: 34px;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .modaltitle2 {
    font-size: 22px;
  }
}
.modaltitle2::after {
  content: "";
  width: 300px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .modaltitle2::after {
    width: 200px;
  }
}

.modaltitle3 {
  font-size: 34px;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .modaltitle3 {
    font-size: 22px;
  }
}
.modaltitle3::after {
  content: "";
  width: 350px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .modaltitle3::after {
    width: 250px;
  }
}

.color {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .color {
    margin-bottom: 40px;
  }
}

.roundbox {
  display: flex;
  width: 280px;
  margin: 0 auto;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .roundbox {
    margin: 0 auto 10px;
  }
}
.roundbox .round {
  width: 60px;
  height: 60px;
  border: 2px #fff solid;
  border-radius: 50px;
  background-color: #fff;
  margin: 5px;
}
@media screen and (max-width: 768px) {
  .roundbox .round {
    margin-bottom: 10px;
  }
}
.roundbox .round:nth-child(1) {
  background: #dbbb7d;
}
.roundbox .round:nth-child(2) {
  background: #ffde00;
}
.roundbox .round2 {
  width: 60px;
  height: 60px;
  border: 2px #fff solid;
  border-radius: 50px;
  background-color: #fff;
  margin: 5px;
}
@media screen and (max-width: 768px) {
  .roundbox .round2 {
    margin-bottom: 10px;
  }
}
.roundbox .round2:nth-child(1) {
  background: #eb6363;
}
.roundbox .round2:nth-child(2) {
  background: #eca157;
}
.roundbox .round3 {
  width: 60px;
  height: 60px;
  border: 2px #fff solid;
  border-radius: 50px;
  background-color: #fff;
  margin: 5px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .roundbox .round3 {
    margin-bottom: 10px;
  }
}
.roundbox .round3:nth-child(1) {
  background: #c0844f;
}
.roundbox .round3:nth-child(2) {
  background: #dbc6a2;
}
.roundbox .round3:nth-child(3) {
  background: #f4f4ea;
}
.roundbox .round3:nth-child(4) {
  background: #f0a8a3;
}

.roundtext {
  font-size: 16px;
  line-height: 1.7em;
}
@media screen and (max-width: 768px) {
  .roundtext {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .roundtitle {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.backcontent {
  width: 100%;
  padding-bottom: 80px;
}
.backcontent:nth-child(1) {
  background: #e4c49c;
}
.backcontent:nth-child(2) {
  background: #dccfb4;
}
.backcontent:nth-child(3) {
  background: #ead697;
}

#content #block01 {
  background-color: #e4c49c;
}
#content #block02 {
  background-color: #dccfb4;
}
#content #block03 {
  background-color: #ead697;
}
#content .block {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.8em;
}
@media screen and (max-width: 768px) {
  #content .block {
    width: 100%;
  }
}
#content .block .name {
  width: 150px;
  height: 150px;
  border-radius: 80px;
  background-color: #cc975f;
  margin: -50px auto 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #content .block .name {
    width: 110px;
    height: 110px;
    border-radius: 80px;
    margin: -40px auto 0;
  }
}
#content .block .name img {
  width: 55px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #content .block .name img {
    width: 50px;
    margin-bottom: 5px;
  }
}
#content .block .name p {
  font-size: 28px;
  font-family: fot-tsukubrdgothic-std, sans-serif;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #content .block .name p {
    font-size: 16px;
  }
}
#content .block .nameback {
  background-color: #cc975f;
}
#content .block .nameback2 {
  background-color: #bea87f;
}
#content .block .nameback3 {
  background-color: #d7b459;
}
#content .block .name {
  width: 150px;
  height: 150px;
  border-radius: 80px;
  margin: -50px auto 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #content .block .name {
    width: 110px;
    height: 110px;
    border-radius: 80px;
    margin: -40px auto 0;
  }
}
#content .block .name img {
  width: 55px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #content .block .name img {
    width: 50px;
    margin-bottom: 5px;
  }
}
#content .block .name p {
  font-size: 28px;
  font-family: fot-tsukubrdgothic-std, sans-serif;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #content .block .name p {
    font-size: 16px;
  }
}
#content .block p.blocktitle {
  color: #fff;
  font-size: 72px;
  text-align: center;
  margin-bottom: 60px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #content .block p.blocktitle {
    font-size: 36px;
    margin: 20px auto 15px;
  }
}
#content .block p.blocktitle span {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 30px;
  font-family: source-han-sans-japanese, sans-serif;
}
@media screen and (max-width: 768px) {
  #content .block p.blocktitle span {
    font-size: 10px;
    margin-bottom: 10px;
  }
}
#content .block .blocktitle2 {
  font-size: 32px;
  text-align: center;
  color: #fff;
  font-family: fot-tsukubrdgothic-std, sans-serif;
  margin-bottom: 40px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #content .block .blocktitle2 {
    line-height: 1.6em;
    font-size: 20px;
    margin-bottom: 20px;
  }
}
#content .block .comment {
  width: 800px;
  margin-bottom: 40px;
  text-align: left;
  font-size: 16px;
  line-height: 1.8em;
}
@media screen and (max-width: 768px) {
  #content .block .comment {
    width: 90%;
    margin: 0 auto 30px;
    font-size: 12px;
  }
}
#content .block .blockimage {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  position: relative;
}
#content .block .blockimage:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
#content .block .blockimage .blockimg {
  width: 60%;
  position: absolute;
  bottom: 0;
  left: 20%;
}
#content .block .blockimage .blockimg2 {
  width: 23%;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: rotate(-35deg);
}
#content .block .blockimage .blockimg3 {
  width: 24%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(15deg);
}
#content .block .blockimage .blockimg4 {
  width: 26%;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: rotate(-35deg);
}
#content .block .blockimage .blockimg5 {
  width: 26%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  right: 3%;
  transform: rotate(15deg);
}
#content .block .blockimage .blockimg6 {
  width: 22%;
  margin: 0 auto;
  position: absolute;
  top: 4%;
  left: 3%;
  transform: rotate(-25deg);
}
#content .block .blockimage .blockimg7 {
  width: 29%;
  margin: 0 auto;
  position: absolute;
  top: 5%;
  right: 4%;
  transform: rotate(25deg);
}
#content .block .itembtn {
  width: 1000px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  height: 60px;
  line-height: 60px;
  letter-spacing: 3px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #content .block .itembtn {
    border-radius: 20px;
  }
}
@media screen and (max-width: 768px) {
  #content .block .itembtn {
    width: 100%;
    font-size: 16px;
  }
}
#content .block .itembtn a {
  text-decoration: none;
  color: #fff;
  display: block;
}
#content .block ul.itemlist {
  width: 1000px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 50px 0;
}
@media screen and (max-width: 768px) {
  #content .block ul.itemlist {
    width: 90%;
    margin: 22px auto 0;
  }
}
#content .block ul.itemlist li {
  width: calc((100% / 4) - 15px);
  box-sizing: border-box;
  margin-bottom: 22px;
}
@media screen and (max-width: 768px) {
  #content .block ul.itemlist li {
    width: calc((100% / 2) - 10px);
  }
}
#content .block ul.itemlist li a {
  color: #000;
  text-decoration: none;
  text-align: center;
}
#content .block ul.itemlist li a img {
  background-color: #deb98d;
  border-radius: 20px;
  padding: 10px;
  box-sizing: border-box;
}
#content .block ul.itemlist li a p {
  font-size: 14px;
  margin-top: 13px;
}
#content .block ul.itemlist li a p span {
  color: #b14409;
}
@media screen and (max-width: 768px) {
  #content .block ul.itemlist li a p {
    font-size: 12px;
    margin-top: 10px;
    line-height: 1.5em;
  }
}
#content .block ul.itemlist2 {
  width: 1000px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 50px 0;
}
@media screen and (max-width: 768px) {
  #content .block ul.itemlist2 {
    width: 90%;
    margin: 22px auto 0;
  }
}
#content .block ul.itemlist2 li {
  width: calc((100% / 4) - 15px);
  box-sizing: border-box;
  margin-bottom: 22px;
}
@media screen and (max-width: 768px) {
  #content .block ul.itemlist2 li {
    width: calc((100% / 2) - 10px);
  }
}
#content .block ul.itemlist2 li a {
  color: #000;
  text-decoration: none;
  text-align: center;
}
#content .block ul.itemlist2 li a img {
  background-color: #d4c5a7;
  border-radius: 20px;
  padding: 10px;
  box-sizing: border-box;
}
#content .block ul.itemlist2 li a p {
  font-size: 14px;
  margin-top: 13px;
}
@media screen and (max-width: 768px) {
  #content .block ul.itemlist2 li a p {
    font-size: 12px;
    margin-top: 10px;
    line-height: 1.5em;
  }
}
#content .block ul.itemlist3 {
  width: 1000px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 50px 0;
}
@media screen and (max-width: 768px) {
  #content .block ul.itemlist3 {
    width: 90%;
    margin: 22px auto 0;
  }
}
#content .block ul.itemlist3 li {
  width: calc((100% / 4) - 15px);
  box-sizing: border-box;
  margin-bottom: 22px;
}
@media screen and (max-width: 768px) {
  #content .block ul.itemlist3 li {
    width: calc((100% / 2) - 10px);
  }
}
#content .block ul.itemlist3 li a {
  color: #000;
  text-decoration: none;
  text-align: center;
}
#content .block ul.itemlist3 li a img {
  background-color: #e5cd87;
  border-radius: 20px;
  padding: 10px;
  box-sizing: border-box;
}
#content .block ul.itemlist3 li a p {
  font-size: 14px;
  margin-top: 13px;
}
#content .block ul.itemlist3 li a p span {
  color: #b14409;
}
@media screen and (max-width: 768px) {
  #content .block ul.itemlist3 li a p {
    font-size: 12px;
    margin-top: 10px;
    line-height: 1.5em;
  }
}

.sliderArea {
  margin: 100px auto;
}
@media screen and (min-width: 769px) {
  .sliderArea {
    width: 800px;
  }
}
@media screen and (max-width: 768px) {
  .sliderArea {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .sliderArea ul {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .sliderArea ul li {
    width: 30%;
  }
}

.slick-prev,
.slick-next {
  z-index: 1;
}

.slick-prev:before,
.slick-next:before {
  color: #000;
}

.slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 1;
}

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}

.thumb {
  margin: 20px 0 0;
}

.thumb .slick-slide {
  cursor: pointer;
}

.thumb .slick-slide:hover {
  opacity: 0.7;
}

.slick-prev:before,
.slick-next:before {
  color: black !important;
}

/*--Pickup--*/
.pickupitem {
  width: 1000px;
  margin: 20px auto 60px;
}
@media screen and (max-width: 768px) {
  .pickupitem {
    width: 100%;
  }
}

.picktitle {
  margin-bottom: 15px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  /* font-weight:400; */
  /* font-family: 'Oswald', sans-serif; */
  /* color:#827a04; */
}

.pickupitem .textOverflow {
  margin: 10px 0 0;
  padding: 0;
}

.pickupitem .textOverflow p {
  margin: 0;
  padding: 0;
}

.pickupitem p.price {
  margin: 0;
  padding: 0;
}

.pickupitem p.price .tt02 {
  margin: 0;
  padding: 0;
  color: #ee2e2e;
}

.pickupitem_box ul {
  width: 100%;
  margin: 0 auto;
}

.pickupitem_box ul li {
  width: 200px;
  margin-right: 15px;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .pickupitem_box ul li {
    width: 150px;
  }
}

.pickupitem_box ul li a p {
  margin: 0;
  text-decoration: none;
}

.pickupitem_box ul li a:hover {
  text-decoration: none;
}

.pickupitem_box .slick-dots,
.topics .slick-dots {
  position: absolute;
  bottom: -27px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.pickupitem_box .slick-dots li,
.topics .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.pickupitem_box .slick-dots li button,
.topics .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
}

.pickupitem_box .slick-dots li button:before,
.topics .slick-dots li button:before {
  font-family: "";
  font-size: 23px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pickupitem_box .slick-dots li.slick-active button,
.topics .slick-dots li.slick-active button {
  background: none !important;
}

.pickupitem_box .slick-dots li.slick-active button:before,
.topics .slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.footer {
  margin: 0 auto;
  width: 100%;
  background-color: #fff;
  padding: 70px 0 120px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 70px 0 200px;
  }
}
.footer ul {
  display: flex;
  justify-content: space-between;
  width: 320px;
  margin: 60px auto 60px;
}
@media screen and (max-width: 768px) {
  .footer ul {
    display: block;
    width: 100%;
  }
}
.footer ul li {
  width: 44%;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .footer ul li {
    width: 36%;
    margin: 10px auto;
  }
}
.footer ul li:nth-child(2) {
  width: 40%;
  padding-bottom: 5px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .footer ul li:nth-child(2) {
    width: 34%;
  }
}
.footer .logo {
  width: 150px;
  margin: 25px auto;
}
@media screen and (max-width: 768px) {
  .footer .logo {
    width: 44%;
  }
}
.footer .logo2 {
  width: 400px;
  text-align: center;
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  .footer .logo2 {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .footer .logo2 {
    width: 90%;
    font-size: 10px;
  }
}
.footer .btn {
  border: #dadada solid 1px;
  width: 500px;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  margin: 0 auto 70px;
  text-align: center;
  letter-spacing: 3px;
  padding: 9px 0;
}
@media screen and (max-width: 768px) {
  .footer .btn {
    width: 88%;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
  }
}
.footer .btn a {
  color: #000;
  text-decoration: none;
  display: block;
}/*# sourceMappingURL=style.css.map */