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

/*--------------------------------------
	 common
---------------------------------------*/
html {
  font-size: 10px;
  font-family: sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

body {
  background: #fff;
  color: #3e3a39;
}

a {
  color: #3e3a39;
  text-decoration: none;
  transition: color 0.5s ease;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}
a.hover {
  color: #806f4e;
  text-decoration: none;
}

input[type="image"] {
  -webkit-tap-highlight-color: transparent;
}

img {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
}

/*--------------------------------------
	 mainBlock
---------------------------------------*/
#mainBlock .mainArea {
  height: 100vh;
  /* Fallback */
  height: calc(var(--vh, 1vh) * 100);
  background: #f5f2e8;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
#mainBlock .mainArea h1 {
  opacity: 0;
  text-align: center;
  padding: 67px 0 87px 0;
  animation: fadeIn ease 4s 1s forwards;
}
#mainBlock .mainArea h1 img {
  width: 204px;
}
@media print, screen and (min-width: 768px) and (min-height: 600px) {
  #mainBlock .mainArea h1 img {
    width: 320px;
  }
}
#mainBlock .mainArea .date {
  opacity: 0;
  text-align: center;
  animation: fadeIn ease 4s 2s forwards;
  padding-bottom: 59px;
}
@media print, screen and (min-width: 768px) {
  #mainBlock .mainArea .date {
    padding-bottom: 112px;
  }
}
#mainBlock .mainArea .date img {
  width: 212px;
}
@media print, screen and (min-width: 768px) and (min-height: 600px) {
  #mainBlock .mainArea .date img {
    width: 328px;
  }
}
#mainBlock .mainVisual {
  width: 100%;
  text-align: center;
  padding-bottom: 45px;
}
@media print, screen and (min-width: 768px) {
  #mainBlock .mainVisual {
    padding-bottom: 92px;
  }
}
#mainBlock .mainVisual img {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #mainBlock .mainVisual img {
    max-width: 2000px;
  }
}
#mainBlock h2 {
  text-align: center;
  border-bottom: 1px solid #5bb15a;
  padding-bottom: 18px;
  margin-bottom: 29px;
}
@media print, screen and (min-width: 768px) {
  #mainBlock h2 {
    padding-bottom: 43px;
    margin-bottom: 50px;
  }
}
#mainBlock #introduction {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  #mainBlock #introduction {
    width: calc(100% - 24px);
  }
}
@media print, screen and (min-width: 768px) {
  #mainBlock #introduction {
    width: calc(100% - 12px);
    max-width: 1000px;
  }
}
@media print, screen and (min-width: 768px) {
  #mainBlock #introduction {
    padding-bottom: 110px;
  }
}
#mainBlock #introduction h2 img {
  width: 167px;
}
@media print, screen and (min-width: 768px) {
  #mainBlock #introduction h2 img {
    width: 452px;
  }
}
#mainBlock #introduction .pic img {
  width: 100%;
  max-width: 375px;
}
@media print, screen and (min-width: 768px) {
  #mainBlock #introduction .pic img {
    max-width: 998px;
  }
}
#mainBlock #structure h2 {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  #mainBlock #structure h2 {
    width: calc(100% - 24px);
  }
}
@media print, screen and (min-width: 768px) {
  #mainBlock #structure h2 {
    width: calc(100% - 12px);
    max-width: 1000px;
  }
}
@media print, screen and (min-width: 768px) {
  #mainBlock #structure h2 {
    margin-bottom: 23px;
  }
}
#mainBlock #structure h2 img {
  width: 149px;
}
@media print, screen and (min-width: 768px) {
  #mainBlock #structure h2 img {
    width: 223px;
  }
}
#mainBlock #structure h3 {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 29px;
}
@media only screen and (max-width: 767px) {
  #mainBlock #structure h3 {
    width: calc(100% - 24px);
  }
}
@media print, screen and (min-width: 768px) {
  #mainBlock #structure h3 {
    width: calc(100% - 12px);
    max-width: 1000px;
  }
}
@media print, screen and (min-width: 768px) {
  #mainBlock #structure h3 {
    text-align: left;
  }
}
#mainBlock #structure h3.oneF img {
  width: 24px;
}
@media print, screen and (min-width: 768px) {
  #mainBlock #structure h3.oneF img {
    width: 50px;
  }
}
#mainBlock #structure h3.twoF img {
  width: 26px;
}
@media print, screen and (min-width: 768px) {
  #mainBlock #structure h3.twoF img {
    width: 54px;
  }
}
#mainBlock #structure .pict {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  #mainBlock #structure .pict {
    width: calc(100% - 24px);
  }
}
@media print, screen and (min-width: 768px) {
  #mainBlock #structure .pict {
    width: calc(100% - 12px);
    max-width: 1000px;
  }
}
@media print, screen and (min-width: 768px) {
  #mainBlock #structure .pict {
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-end;
    width: 100%;
    max-width: 850px;
    margin-bottom: 77px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) {
  #mainBlock #structure .pict.twoFPict {
    justify-content: center;
  }
}

#mainBlock #structure .pict .item {
  margin-bottom: 58px;
}
#mainBlock #structure .pict .item:last-child {
  margin-bottom: 32px;
}
@media print, screen and (min-width: 768px) {
  #mainBlock #structure .pict .item {
    margin-bottom: 0 !important;
  }
}
#mainBlock #structure .pict .item.laqoo img {
  width: 175px;
}
@media print, screen and (min-width: 768px) {
  #mainBlock #structure .pict .item.laqoo img {
    width: 199px;
  }
}
#mainBlock #structure .pict .item.cocoro img {
  width: 198px;
}
@media print, screen and (min-width: 768px) {
  #mainBlock #structure .pict .item.cocoro img {
    width: 224px;
  }
}
#mainBlock #structure .pict .item.run img {
  width: 221px;
}
@media print, screen and (min-width: 768px) {
  #mainBlock #structure .pict .item.run img {
    width: 251px;
  }
}
#mainBlock #structure .pict .item.hesoten img {
  width: 216px;
}
@media print, screen and (min-width: 768px) {
  #mainBlock #structure .pict .item.hesoten img {
    width: 245px;
  }
}
#mainBlock #structure .detailText {
  margin-left: auto;
  margin-right: auto;
  font-size: 1.6rem;
  border-bottom: 1px solid #5bb15a;
}
@media only screen and (max-width: 767px) {
  #mainBlock #structure .detailText {
    width: calc(100% - 24px);
  }
}
@media print, screen and (min-width: 768px) {
  #mainBlock #structure .detailText {
    width: calc(100% - 12px);
    max-width: 1000px;
  }
}
#mainBlock #structure .detailText.text1 {
  border-bottom: 1px solid #5bb15a;
  margin-bottom: 46px;
}
@media print, screen and (min-width: 768px) {
  #mainBlock #structure .detailText.text1 {
    padding-bottom: 90px;
    margin-bottom: 23px;
  }
}
#mainBlock #structure .detailText.text2 {
  border-bottom: 1px solid #806f4e;
  margin-bottom: 21px;
}
#mainBlock #structure .detailText p {
  line-height: 1.8;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  #mainBlock #structure .detailText p:last-child {
    margin-bottom: 20px;
  }
}
#mainBlock #structure .note {
  margin-left: auto;
  margin-right: auto;
  font-size: 1.4rem;
  margin-bottom: 32px;
}
@media only screen and (max-width: 767px) {
  #mainBlock #structure .note {
    width: calc(100% - 24px);
  }
}
@media print, screen and (min-width: 768px) {
  #mainBlock #structure .note {
    width: calc(100% - 12px);
    max-width: 1000px;
  }
}
@media print, screen and (min-width: 768px) {
  #mainBlock #structure .note {
    margin-bottom: 56px;
  }
}
@media print, screen and (min-width: 768px) {
  #mainBlock #structure .structure_img {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 125px auto;
  }
}
#mainBlock #structure .structure_img .item {
  text-align: center;
  margin-bottom: 18px;
}
#mainBlock #structure .structure_img .item:last-child {
  margin-bottom: 47px;
}
@media print, screen and (min-width: 768px) {
  #mainBlock #structure .structure_img .item {
    width: 49%;
    margin-bottom: 0;
  }
}
#mainBlock #structure .structure_img .item img {
  width: 100%;
}

#access {
  background: #f5f2e8;
  padding: 47px 0 50px 0;
}
@media print, screen and (min-width: 768px) {
  #access {
    padding: 120px 0 80px 0;
  }
}
#access h2 {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  #access h2 {
    width: calc(100% - 24px);
  }
}
@media print, screen and (min-width: 768px) {
  #access h2 {
    width: calc(100% - 12px);
    max-width: 1000px;
  }
}
@media print, screen and (min-width: 768px) {
  #access h2 {
    margin-bottom: 86px;
  }
}
#access h2 img {
  width: 96px;
}
@media print, screen and (min-width: 768px) {
  #access h2 img {
    width: 139px;
  }
}
#access .access_img {
  margin-bottom: 7px;
}
@media print, screen and (min-width: 768px) {
  #access .access_img {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 73px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  #access .access_img {
    width: calc(100% - 24px);
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) {
  #access .access_img {
    width: calc(100% - 12px);
    max-width: 1000px;
  }
}

#access .access_img .item {
  margin-bottom: 18px;
}
@media print, screen and (min-width: 768px) {
  #access .access_img .item:first-child {
    width: 51%;
  }
  #access .access_img .item:last-child {
    width: 45%;
  }
}
#access .access_img .item .pic {
  text-align: center;
}
#access .access_img .item .pic img {
  width: 100%;
  max-width: 375px;
}
@media print, screen and (min-width: 768px) {
  #access .access_img .item .pic img {
    max-width: 100%;
  }
}
#access .access_img .item .address {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 32px;
  margin-top: 25px;
}
@media print, screen and (min-width: 768px) {
  #access .access_img .item .address {
    margin-top: 45px;
    margin-bottom: 0;
  }
}
@media print, screen and (max-width: 767px) {
  #access .access_img .item .address {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  #access .access_img .item .address {
    width: calc(100% - 24px);
  }
}
@media print, screen and (max-width: 767px) and (min-width: 768px) {
  #access .access_img .item .address {
    width: calc(100% - 12px);
    max-width: 1000px;
  }
}

#access h3 {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background: #fff;
  color: #3e3a39;
  padding: 10px;
  font-size: 1.6rem;
  margin-bottom: 17px;
}
@media only screen and (max-width: 767px) {
  #access h3 {
    width: calc(100% - 24px);
  }
}
@media print, screen and (min-width: 768px) {
  #access h3 {
    width: calc(100% - 12px);
    max-width: 1000px;
  }
}
@media print, screen and (min-width: 768px) {
  #access h3 {
    margin-bottom: 45px;
  }
}
#access .accessText {
  width: 85%;
  font-size: 1.6rem;
  margin: 0 auto;
  padding-bottom: 30px;
  line-height: 1.8;
}
@media print, screen and (min-width: 768px) {
  #access .accessText {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-bottom: 56px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  #access .accessText {
    width: calc(100% - 24px);
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) {
  #access .accessText {
    width: calc(100% - 12px);
    max-width: 1000px;
  }
}

@media print, screen and (min-width: 768px) {
  #access .accessText:last-child {
    border-bottom: 1px solid #806f4e;
    padding-bottom: 80px;
  }
}

footer {
  background: #f5f2e8;
}
footer .footerText {
  width: 85%;
  font-size: 1.4rem;
  margin: 0 auto;
  padding-bottom: 70px;
}
@media print, screen and (min-width: 768px) {
  footer .footerText {
    display: flex;
    justify-content: center;
    padding-bottom: 95px;
  }
}
@media print, screen and (min-width: 768px) {
  footer .footerText p:first-child {
    padding-right: 10px;
  }
  footer .footerText p:last-child {
    padding-left: 10px;
  }
}
footer .copyright {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 1.1rem;
  padding-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  footer .copyright {
    width: calc(100% - 24px);
  }
}
@media print, screen and (min-width: 768px) {
  footer .copyright {
    width: calc(100% - 12px);
    max-width: 1000px;
  }
}
@media print, screen and (min-width: 768px) {
  footer .copyright {
    padding-bottom: 95px;
  }
}

/*--------------------------------------
	 general class
---------------------------------------*/
.inline-block {
  display: inline-block;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

strong {
  font-weight: bold;
}

article {
  font-size: 1.6rem;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  .hidden_sp {
    display: none !important;
  }
}
@media print, screen and (min-width: 768px) {
  .hidden_pc {
    display: none !important;
  }
}
