@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: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  width: 100%;
  letter-spacing: 2px;
}

body {
  font-size: 16px;
  color: #373737;
  line-height: 1.6em;
}

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;
  }
}

div.all {
  display: block;
  margin: 0 auto;
  background-color: #dcd5cb;
}
@media screen and (min-width: 769px) {
  div.all {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  div.all {
    width: 100%;
  }
}

.header {
  width: 100%;
}

h1 {
  text-align: center;
  margin: 100px auto 130px;
  position: relative;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 12px;
  }
}
h1 span {
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 20px;
  padding: 10px 0;
  font-family: "Cinzel", serif;
}
@media screen and (max-width: 768px) {
  h1 span {
    font-size: 28px;
  }
}
h1 .ko {
  width: 40px;
  position: absolute;
  right: 27%;
  top: 10%;
}
@media screen and (max-width: 768px) {
  h1 .ko {
    right: 15%;
    top: -25%;
    width: 50px;
  }
}
h1 .neko {
  width: 50px;
  position: absolute;
  left: 27%;
  bottom: -30%;
}
@media screen and (max-width: 768px) {
  h1 .neko {
    width: 54px;
    left: 10%;
    bottom: -35%;
  }
}

.block {
  background-color: #f3eee7;
  width: 1000px;
  margin: 0 auto 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .block {
    width: 100%;
  }
}
.block .lead2 {
  margin: 80px auto;
}
.block .lead2 p {
  text-align: center;
  font-size: 14px;
}
.block .lead2 h2 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .block .lead2 h2 {
    line-height: 1.5em;
  }
}
.block .lead2 h2 span {
  font-family: "Cinzel", serif;
  font-size: 32px;
}
.block .lead2 h3,
.block .lead2 h4 {
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .block .lead2 h3 {
    width: 95%;
    margin: 0 auto;
    text-align: left;
  }
}

.block01 {
  background-color: #f3eee7;
  height: 1750px;
}
.block01 .prof {
  display: flex;
  margin: 70px auto;
  width: 700px;
  border: solid 1px #a38431;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .block01 .prof {
    width: 90%;
    display: block;
    margin: 20px auto;
  }
}
.block01 .prof .left {
  width: 35%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .block01 .prof .left {
    margin: 40px auto 0;
  }
}
.block01 .prof .left img {
  width: 140px;
  box-sizing: border-box;
}
.block01 .prof .right {
  width: 65%;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .block01 .prof .right {
    text-align: center;
    margin: 0 auto;
  }
}
.block01 .prof .right .btn {
  background-color: #a38431;
  width: 300px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .block01 .prof .right .btn {
    width: 100%;
  }
}
.block01 .prof .right .btn a {
  color: #fff;
  text-decoration: none;
  display: block;
}
.block01 .item1-1 {
  width: calc(615 / 1000 * 100%);
  position: absolute;
  top: calc(580 / 1750 * 100%);
  left: calc(80 / 1000 * 100%);
}
@media screen and (max-width: 768px) {
  .block01 .item1-1 {
    width: 90%;
    position: absolute;
    top: 51%;
    left: 5%;
  }
}
.block01 .item1-2 {
  width: calc(420 / 1000 * 100%);
  position: absolute;
  top: calc(920 / 1750 * 100%);
  right: calc(80 / 1000 * 100%);
}
@media screen and (max-width: 768px) {
  .block01 .item1-2 {
    width: 60%;
    position: absolute;
    top: 64%;
    right: 5%;
  }
}
.block01 .item1-3 {
  width: calc(350 / 1000 * 100%);
  position: absolute;
  bottom: calc(160 / 1750 * 100%);
  left: calc(140 / 1000 * 100%);
}
@media screen and (max-width: 768px) {
  .block01 .item1-3 {
    width: calc(500 / 1000 * 100%);
    position: absolute;
    bottom: calc(300 / 1750 * 100%);
    left: 5%;
  }
}
.block01 .item1-4 {
  width: calc(350 / 1000 * 100%);
  position: absolute;
  bottom: calc(160 / 1750 * 100%);
  right: calc(140 / 1000 * 100%);
}
@media screen and (max-width: 768px) {
  .block01 .item1-4 {
    width: calc(500/ 1000 * 100%);
    position: absolute;
    bottom: calc(160 / 1750 * 100%);
    right: 5%;
  }
}
.block01 .btn2 {
  width: 400px;
  background-color: #a38431;
  height: 28px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  margin-top: 30px;
  position: absolute;
  bottom: calc(80 / 1750 * 100%);
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .block01 .btn2 {
    width: 90%;
    font-size: 12px;
  }
}
.block01 .btn2 a {
  color: #fff;
  text-decoration: none;
  display: block;
}

.block02 {
  background-color: #f3eee7;
  height: 1700px;
}
@media screen and (max-width: 768px) {
  .block02 {
    height: 1500px;
  }
}
.block02 .item2-1 {
  width: calc(615 / 1000 * 100%);
  position: absolute;
  top: calc(310 / 1440 * 100%);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .block02 .item2-1 {
    width: 90%;
    position: absolute;
    top: calc(430 / 1440 * 100%);
    left: 50%;
    transform: translateX(-50%);
  }
}
.block02 .item2-2 {
  width: calc(310 / 1000 * 100%);
  position: absolute;
  top: calc(680 / 1440 * 100%);
  left: calc(80 / 1000 * 100%);
}
@media screen and (max-width: 768px) {
  .block02 .item2-2 {
    width: 50%;
    position: absolute;
    top: calc(630 / 1440 * 100%);
    left: 45%;
  }
}
.block02 .item2-3 {
  width: calc(470 / 1000 * 100%);
  position: absolute;
  bottom: calc(500 / 1440 * 100%);
  right: calc(80 / 1000 * 100%);
}
@media screen and (max-width: 768px) {
  .block02 .item2-3 {
    width: 80%;
    position: absolute;
    top: calc(890/ 1440 * 100%);
    left: 5%;
  }
}
.block02 .item2-4 {
  width: calc(300 / 1000 * 100%);
  position: absolute;
  bottom: calc(260 / 1440 * 100%);
  right: calc(80 / 1000 * 100%);
}
@media screen and (max-width: 768px) {
  .block02 .item2-4 {
    width: 55%;
    position: absolute;
    top: calc(1050 / 1440 * 100%);
    right: 5%;
  }
}
.block02 h4 {
  width: calc(500 / 1000 * 100%);
  position: absolute;
  bottom: calc(140 / 1440 * 100%);
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .block02 h4 {
    font-size: 12px;
    text-align: left;
    width: 90%;
  }
}
.block02 .btn2 {
  width: 400px;
  background-color: #a38431;
  height: 28px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  margin-top: 30px;
  position: absolute;
  bottom: calc(80 / 1440 * 100%);
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .block02 .btn2 {
    width: 90%;
    font-size: 12px;
  }
}
.block02 .btn2 a {
  color: #fff;
  text-decoration: none;
  display: block;
}

.block03 {
  background-color: #f3eee7;
  height: 850px;
}
@media screen and (max-width: 768px) {
  .block03 {
    height: 700px;
  }
}
.block03 .item3-1 {
  width: calc(615 / 1000 * 100%);
  position: absolute;
  top: calc(510 / 1440 * 100%);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .block03 .item3-1 {
    width: 90%;
    top: calc(750 / 1440 * 100%);
  }
}
.block03 .btn2 {
  width: 400px;
  background-color: #a38431;
  height: 28px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  margin-top: 30px;
  position: absolute;
  bottom: calc(80 / 900 * 100%);
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .block03 .btn2 {
    width: 90%;
    font-size: 12px;
  }
}
.block03 .btn2 a {
  color: #fff;
  text-decoration: none;
  display: block;
}

.block04 {
  background-color: #f3eee7;
  height: 1500px;
}
@media screen and (max-width: 768px) {
  .block04 {
    height: 1100px;
  }
}
.block04 .item4-1 {
  width: calc(540 / 1000 * 100%);
  position: absolute;
  top: calc(220 / 1050 * 100%);
  right: calc(80 / 1000 * 100%);
}
@media screen and (max-width: 768px) {
  .block04 .item4-1 {
    width: calc(800 / 1000 * 100%);
    position: absolute;
    top: calc(320 / 1050 * 100%);
    right: 5%;
  }
}
.block04 .item4-2 {
  width: calc(540 / 1000 * 100%);
  position: absolute;
  top: calc(500 / 1050 * 100%);
  left: calc(80 / 1000 * 100%);
}
@media screen and (max-width: 768px) {
  .block04 .item4-2 {
    width: calc(730 / 1000 * 100%);
    position: absolute;
    top: calc(530 / 1050 * 100%);
    left: 5%;
  }
}
.block04 .item4-3 {
  width: calc(320 / 1000 * 100%);
  position: absolute;
  bottom: calc(140 / 1050 * 100%);
  right: calc(150 / 1000 * 100%);
}
@media screen and (max-width: 768px) {
  .block04 .item4-3 {
    width: calc(620 / 1000 * 100%);
    position: absolute;
    bottom: calc(140 / 1050 * 100%);
    right: 5%;
  }
}
.block04 .btn2 {
  width: 400px;
  background-color: #a38431;
  height: 28px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  margin-top: 30px;
  position: absolute;
  bottom: calc(80 / 1440 * 100%);
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .block04 .btn2 {
    width: 90%;
    font-size: 12px;
  }
}
.block04 .btn2 a {
  color: #fff;
  text-decoration: none;
  display: block;
}

.block05 {
  background-color: #f3eee7;
  height: 1300px;
}
@media screen and (max-width: 768px) {
  .block05 {
    height: 900px;
  }
}
.block05 .item5-1 {
  width: calc(540 / 1000 * 100%);
  position: absolute;
  top: calc(260 / 1050 * 100%);
  right: calc(80 / 1000 * 100%);
}
@media screen and (max-width: 768px) {
  .block05 .item5-1 {
    width: 80%;
    position: absolute;
    top: calc(420 / 1050 * 100%);
    right: 5%;
  }
}
.block05 .item5-2 {
  width: calc(540 / 1000 * 100%);
  position: absolute;
  top: calc(600 / 1050 * 100%);
  left: calc(80 / 1000 * 100%);
}
@media screen and (max-width: 768px) {
  .block05 .item5-2 {
    width: 80%;
    position: absolute;
    top: calc(700 / 1090 * 100%);
    left: 5%;
  }
}
.block05 .btn2 {
  width: 400px;
  background-color: #a38431;
  height: 28px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  margin-top: 30px;
  position: absolute;
  bottom: calc(80 / 1440 * 100%);
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .block05 .btn2 {
    width: 90%;
    font-size: 12px;
  }
}
.block05 .btn2 a {
  color: #fff;
  text-decoration: none;
  display: block;
}

.block06 ul {
  margin: 30px auto 30px;
  width: 1000px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .block06 ul {
    width: 100%;
    display: block;
  }
}
.block06 ul li {
  border: solid 1px #a38431;
  margin: 0 20px 20px 0;
  width: 45%;
}
@media screen and (max-width: 768px) {
  .block06 ul li {
    width: 90%;
    margin: 0 auto 40px;
  }
}
.block06 ul li .prof {
  font-size: 14px;
  display: flex;
}
.block06 ul li .prof .left {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block06 ul li .prof .left img {
  width: 100px;
  padding-left: 60px;
}
@media screen and (max-width: 768px) {
  .block06 ul li .prof .left img {
    width: 80%;
    padding-left: 50px;
  }
}
.block06 ul li .prof .right {
  width: 60%;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .block06 ul li .prof .right {
    font-size: 10px;
  }
}
.block06 ul li .prof .right .btn {
  background-color: #a38431;
  width: 200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .block06 ul li .prof .right .btn {
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
  }
}
.block06 ul li .prof .right .btn a {
  color: #fff;
  text-decoration: none;
  display: block;
}
.block06 ul .instaimg {
  width: 400px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .block06 ul .instaimg {
    width: 90%;
  }
}

h6 {
  font-size: 34px;
  font-family: "Cinzel", serif;
  font-weight: bold;
  text-align: center;
  margin: 10px auto 20px;
}
@media screen and (max-width: 768px) {
  h6 {
    line-height: 1em;
  }
}

div.logo {
  width: 120px;
  margin: 100px auto 0;
  padding: 0 0 100px 0;
}
@media screen and (max-width: 768px) {
  div.logo {
    width: 100px;
  }
}

.modal div.innerModal {
  line-height: 1.8;
  position: relative;
}
@media screen and (min-width: 769px) {
  .modal div.innerModal {
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .modal div.innerModal {
    width: 90%;
    margin: 0 auto;
    font-size: 12px;
  }
}
.modal div.innerModal a.close {
  position: absolute;
  top: -66px;
  right: 0px;
  font-size: 48px;
  color: black;
  text-decoration: none;
}

div.itemAria {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  color: #373737;
}
@media screen and (max-width: 768px) {
  div.itemAria {
    width: 90%;
  }
}
@media screen and (min-width: 769px) {
  div.itemAria {
    width: 1260px;
  }
}
/*# sourceMappingURL=style.css.map */