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

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

.wrapper {
  overflow: hidden;
}

div.mainArea {
  position: relative;
  width: 100%;
}
div.mainArea div.header {
  width: 100%;
  padding: 78px 0 90px;
  background-image: url(../images/2.png);
  background-size: 50px;
  background-repeat: repeat;
}
@media screen and (max-width: 768px) {
  div.mainArea div.header {
    padding: 100px 0 65px;
  }
}
div.mainArea div.header h1 {
  width: 230px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  div.mainArea div.header h1 {
    width: 44%;
    margin: 0 auto 10px;
  }
}
div.mainArea div.header h2 {
  font-size: 64px;
  margin: 0 auto 40px;
  text-align: center;
  color: #fff;
  -webkit-text-stroke: 1px #000;
  text-stroke: 1px #000;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  div.mainArea div.header h2 {
    width: 88.6%;
    line-height: 1.2em;
    font-size: 48px;
    text-align: center;
    margin: 0 auto 15px;
  }
}
div.mainArea div.header h3 {
  font-size: 18px;
  margin: 0 auto 50px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  div.mainArea div.header h3 {
    line-height: 2.3em;
    font-size: 16px;
    margin: 0 auto 25px;
  }
}
div.mainArea div.header h3::before {
  border-bottom: 1px dashed #000;
  content: "";
  position: absolute;
  top: 27px;
  left: 50%;
  transform: translateX(-50%);
  width: 480px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  div.mainArea div.header h3::before {
    border-bottom: 1px dashed #000;
    content: "";
    position: absolute;
    top: 32px;
    left: 50%;
    transform: translateX(-50%);
    width: 55%;
    z-index: 1;
  }
}
@media screen and (max-width: 768px) {
  div.mainArea div.header h3::after {
    border-bottom: 1px dashed #000;
    content: "";
    position: absolute;
    top: 68px;
    left: 50%;
    transform: translateX(-50%);
    width: 55%;
    z-index: 1;
  }
}
div.mainArea div.header h4 {
  text-align: center;
  font-size: 16px;
  font-family: linotype-sabon, sans-serif;
  line-height: 1.9em;
}
@media screen and (max-width: 768px) {
  div.mainArea div.header h4 {
    font-size: 14px;
    line-height: 1.8em;
  }
}
div.mainArea div.header ul.top {
  width: 770px;
  margin: 0 auto 40px;
  display: flex;
}
@media screen and (max-width: 768px) {
  div.mainArea div.header ul.top {
    width: 90%;
    display: block;
  }
}
div.mainArea div.header ul.top li {
  width: calc(100% / 3);
  padding: 0.5%;
  box-sizing: border-box;
}
div.mainArea div.header ul.top li:nth-child(1) a p span {
  background-color: #777000;
}
div.mainArea div.header ul.top li:nth-child(2) a p span {
  background-color: #6e3c30;
}
div.mainArea div.header ul.top li:nth-child(3) a p span {
  background-color: #503715;
}
@media screen and (max-width: 768px) {
  div.mainArea div.header ul.top li {
    width: 100%;
    padding: 1%;
  }
}
@media screen and (min-width: 769px) {
  div.mainArea div.header ul.top li {
    font-size: 14px;
  }
}
div.mainArea div.header ul.top li a {
  text-decoration: none;
  color: #000;
}
@media screen and (max-width: 768px) {
  div.mainArea div.header ul.top li a {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  div.mainArea div.header ul.top li a img {
    width: 45%;
  }
}
div.mainArea div.header ul.top li a p {
  background-color: #fff;
  text-align: center;
  padding: 25px;
  box-sizing: border-box;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.7em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  div.mainArea div.header ul.top li a p {
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  div.mainArea div.header ul.top li a p {
    width: 55%;
    height: auto;
    font-size: 13px;
    align-items: left;
    text-align: left;
    padding: 25px 10px;
  }
}
div.mainArea div.header ul.top li a p span {
  width: 100px;
  height: 33px;
  line-height: 33px;
  border-radius: 20px;
  color: #fff;
  font-size: 12px;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  div.mainArea div.header ul.top li a p span {
    font-size: 12px;
    width: 70px;
    height: 25px;
    line-height: 25px;
    text-align: center;
  }
}

p.title {
  text-align: center;
  font-size: 36px;
  font-family: linotype-sabon, sans-serif;
  color: #000;
  margin: 3px auto 35px;
  letter-spacing: 3px;
}
@media screen and (max-width: 768px) {
  p.title {
    font-size: 24px;
  }
}

.button {
  width: 29.3%;
  position: absolute;
  bottom: -4%;
  left: 5%;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .button {
    width: 13.3%;
    max-width: 160px;
    bottom: -8%;
    left: 8%;
  }
}
.button a {
  display: block;
}
.button a:hover {
  cursor: pointer !important;
  animation: bounce 1s ease forwards;
}

.scrollButton {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .scrollButton {
    display: none !important;
  }
}
.scrollButton.right {
  right: 0;
}
.scrollButton.right a::before {
  right: 45%;
  transform: translateY(-50%) rotate(45deg);
}
.scrollButton.left {
  left: 0;
}
.scrollButton.left a::before {
  left: 45%;
  transform: translateY(-50%) rotate(-135deg);
}
.scrollButton a {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #fff;
  position: relative;
}
.scrollButton a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}

div.content div.block {
  width: 600px;
  margin: 0 auto;
}
div.content div.block:nth-child(1) h5 {
  color: #777000;
}
div.content div.block:nth-child(2) h5 {
  color: #6e3c30;
}
div.content div.block:nth-child(3) h5 {
  color: #503715;
}
@media screen and (max-width: 768px) {
  div.content div.block {
    width: 100%;
    border-bottom: 1px solid #000;
    padding-bottom: 65px;
  }
}
div.content div.block h5 {
  margin: 120px auto 50px;
  color: #777000;
  font-size: 64px;
  text-align: center;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  div.content div.block h5 {
    font-size: 50px;
    margin: 65px auto 20px;
  }
}
div.content div.block .staff {
  width: 600px;
  display: flex;
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
  height: 180px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  div.content div.block .staff {
    width: 90%;
    margin: 0 auto 40px;
    height: 168px;
  }
}
div.content div.block .staff a {
  display: flex;
  color: #000;
  text-decoration: none;
  width: 600px;
}
div.content div.block .staff a .left {
  width: 35%;
  display: flex;
  justify-content: right;
  align-items: center;
}
@media screen and (max-width: 768px) {
  div.content div.block .staff a .left {
    width: 35%;
  }
}
div.content div.block .staff a .left img {
  border-radius: 50%;
  width: 150px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  div.content div.block .staff a .left img {
    width: 88%;
    margin: 0;
  }
}
div.content div.block .staff a .right {
  width: 65%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  div.content div.block .staff a .right {
    padding-left: 15px;
  }
}
div.content div.block .staff a .right h6 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  div.content div.block .staff a .right h6 {
    font-size: 14px;
  }
}
div.content div.block .staff a .right h7 {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  div.content div.block .staff a .right h7 {
    font-size: 10px;
  }
}
div.content div.block .staff a .right h7 span {
  font-size: 22px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  div.content div.block .staff a .right h7 span {
    font-size: 16px;
  }
}
div.content div.block .item {
  width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  div.content div.block .item {
    width: 100%;
  }
}
div.content div.block .item p.title {
  margin: 0 auto 20px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  position: relative;
  line-height: 1.7em;
  width: 330px;
}
@media screen and (max-width: 768px) {
  div.content div.block .item p.title {
    font-size: 16px;
    width: 70%;
  }
}
div.content div.block .item p.title span {
  border-bottom: dashed 1px #000;
}
div.content div.block .item p.title2 {
  width: 500px;
}
@media screen and (max-width: 768px) {
  div.content div.block .item p.title2 {
    width: 80%;
    text-align: center;
    margin: 0 auto 20px;
  }
}
div.content div.block .item p.item {
  font-size: 32px;
  text-align: center;
  font-weight: bold;
  margin: 25px auto 45px;
}
@media screen and (max-width: 768px) {
  div.content div.block .item p.item {
    width: 90%;
    font-size: 20px;
  }
}
div.content div.block .item p.item span {
  font-size: 18px;
  margin-bottom: 10px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  div.content div.block .item p.item span {
    font-size: 16px;
  }
}
div.content div.block .item .mainimg {
  width: 90%;
  margin: 0 auto;
}
div.content div.block .item p.text {
  font-size: 16px;
  margin-bottom: 55px;
  line-height: 1.8em;
}
@media screen and (max-width: 768px) {
  div.content div.block .item p.text {
    width: 90%;
    margin: 0 auto 30px;
    font-size: 14px;
  }
}
div.content div.block .item p.check {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  div.content div.block .item p.check {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
div.content div.block .item .bloglink {
  width: 600px;
  display: flex;
  background-color: #e3dfd1;
  font-size: 16px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  div.content div.block .item .bloglink {
    width: 90%;
    margin: 0 auto 40px;
    font-size: 10px;
  }
}
div.content div.block .item .bloglink span {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  div.content div.block .item .bloglink span {
    font-size: 14px;
  }
}
div.content div.block .item .bloglink a {
  display: flex;
  text-decoration: none;
  color: #000;
}
div.content div.block .item .bloglink a .left01 {
  width: 32%;
}
@media screen and (max-width: 768px) {
  div.content div.block .item .bloglink a .left01 {
    width: 40%;
    padding: 1%;
  }
}
div.content div.block .item .bloglink a .left01 img {
  padding: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  div.content div.block .item .bloglink a .left01 img {
    padding: 10px;
  }
}
div.content div.block .item .bloglink a .right02 {
  width: 68%;
  position: relative;
  display: flex;
  justify-content: left;
  align-items: center;
  line-height: 1.7em;
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  div.content div.block .item .bloglink a .right02 {
    width: 60%;
    text-align: left;
    justify-content: left;
    padding-left: 0px;
  }
}
div.content div.block .item .bloglink a .right02::before {
  content: "";
  display: block;
  position: absolute;
  right: 7%;
  top: 50%;
  border-left: 2px solid #000;
  border-top: 2px solid #000;
  width: 25px;
  height: 25px;
  transform: rotate(135deg);
}
@media screen and (max-width: 768px) {
  div.content div.block .item .bloglink a .right02::before {
    width: 10px;
    height: 10px;
    right: 7%;
    top: 49%;
  }
}
div.content div.block .item .itemlink {
  width: 600px;
  height: 100px;
  background-color: #777000;
  line-height: 100px;
  font-size: 18px;
  color: #fff;
  position: relative;
  text-align: center;
}
div.content div.block .item .itemlink a {
  color: #fff;
  text-decoration: none;
  display: block;
}
@media screen and (max-width: 768px) {
  div.content div.block .item .itemlink {
    width: 90%;
    margin: 0 auto 0px;
    font-size: 14px;
  }
}
div.content div.block .item .itemlink::before {
  content: "";
  display: block;
  position: absolute;
  right: 6%;
  top: 38%;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  width: 25px;
  height: 25px;
  transform: rotate(135deg);
}
@media screen and (max-width: 768px) {
  div.content div.block .item .itemlink::before {
    width: 10px;
    height: 10px;
    right: 7%;
    top: 46%;
  }
}
div.content div.block .item .itemlinkcomming {
  width: 600px;
  height: 100px;
  border: #503715 1px solid;
  line-height: 100px;
  font-size: 18px;
  color: #503715;
  position: relative;
  text-align: center;
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  div.content div.block .item .itemlinkcomming {
    width: 90%;
    margin: 0 auto 0px;
    font-size: 14px;
  }
}
div.content div.block .item .itemlinkcomming::before {
  content: "";
  display: block;
  position: absolute;
  right: 6%;
  top: 38%;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  width: 25px;
  height: 25px;
  transform: rotate(135deg);
}
@media screen and (max-width: 768px) {
  div.content div.block .item .itemlinkcomming::before {
    width: 10px;
    height: 10px;
    right: 7%;
    top: 46%;
  }
}
div.content div.block .item .itemlink02 {
  background-color: #6e3c30;
}
div.content div.block .item .itemlink03 {
  background-color: #503715;
}

.footer {
  margin: 0 auto;
  width: 100%;
  background-color: #fff;
  padding: 0 0 120px 0;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 75px 0 120px 0;
  }
}
.footer .logo {
  width: 150px;
  margin: 25px auto;
}
@media screen and (max-width: 768px) {
  .footer .logo {
    width: 44%;
  }
}
.footer .btn {
  border: #dadada solid 1px;
  width: 400px;
  height: 70px;
  line-height: 45px;
  font-size: 14px;
  margin: 0 auto 80px;
  text-align: center;
  letter-spacing: 3px;
  padding: 9px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .footer .btn {
    width: 88%;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    padding: 0;
    margin: 0 auto 40px;
  }
}
.footer .btn a {
  color: #000;
  text-decoration: none;
  display: block;
  font-size: 12px;
}

.btn2 {
  width: 170px;
  margin: 0px auto 40px;
}
@media screen and (max-width: 768px) {
  .btn2 {
    width: 40%;
    margin: 0px auto 25px;
  }
}
.btn2 a {
  color: #000;
  text-decoration: none;
  display: block;
  font-size: 12px;
}

.copy {
  font-size: 10px;
  text-align: center;
  margin-bottom: 30px;
}

.flexslider {
  margin: 0 0 0px;
  background: transparent;
  border: none;
  border-radius: 0;
  -o-box-shadow: 0;
  box-shadow: 0;
}
/*# sourceMappingURL=style.css.map */