@charset "UTF-8";
/* ========================================
Top
======================================== */

.toppage {
}
.toppage .cntsSct {
}
.atclArea {
  width: 98%;
  max-width: 1250px;
  margin: 100px auto 0;
}
.toppage h1.ttlObj {
  text-align: center;
  line-height: 1;
  margin: 0 auto 0.2em;
}

.toppage .mainArea {
  width: 97%;
  margin: 0 auto;
  border-radius: 0 0 var(--kadoR80) var(--kadoR80);
  overflow: hidden;
  position: relative;
  max-width: 1600px;
  min-height: 620px;
  background: url(../img/header.jpg);
  background-size: cover;
  background-position: top;
}
.toppage .mainArea .mainImg {
  /* display: block; */
  /* height: 100%; */
  /* width: 100%; */
  display: none;
}
.toppage .mainArea .mainImg img,
.toppage .mainArea .mainImg source {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.toppage .mainArea .imgTxtSet {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.toppage .mainArea .logoObj {
  position: absolute;
  top: 13%;
  left: 4.2%;
  width: min(49%, 600px);
}
.toppage .mainArea .txtGlp {
  /* position: absolute; */
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: right;
  height: max(calc(100% - 40%), calc(100% - 300px));
}
.toppage .mainArea .txtGlp .subTtlObj {
  padding: 0;
  line-height: 1.2;
  margin: 0 0 30px;
  position: absolute;
  right: 54px;
  bottom: 0;
}
.toppage .mainArea .txtSet {
  background: rgba(51, 170, 68, 0.2);
  height: min(40%, 300px);
  padding: 50px 54px;
  border-top: 1px solid #f5eee4;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: right;
}
.toppage .mainArea .txtSet::before {
  content: "";
}
.toppage .mainArea .txtSet .txtObj {
}

.toppage .infoArea {
  margin: -90px auto 0;
  position: relative;
  z-index: 10;
  width: 90%;
}
.toppage .infoArea {
}

.toppage .messageArea {
}
.toppage .messageArea .imgArea {
  background: url(../img/header.jpg);
  width: 100%;
  height: 260px;
  background-size: cover;
  background-position: center;
  border-radius: var(--kadoR80) var(--kadoR80) var(--kadoR16) var(--kadoR16);
  position: relative;
}
.toppage .messageArea .imgArea .btnObj {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: 0 auto;
  text-align: center;
  max-width: 520px;
  background: var(--clrOr);
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--kadoR16);
  transition: 0.2s;
  width: 80%;
  transform: translate(0, -50%);
}
.toppage .messageArea .imgArea .btnObj a {
  text-decoration: none;
  color: var(--clrWh);
}
.toppage .messageArea .imgArea .btnObj:hover {
  filter: brightness(1.1);
  transition: 0.2s;
}
.toppage .messageArea .imgArea .btnObj .icon {
  width: 1.8em;
  display: block;
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translate(0, -50%);
}

.toppage .messageArea .infoBlk {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  margin: 90px auto 0;
  max-width: 980px;
}
.toppage .messageArea .infoBlk .ttlObj {
  width: auto;
  text-align: left;
  margin: 30px auto 0 0;
}
.toppage .messageArea .infoBlk .infoLists {
  width: 68%;
  border-top: 2px solid var(--clrGrn);
  border-bottom: 2px solid var(--clrGrn);
  padding: 30px 0;
}
.toppage .messageArea .infoBlk .infoLists .infoList {
  background: var(--clrBe1);
  border-radius: var(--kadoR16);
  position: relative;
}
.toppage .messageArea .infoBlk .infoLists .infoList a::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.7px;
  border-color: transparent transparent transparent var(--clrBr);
  position: absolute;
  left: 1em;
  top: 1.25em;
  line-height: 1;
}
.toppage .messageArea .infoBlk .infoLists .infoList a {
  text-decoration: none;
  color: var(--clrBr);
  padding: 0.8em 1em 0.8em 2.5em;
  cursor: pointer;
  display: block;
  position: relative;
  line-height: 1.5;
}
.toppage .messageArea .infoBlk .infoLists .infoList a:hover {
  opacity: 0.5;
}
.toppage .messageArea .infoBlk .infoLists .infoList + .infoList {
  margin: 10px 0 0;
}

.toppage .snsArea {
}
.toppage .snsArea .snsBlk {
  background: var(--clrBe1);
  border-radius: var(--kadoR16) var(--kadoR16) var(--kadoR80) var(--kadoR80);
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  /* align-items: flex-start; */
  padding: 60px 0 80px;
}
.toppage .snsArea .snsBlk .snsSet {
  width: 48%;
  max-width: 480px;
  margin: 0 20px;
}
.toppage .snsArea .snsBlk .snsSet .iconObj {
  margin: 0 auto 30px;
  text-align: center;
  max-width: 56px;
}
.toppage .snsArea .snsBlk .snsSet .iconObj a {
  transition: 0.2s ease;
}
.toppage .snsArea .snsBlk .snsSet .iconObj a:hover {
  transition: 0.2s ease;
  opacity: 0.8;
}
.toppage .snsArea .snsBlk .snsSet .timeline {
}

.toppage .snsArea .snsBlk .snsSet.insta .timeline {
  background: #fff;
  display: grid;
  flex-flow: wrap;
  padding: 8px;
  border-radius: var(--kadoR16);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}
.toppage .snsArea .snsBlk .snsSet.insta .timeline li {
  background: url("../../index/img/instagram_bg.jpg");
  background-size: cover;
  width: 100%;
  height: 100%;
  border-radius: var(--kadoR8);
  overflow: hidden;
  background-position: center;
}
.toppage .snsArea .snsBlk .snsSet.insta .timeline img {
  cursor: pointer;
}
.toppage .snsArea .snsBlk .snsSet.insta .timeline img {
}

.toppage .aboutArea {
  margin: 100px auto 0;
}
.toppage .aboutArea .aboutBlk {
  background: var(--clrBe2);
  border-radius: var(--kadoR80) var(--kadoR80) var(--kadoR16) var(--kadoR16);
  padding: 60px 0 80px;
}
.toppage .aboutArea .aboutBlk .ttlGlp {
  /* width: 50%; */
  margin: 0 auto;
  position: relative;
  display: flex;
  text-align: center;
  justify-content: center;
  flex-flow: column;
  max-width: 520px;
  width: 60%;
}
.toppage .aboutArea .aboutBlk .ttlGlp::before,
.toppage .aboutArea .aboutBlk .ttlGlp::after {
  content: "";
  background: url(../img/obj_leaf.svg);
  background-size: cover;
  width: 60px;
  height: 120px;
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(-1, 1);
}
.toppage .aboutArea .aboutBlk .ttlGlp::after {
  right: 0;
  left: auto;
  transform: scale(1);
}
.toppage .aboutArea .aboutBlk .ttlGlp .logoObj {
  max-width: 280px;
  width: 60%;
  margin: 0 auto 5px;
}
.toppage .aboutArea .aboutBlk .ttlGlp .subTtlObj {
}
.toppage .aboutArea .aboutBlk .captionObj {
  color: #8b5510;
  margin: 60px auto 0;
  text-align: center;
}
.toppage .aboutArea .aboutBlk .imgTxtBlk {
  display: flex;
  align-items: center;
  width: 80%;
  margin: 50px auto 0;
  max-width: 860px;
}
.toppage .aboutArea .aboutBlk .imgTxtBlk .imgGlp {
  text-align: center;
  width: 38%;
}
.toppage .aboutArea .aboutBlk .imgTxtBlk .imgGlp .type {
}
.toppage .aboutArea .aboutBlk .imgTxtBlk .imgGlp img {
  border-radius: var(--kadoR16);
  margin: 10px 0;
}
.toppage .aboutArea .aboutBlk .imgTxtBlk .imgGlp .name {
}
.toppage .aboutArea .aboutBlk .imgTxtBlk .txtGlp {
  width: 62%;
  margin: 0 auto;
}
.toppage .aboutArea .aboutBlk .imgTxtBlk .txtGlp .txtObj {
  padding: 0 60px;
}

.toppage .aboutArea .aboutBlk .timetableBlk {
  width: 90%;
  max-width: 980px;
  background: #fff;
  border-radius: var(--kadoR36);
  padding: 80px 50px 96px;
  margin: 80px auto 0;
}
.toppage .aboutArea .aboutBlk .timetableBlk .ttlObj {
  text-align: center;
  line-height: 1.1;
}
.toppage .aboutArea .aboutBlk .timetableBlk .tableSet {
  margin: 50px auto 0;
  max-width: 800px;
  width: 92%;
  display: flex;
  flex-flow: wrap;
}
.toppage .aboutArea .aboutBlk .timetableBlk .tableSet dt {
  width: 15%;
  background: #f5eee4;
  color: var(--clrBr);
  text-align: center;
  border-radius: var(--kadoR16) 0 0 var(--kadoR16);
  margin-right: 5px;
  padding: 15px 0 0;
  letter-spacing: 0.08em;
}
.toppage .aboutArea .aboutBlk .timetableBlk .tableSet dd {
  width: 80%;
  border: 2px solid #f5eee4;
  border-radius: 0 var(--kadoR16) var(--kadoR16) 0;
  overflow: hidden;
}
.toppage .aboutArea .aboutBlk .timetableBlk .tableSet dd + dt,
.toppage .aboutArea .aboutBlk .timetableBlk .tableSet dd + dt + dd {
  margin-top: 15px;
}
.toppage .aboutArea .aboutBlk .timetableBlk .tableSet dd a {
  text-decoration: none;
  display: block;
  color: var(--clrBr);
  position: relative;
  background: #f5eee4;
  transition: 0.2s ease;
}
.toppage .aboutArea .aboutBlk .timetableBlk .tableSet dd a:hover {
  transition: 0.2s ease;
  opacity: 0.6;
}
.toppage .aboutArea .aboutBlk .timetableBlk .tableSet dd .timeTtl {
  padding: 0.5em 30px;
  position: relative;
  font-weight: 600;
  line-height: 1.2;
}
.toppage .aboutArea .aboutBlk .timetableBlk .tableSet dd .timeTtl::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.7px;
  border-color: transparent transparent transparent var(--clrBr);
  position: absolute;
  left: 0.5em;
  top: 1em;
  line-height: 1;
}
.toppage .aboutArea .aboutBlk .timetableBlk .tableSet dd .timeName {
  padding: 0.8em 30px;
  background: #fff;
}

.toppage .aboutArea .bnrSet {
  display: flex;
  flex-flow: wrap;
  margin: 60px auto 0;
  justify-content: center;
  width: 57%;
  max-width: 720px;
}
.toppage .aboutArea .bnrSet .bnrList {
  max-width: 200px;
  width: 30%;
  padding: 0 0 20px 0;
  border-radius: var(--kadoR8);
  overflow: hidden;
  margin-inline: 20px;
}
.toppage .aboutArea .bnrSet .bnrList a {
}

.toppage .aboutArea .archiveBlk {
  margin: 60px auto 0;
  text-align: center;
}
.toppage .aboutArea .archiveBlk a {
  color: var(--clrBr);
  text-decoration: underline;
}
@media (width <= 900px) {
  .toppage {
  }
  .toppage .cntsSct {
  }
  .atclArea {
    width: 95%;
    margin: 100px auto 0;
  }

  .toppage h1.ttlObj {
    margin: 0 auto 0.5em;
  }

  .toppage .mainArea {
    height: 60svh;
    max-height: 680px;
    background: url(../img/header_sp.jpg);
    min-height: auto;
  }
  .toppage .mainArea .mainImg {
    display: block;
    height: 100%;
    width: 100%;
  }
  .toppage .mainArea .mainImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .toppage .mainArea .imgTxtSet {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
  }
  .toppage .mainArea .logoObj {
    left: 0;
    right: 0;
    margin: auto auto 0;
    /* top: auto; */
    top: 0;
    position: relative;
    width: min(70%, 460px);
  }
  .toppage .mainArea .txtGlp {
    text-align: center;
    position: relative;
    margin: 0 auto 0;
    display: flex;
    flex-flow: column;
  }
  .toppage .mainArea .txtGlp .subTtlObj {
    padding: 0;
    margin: 30px auto auto;
    right: 0;
    left: 0;
    position: relative;
  }
  .toppage .mainArea .txtSet {
    padding: 20px 20px 0;
    text-align: center;
  }
  .toppage .mainArea .txtSet::before {
    content: "";
  }
  .toppage .mainArea .txtSet .txtObj {
  }

  .toppage .infoArea {
    margin: 0;
  }
  .toppage .infoArea {
    margin: -10svh auto 0;
    width: 90%;
  }

  .toppage .messageArea {
  }
  .toppage .messageArea .imgArea {
    height: 140px;
  }
  .toppage .messageArea .imgArea .btnObj {
    height: 55px;
    width: min(68%, 360px);
    transform: translate(0, -50%);
  }
  .toppage .messageArea .imgArea .btnObj a {
  }
  .toppage .messageArea .imgArea .btnObj .icon {
    left: 1em;
  }

  .toppage .messageArea .infoBlk {
    margin: 30px auto 0;
  }
  .toppage .messageArea .infoBlk .ttlObj {
    margin: 0 auto 10px;
    text-align: center;
  }
  .toppage .messageArea .infoBlk .infoLists {
    width: 100%;
    padding: 20px 0;
  }
  .toppage .messageArea .infoBlk .infoLists .infoList {
  }
  .toppage .messageArea .infoBlk .infoLists .infoList a {
    padding: 1em 1em 1em 2.5em;
  }
  .toppage .messageArea .infoBlk .infoLists .infoList a::before {
    top: 1.4em;
  }
  .toppage .messageArea .infoBlk .infoLists .infoList + .infoList {
  }

  .toppage .snsArea {
  }
  .toppage .snsArea .snsBlk {
    padding: 40px 0 80px;
  }
  .toppage .snsArea .snsBlk .snsSet {
    width: 90%;
    margin: 0;
  }
  .toppage .snsArea .snsBlk .snsSet + .snsSet {
    margin: 50px auto 0;
  }
  .toppage .snsArea .snsBlk .snsSet .iconObj {
    width: 40px;
    margin: 0 auto 15px;
  }
  .toppage .snsArea .snsBlk .snsSet .timeline {
  }

  .toppage .snsArea .snsBlk .snsSet.insta .timeline {
  }
  .toppage .snsArea .snsBlk .snsSet.insta .timeline img {
  }

  .toppage .aboutArea {
  }
  .toppage .aboutArea .aboutBlk {
    padding: 40px 0 80px;
  }
  .toppage .aboutArea .aboutBlk .ttlGlp {
    width: 90%;
  }
  .toppage .aboutArea .aboutBlk .ttlGlp::before,
  .toppage .aboutArea .aboutBlk .ttlGlp::after {
    content: "";
    height: 80px;
    width: 40px;
  }
  .toppage .aboutArea .aboutBlk .ttlGlp::after {
  }
  .toppage .aboutArea .aboutBlk .ttlGlp .logoObj {
  }
  .toppage .aboutArea .aboutBlk .ttlGlp .subTtlObj {
  }
  .toppage .aboutArea .aboutBlk .captionObj {
    margin: 40px auto 0;
  }
  .toppage .aboutArea .aboutBlk .imgTxtBlk {
    flex-flow: wrap;
    justify-content: center;
    margin: 40px auto 0;
  }
  .toppage .aboutArea .aboutBlk .imgTxtBlk .imgGlp {
    width: 100%;
  }
  .toppage .aboutArea .aboutBlk .imgTxtBlk .imgGlp .type {
  }
  .toppage .aboutArea .aboutBlk .imgTxtBlk .imgGlp img {
    max-width: 320px;
  }
  .toppage .aboutArea .aboutBlk .imgTxtBlk .imgGlp .name {
  }
  .toppage .aboutArea .aboutBlk .imgTxtBlk .txtGlp {
    width: 100%;
    margin: 20px auto 0;
  }
  .toppage .aboutArea .aboutBlk .imgTxtBlk .txtGlp .txtObj {
    padding: 0;
  }

  .toppage .aboutArea .aboutBlk .timetableBlk {
    margin: 40px auto 0;
    padding: 60px 0 80px;
    width: 95%;
  }
  .toppage .aboutArea .aboutBlk .timetableBlk .ttlObj {
  }
  .toppage .aboutArea .aboutBlk .timetableBlk .tableSet {
    margin: 30px auto 0;
  }
  .toppage .aboutArea .aboutBlk .timetableBlk .tableSet dt {
    writing-mode: vertical-lr;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 12%;
  }
  .toppage .aboutArea .aboutBlk .timetableBlk .tableSet dd {
    width: calc(88% - 5px);
  }
  .toppage .aboutArea .aboutBlk .timetableBlk .tableSet dd + dt,
  .toppage .aboutArea .aboutBlk .timetableBlk .tableSet dd + dt + dd {
  }
  .toppage .aboutArea .aboutBlk .timetableBlk .tableSet dd a {
  }
  .toppage .aboutArea .aboutBlk .timetableBlk .tableSet dd .timeTtl {
  }
  .toppage .aboutArea .aboutBlk .timetableBlk .tableSet dd .timeTtl::before {
    content: "";
  }
  .toppage .aboutArea .aboutBlk .timetableBlk .tableSet dd .timeName {
  }

  .toppage .aboutArea .bnrSet {
    width: 88%;
    margin: 40px auto 0;
    justify-content: space-around;
  }
  .toppage .aboutArea .bnrSet .bnrList {
    width: 48%;
    margin: 0 0 10px;
  }
  .toppage .aboutArea .bnrSet .bnrList a {
  }

  .toppage .aboutArea .archiveBlk {
    margin: 40px auto 0;
  }
  .toppage .aboutArea .archiveBlk a {
  }
}

/* ========================================
article
======================================== */

@media (width <= 900px) {
}
/* ========================================
info
======================================== */

@media (width <= 900px) {
}
