@charset "UTF-8";
/*********************************************************
共通
*********************************************************/
.dib {
  display: inline-block;
}

.fc-red {
  color: #f00;
}

/*-----------------------
雲
-----------------------*/
@media (min-width: 1401px) {
  #wrapper #illustration img:nth-of-type(1) {
    position: absolute;
    top: 40%;
    left: -5%;
    transform: translate(0%, 0%);
    display: inline-block;
    width: 250px;
    z-index: -1;
  }
  #wrapper #illustration img:nth-of-type(2) {
    position: absolute;
    top: 80%;
    left: -5%;
    transform: translate(0%, 0%);
    display: inline-block;
    width: 250px;
    z-index: -1;
  }
  #wrapper #illustration img:nth-of-type(3) {
    position: absolute;
    top: 45%;
    right: -5%;
    transform: translate(0%, 0%);
    display: inline-block;
    width: 250px;
    z-index: -1;
  }
  #wrapper #illustration img:nth-of-type(4) {
    position: absolute;
    top: 90%;
    right: -5%;
    transform: translate(0%, 0%);
    display: inline-block;
    width: 250px;
    z-index: -1;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  #wrapper #illustration img:nth-of-type(1) {
    position: absolute;
    top: 35%;
    left: -5%;
    transform: translate(0%, 0%);
    display: inline-block;
    width: 200px;
    z-index: -1;
  }
  #wrapper #illustration img:nth-of-type(2) {
    position: absolute;
    top: 70%;
    left: -5%;
    transform: translate(0%, 0%);
    display: inline-block;
    width: 200px;
    z-index: -1;
  }
  #wrapper #illustration img:nth-of-type(3) {
    position: absolute;
    top: 45%;
    right: -5%;
    transform: translate(0%, 0%);
    display: inline-block;
    width: 200px;
    z-index: -1;
  }
  #wrapper #illustration img:nth-of-type(4) {
    position: absolute;
    top: 90%;
    right: -5%;
    transform: translate(0%, 0%);
    display: inline-block;
    width: 200px;
    z-index: -1;
  }
}
@media (min-width: 737px) and (max-width: 1200px) {
  #wrapper #illustration img:nth-of-type(1) {
    position: absolute;
    top: 35%;
    left: -5%;
    transform: translate(0%, 0%);
    display: inline-block;
    width: 150px;
    z-index: -1;
  }
  #wrapper #illustration img:nth-of-type(2) {
    position: absolute;
    top: 70%;
    left: -5%;
    transform: translate(0%, 0%);
    display: inline-block;
    width: 150px;
    z-index: -1;
  }
  #wrapper #illustration img:nth-of-type(3) {
    position: absolute;
    top: 45%;
    right: -5%;
    transform: translate(0%, 0%);
    display: inline-block;
    width: 150px;
    z-index: -1;
  }
  #wrapper #illustration img:nth-of-type(4) {
    position: absolute;
    top: 90%;
    right: -5%;
    transform: translate(0%, 0%);
    display: inline-block;
    width: 150px;
    z-index: -1;
  }
}
@media (max-width: 736px) {
  #wrapper #illustration img:nth-of-type(1) {
    position: absolute;
    top: 35%;
    left: -5%;
    transform: translate(0%, 0%);
    display: inline-block;
    width: 100px;
    z-index: -1;
  }
  #wrapper #illustration img:nth-of-type(2) {
    position: absolute;
    top: 70%;
    left: -5%;
    transform: translate(0%, 0%);
    display: inline-block;
    width: 100px;
    z-index: -1;
  }
  #wrapper #illustration img:nth-of-type(3) {
    position: absolute;
    top: 45%;
    right: -5%;
    transform: translate(0%, 0%);
    display: inline-block;
    width: 100px;
    z-index: -1;
  }
  #wrapper #illustration img:nth-of-type(4) {
    position: absolute;
    top: 90%;
    right: -5%;
    transform: translate(0%, 0%);
    display: inline-block;
    width: 100px;
    z-index: -1;
  }
}
/*********************************************************
下層ページ共通
*********************************************************/
.lower-main-visual {
  width: 100%;
}

.title-bottom-box {
  background: #c00;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin: 35px auto 0;
  padding: 10px;
  text-align: center;
  width: 100px;
}

/*********************************************************
index.html
*********************************************************/
#toppage #news .left .frame .region ul li:nth-of-type(2) a {
  color: #0442fd;
  text-decoration: underline;
}

#toppage #news .left .frame .region ul li:nth-of-type(2) a:hover {
  opacity: 0.8;
  text-decoration: none;
}

.top-company .c_table ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.top-company .c_table ul li {
  box-sizing: border-box;
  font-size: 16px;
  margin: 0;
  padding: 10px 20px;
  color: #4472c4;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style-type: none;
  font-size: 14px;
  letter-spacing: 2px;
  max-height: 130px;
  min-height: 130px;
  text-align: center;
  width: 20%;
}
.top-company .c_table ul li.empty {
  max-height: none;
  min-height: auto;
  padding: 0;
}

@media (max-width: 1200px) {
  .top-company .c_table ul li .top-company .c_table ul li {
    width: 33.3%;
  }
}
@media (max-width: 736px) {
  .top-company .c_table ul li {
    padding: 5px 10px;
  }
}
@media (max-width: 600px) {
  .top-company .c_table ul li {
    padding: 20px 10px;
    width: 50%;
  }
}
.top-company .c_table ul li.square {
  width: 12.5%;
}

@media (max-width: 600px) {
  .top-company .c_table ul li.square {
    width: 25%;
  }
}
@media (max-width: 600px) {
  .sponsors-list .empty {
    display: none;
  }
}
.top-company .c_table ul li img {
  height: auto;
  max-height: 100px;
  max-width: 100%;
}

/***************************************************************
ビジュアル
***************************************************************/
.main-visual {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.main-visual .swiper-slide img {
  width: 100%;
  height: 80vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1000px) {
  .main-visual .swiper-slide img {
    height: 60vh;
  }
}
@media screen and (min-width: 501px) and (max-width: 736px) {
  .main-visual .swiper-slide img #toppage #visual .content .swiper-slide img {
    height: 100vh;
  }
}

.main-visual__txt,
.main-fb {
  z-index: 2;
}

.main-visual__txt {
  position: absolute;
  bottom: 0%;
  left: 0%;
  transform: translate(0%, 0%);
  display: block;
  width: 100%;
  box-sizing: border-box;
  color: #ff8c00;
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 10px;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}
@media (min-width: 1401px) {
  .main-visual__txt {
    padding: 0 15% 50px 15%;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  .main-visual__txt {
    padding: 0 10% 30px 10%;
  }
}
@media (min-width: 737px) and (max-width: 1200px) {
  .main-visual__txt {
    padding: 0 2.5% 50px 2.5%;
    font-size: 30px;
    letter-spacing: 6px;
  }
}
@media (min-width: 0px) and (max-width: 736px) {
  .main-visual__txt {
    padding: 0 2.5% 20px 2.5%;
    font-size: 20px;
    letter-spacing: 2px;
  }
}
.main-visual__txt span {
  display: block;
  margin: 10px 0 0 0;
  color: #ff8c00;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 6px;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}
@media (min-width: 1201px) and (max-width: 1400px) {
  .main-visual__txt span {
    font-size: 28px;
  }
}
@media (min-width: 737px) and (max-width: 1200px) {
  .main-visual__txt span {
    font-size: 20px;
    letter-spacing: 4px;
  }
}
@media (min-width: 0px) and (max-width: 736px) {
  .main-visual__txt span {
    font-size: 14px;
    letter-spacing: 0;
  }
}

.main-fb {
  position: absolute;
  bottom: 10px;
  right: 15%;
  width: 200px;
}
@media (min-width: 1201px) and (max-width: 1400px) {
  .main-fb {
    right: 10%;
  }
}
@media (max-width: 1500px) {
  .main-fb {
    width: 150px;
  }
}
@media (max-width: 1200px) {
  .main-fb {
    right: 2.5%;
  }
}
@media (max-width: 480px) {
  .main-fb {
    bottom: 70px;
    right: auto;
    left: 2.5%;
    width: 80px;
  }
}

.main-fb__img {
  width: 100%;
}

/*********************************************************
inquiry.html
*********************************************************/
.contact {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

@media (max-width: 480px) {
  .contact {
    display: block;
  }
}
.contact__txt,
.contact__gallery {
  width: 48.5%;
}

@media (max-width: 480px) {
  .contact__txt,
  .contact__gallery {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .contact__gallery {
    margin-top: 15px;
  }
}
.contact__gallery ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contact__gallery li {
  list-style: none;
  width: 48%;
}

@media (max-width: 480px) {
  .contact__gallery li {
    width: 32%;
  }
}
@media (min-width: 481px) {
  .contact__gallery li:nth-child(n+3) {
    margin-top: 2%;
  }
}
.contact__gallery a {
  opacity: 0.8;
}

.contact__gallery a:hover {
  opacity: 1;
}

.contact__gallery img {
  height: auto;
  max-width: 100%;
}

#lower #inquiry .contact p.contact__deliver {
  margin-bottom: 25px;
}

/*********************************************************
donation.html
*********************************************************/
.transfer {
  margin-top: 30px;
}

.transfer__top {
  line-height: 1.3;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .transfer__top {
    margin-top: 30px;
  }
}
.donation-document {
  display: flex;
}

@media (max-width: 400px) {
  .donation-document {
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
}
.donation-document__pdf,
.donation-document__excel {
  font-size: 14px;
}

@media (max-width: 400px) {
  .donation-document__pdf,
  .donation-document__excel {
    width: 100%;
    max-width: 200px;
  }
}
.donation-document__pdf a,
.donation-document__excel a {
  color: #00bfff;
  display: flex;
  align-items: center;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.5;
  text-decoration: none;
}

.donation-document__pdf .icon,
.donation-document__excel .icon {
  display: inline-block;
  font-size: 40px;
  margin-right: 30px;
  width: 30px;
}

.donation-document__pdf {
  margin-right: 50px;
}

@media (max-width: 400px) {
  .donation-document__pdf {
    margin-right: 0;
  }
}
.donation-document__pdf .icon {
  color: #f00;
}

@media (max-width: 400px) {
  .donation-document__excel {
    margin-top: 15px;
  }
}
.donation-document__excel .icon {
  color: #008000;
}

.donation-table {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}

@media (max-width: 980px) {
  .donation-table {
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
}
.donation-table__cell {
  width: 400px;
}

@media (min-width: 481px) {
  .donation-table__cell {
    margin-top: 15px;
  }
}
@media (max-width: 980px) {
  .donation-table__cell {
    width: 100%;
    max-width: 600px;
  }
}
@media (max-width: 980px) {
  .donation-table__cell:not(:first-child) {
    margin-top: 30px;
  }
}
.donation-table__midashi {
  color: #424242;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
}

.donation-table__inner {
  background: #f3f3f3;
  margin-top: 10px;
  padding: 10px;
}

@media (max-width: 980px) {
  .donation-table__inner {
    padding: 20px;
  }
}
@media (max-width: 400px) {
  .donation-table__inner {
    padding: 15px;
  }
}
.donation-table__list {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 400px) {
  .donation-table__list {
    flex-direction: column;
  }
}
.donation-table__list:not(:first-child) {
  margin-top: 5px;
}

@media (max-width: 400px) {
  .donation-table__list:not(:first-child) {
    margin-top: 10px;
  }
}
.donation-table__list dt,
.donation-table__list dd {
  color: #424242;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 20px;
}

.donation-table__list dt {
  width: 20%;
}

@media (max-width: 400px) {
  .donation-table__list dt {
    border-bottom: 1px dashed #333;
    padding: 3px;
    width: 100%;
  }
}
.donation-table__list dd {
  width: 75%;
}

@media (max-width: 400px) {
  .donation-table__list dd {
    padding: 3px;
    width: 100%;
  }
}
/*********************************************************
thought.html
*********************************************************/
.thought-gallery {
  padding: 30px 30px 0;
}

@media (max-width: 480px) {
  .thought-gallery {
    padding: 10px 10px 0;
  }
}
.thought-gallery ul {
  display: flex;
  justify-content: space-between;
}

.thought-gallery li {
  background: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  list-style: none;
  overflow: hidden;
  padding: 5px;
  width: 30%;
}

.thought-gallery a {
  opacity: 0.8;
}

.thought-gallery a:hover {
  opacity: 1;
}

.thought-gallery img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

.report {
  margin-top: 50px;
}

.report__container {
  margin: 30px auto 0;
  max-width: 940px;
}

@media (max-width: 480px) {
  .report__container {
    max-width: 330px;
  }
}
.report__table:not(:first-child) {
  margin-top: 30px;
}
.report__table li {
  font-size: 14px;
  line-height: 1.3;
  list-style-type: none;
  padding: 15px 15px 0;
}

.report__table a {
  text-decoration: none;
}

.report__note {
  font-family: sans-serif;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.05em;
  margin-top: 5px;
}

/*********************************************************
drive.html
*********************************************************/
#lower #drive .content_1 .drive_address .midashi {
  position: relative;
  display: block;
}

#lower #drive .content_1 .drive_address .midashi p {
  margin-left: 1em;
  text-indent: -1em;
}

@media all and (min-width: 1601px) and (max-width: 1800px) {
  #lower #drive .content_1 .drive_address .midashi::after {
    width: 65%;
  }
  #lower #drive .content_1 .drive_address .midashi p {
    width: 33%;
  }
}
@media all and (min-width: 1801px) {
  #lower #drive .content_1 .drive_address .midashi::after {
    width: 65%;
  }
  #lower #drive .content_1 .drive_address .midashi p {
    width: 33%;
  }
}
@media (min-width: 1401px) {
  #lower #drive .content_1 .drive_address .midashi::after {
    content: "";
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 65%;
    height: 1px;
    background-color: #424242;
  }
  #lower #drive .content_1 .drive_address .midashi::after {
    right: 0;
  }
  #lower #drive .content_1 .drive_address .midashi p {
    width: 33%;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  #lower #drive .content_1 .drive_address .midashi::after {
    content: "";
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 65%;
    height: 1px;
    background-color: #424242;
  }
  #lower #drive .content_1 .drive_address .midashi::after {
    right: 0;
  }
  #lower #drive .content_1 .drive_address .midashi p {
    width: 33%;
  }
}
@media (min-width: 737px) and (max-width: 1200px) {
  #lower #drive .content_1 .drive_address .midashi::after {
    content: "";
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 40%;
    height: 1px;
    background-color: #424242;
  }
  #lower #drive .content_1 .drive_address .midashi::after {
    right: 0;
  }
  #lower #drive .content_1 .drive_address .midashi p {
    width: 57%;
  }
}
@media (max-width: 736px) {
  #lower #drive .content_1 .drive_address .midashi::after {
    content: "";
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 25%;
    height: 1px;
    background-color: #424242;
  }
  #lower #drive .content_1 .drive_address .midashi::after {
    right: 0;
  }
  #lower #drive .content_1 .drive_address .midashi p {
    width: 72%;
  }
}
@media all and (min-width: 501px) and (max-width: 736px) {
  #lower #drive .content_1 .drive_address .midashi::after {
    width: 40%;
  }
  #lower #drive .content_1 .drive_address .midashi p {
    width: 57%;
  }
}
/*********************************************************
activity.html
*********************************************************/
.pantry-pickup {
  margin: 0 auto;
  width: 95%;
}
@media (min-width: 701px) {
  .pantry-pickup {
    background-image: url(image.php?id=063);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 166.6666666667px 222.3333333333px;
  }
}

.pantry-pickup__txt {
  line-height: 1.3;
}

.pantry-pickup__box {
  margin-top: 30px;
}

@media (min-width: 701px) {
  .pp-venue {
    display: flex;
    margin-top: 50px;
  }
}

.pp-venue__ttl {
  font-size: 18px;
  text-align: center;
  white-space: nowrap;
}
.pp-venue__ttl.-pc {
  margin-right: 0.7em;
}
@media (max-width: 700px) {
  .pp-venue__ttl.-pc {
    display: none;
  }
}
@media (min-width: 701px) {
  .pp-venue__ttl.-sp {
    display: none;
  }
}

.pp-schedule dd {
  line-height: 1.3;
  margin-top: 10px;
}

.pp-schedule__box {
  margin: 20px 0 0 1em;
}

.pp-entry dd {
  line-height: 1.3;
  margin: 10px 0 0 1em;
}

.pp-entry__btn {
  margin-top: 10px;
  width: 90%;
  max-width: 250px;
}
.pp-entry__btn a {
  background: #c00;
  color: #fff;
  display: block;
  font-weight: bold;
  padding: 15px;
  text-align: center;
  text-decoration: none;
}

.pp-entry__note {
  color: #666;
  font-size: 14px !important;
  text-align: center;
}

.pp-table {
  box-sizing: border-box;
  width: 100%;
}
.pp-table div {
  box-sizing: border-box;
  line-height: 1.3;
}

.pp-table__container02 {
  margin-top: 30px;
}

.pp-table__container {
  display: grid;
  gap: 10px;
  grid-template-columns: 110px 130px auto 1fr;
  grid-template-rows: repeat(3, auto);
}
@media (max-width: 700px) {
  .pp-table__container {
    grid-template-columns: 130px 1fr;
    grid-template-rows: repeat(5, auto);
  }
}

.pp-table__venue01 {
  grid-row: 1/4;
}
@media (max-width: 700px) {
  .pp-table__venue01 {
    grid-column: 1/3;
    grid-row: 1/1;
  }
}

@media (max-width: 700px) {
  .pp-table__ttl01 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}

.pp-table__ttl02 {
  grid-row: 2/4;
}
@media (max-width: 700px) {
  .pp-table__ttl02 {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

@media (max-width: 700px) {
  .pp-table__ttl03 {
    grid-column: 1/2;
    grid-row: 4/5;
    text-align: center;
  }
}

@media (max-width: 700px) {
  .pp-table__ttl04 {
    grid-column: 1/2;
    grid-row: 5/6;
    text-align: center;
  }
}

.pp-table__txt01 {
  grid-column: 3/5;
}
@media (max-width: 700px) {
  .pp-table__txt01 {
    grid-column: 2/3;
  }
}

@media (max-width: 700px) {
  .pp-table__txt02 {
    grid-column: 2/3;
    grid-row: 4/5;
  }
}

@media (max-width: 700px) {
  .pp-table__txt03 {
    grid-column: 2/3;
    grid-row: 5/6;
  }
}

.pp-table__container02 {
  display: grid;
  gap: 10px;
  grid-template-columns: 110px 130px auto 1fr;
  grid-template-rows: repeat(2, auto);
}
@media (max-width: 700px) {
  .pp-table__container02 {
    grid-template-columns: 130px 1fr;
    grid-template-rows: repeat(4, auto);
  }
}

.pp-table__venue02 {
  grid-row: 1/3;
}
@media (max-width: 700px) {
  .pp-table__venue02 {
    grid-column: 1/3;
    grid-row: 1/1;
  }
}

.pp-table__txt04 {
  grid-column: 3/5;
}
@media (max-width: 700px) {
  .pp-table__txt04 {
    grid-column: 2/3;
  }
}

@media (max-width: 700px) {
  .pp-table__ttl06 {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

@media (max-width: 700px) {
  .pp-table__ttl07 {
    grid-column: 1/2;
    grid-row: 4/5;
    text-align: center;
  }
}

@media (max-width: 700px) {
  .pp-table__txt05 {
    grid-column: 2/3;
    grid-row: 4/5;
  }
}

.pp-table__ttl01,
.pp-table__ttl02,
.pp-table__ttl05,
.pp-table__ttl06 {
  text-align: center;
}

.pp-table__venue,
.pp-table__ttl {
  width: 107px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .pp-table__venue,
  .pp-table__ttl {
    width: auto;
  }
}

.pp-dlflex {
  display: flex;
}
.pp-dlflex dt,
.pp-dlflex dd {
  line-height: 1.3;
}
.pp-dlflex dt {
  white-space: nowrap;
}

.pp-caution p {
  line-height: 1.3;
}
.pp-caution p:not(:first-child) {
  margin-top: 5px;
}

@media (min-width: 701px) {
  .-pcml {
    margin-left: 4em;
  }
}

.pp-calendar__color li {
  list-style: none;
}
.pp-calendar__color li div {
  border: 1px solid #333;
  display: inline-block;
  width: 30px;
  height: 15px;
}
.pp-calendar__color li:first-child div {
  background: #ffcbcd;
}
.pp-calendar__color li:last-child div {
  background: #ddebf8;
}

.pp-calendar__item {
  list-style: none;
}

.pp-calendar__txt p {
  margin-top: 10px;
}

.pp-calendar__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

.pp-calendar__item {
  margin-right: 1%;
  width: 19%;
}
@media (max-width: 480px) {
  .pp-calendar__item {
    width: 32%;
  }
}
.pp-calendar__item a:hover {
  opacity: 0.7;
}
.pp-calendar__item img {
  height: auto;
  max-width: 100%;
}