@charset "UTF-8";
@font-face {
  font-family: "utsukushi";
  src: url("../fonts/UtsukushiMincho.woff") format("woff");
}

/*======================
/*設定項目
/*====================*/
#news h2, #schedule h2 {
  padding-top: 60px;
  background: url(../images/heading-h.png) no-repeat center top;
  color: #2c2c2c;
  font-family: "utsukushi", serif;
  font-size: 34px;
  letter-spacing: 0.05em;
  text-align: center;
}

#news h2 small, #schedule h2 small {
  display: block;
  margin-top: 7px;
  font-size: 14px;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  #news h2, #schedule h2 {
    padding-top: 50px;
    background-size: 28px;
    font-size: 28px;
  }
  #news h2 small, #schedule h2 small {
    font-size: 12px;
  }
}

#know h2, #pray h2 {
  background: url(../images/heading-v.png) no-repeat top 63px left 110px;
  color: #2c2c2c;
  font-family: "utsukushi", serif;
  font-size: 34px;
  letter-spacing: 0.05em;
  writing-mode: vertical-rl;
}

#know h2 small, #pray h2 small {
  display: block;
  margin-left: 10px;
  padding-top: 27px;
  font-size: 14px;
  letter-spacing: 0.12em;
}

@media (max-width: 767px) {
  #know h2, #pray h2 {
    font-size: 28px;
  }
  #know h2 small, #pray h2 small {
    font-size: 12px;
  }
}

/* ----------------------------------------------
mainvisual
------------------------------------------------- */
#mainvisual {
  position: relative;
}

#mainvisual .catch {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  transform: translateY(-50%);
  width: 100%;
  padding: 0 10px 40px;
  text-align: center;
  color: #fff;
  font-family: 'BIZ UDMincho', serif;
  font-size: min(52px, 3.714vw);
  line-height: 1.92308;
  letter-spacing: 0.05em;
  text-shadow: 0 0 13px rgba(0, 0, 0, 0.8);
}

@media (max-width: 999px) {
  #mainvisual .catch {
    padding-bottom: 0;
  }
}

#mainslider img {
  width: 100%;
  height: calc(100vh - 121px);
  min-height: 719px;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

@media (max-width: 999px) {
  #mainslider img {
    height: auto;
    min-height: 0;
  }
}

/* ----------------------------------------------
news
------------------------------------------------- */
#news {
  padding: 61px 10px 0;
  background: url(../images/news-tr.png) no-repeat top left calc(50vw + 373px), url(../images/news-cl.png) no-repeat top 190px right calc(50vw + 517px);
}

#news h2 {
  margin-bottom: 73px;
}

#news .contents {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

#news .contents .block {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  padding: 0 0 20px 20px;
  font-family: 'Noto Sans JP', system-ui, sans-serif;
  font-weight: 500;
}

#news .contents .block + .block {
  margin-top: 40px;
}

#news .contents .block .image {
  width: 60px;
  margin-right: 20px;
  border-radius: 50%;
  overflow: hidden;
}

#news .contents .block .image img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

#news .contents .block .date {
  width: 118px;
  color: #735e1c;
  font-size: 14px;
  line-height: 2.14286;
  letter-spacing: 0.05em;
}

#news .contents .block .text {
  flex: 1;
  color: #2c2c2c;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.05em;
}

@media (max-width: 1399px) {
  #news {
    background-position: top left 76.64vw, top 190px right 86.92vw;
    background-size: 22.07vw, 15.78vw;
  }
}

@media (max-width: 767px) {
  #news .contents .block {
    flex-wrap: wrap;
  }
  #news .contents .block .text {
    flex: 0 1 auto;
    width: 100%;
    margin-top: 10px;
  }
}

/* ----------------------------------------------
know
------------------------------------------------- */
.menu-section h2 {
  position: relative;
  z-index: 1;
  text-shadow: 0 0 5px #fff;
}

.menu-section .contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}

.menu-section .contents .imgbox {
  width: 50%;
}

.menu-section .contents .imgbox a {
  transition: opacity 0.5s ease-out;
}

.menu-section .contents .imgbox a:hover {
  opacity: 0.6;
}

.menu-section .contents .imgbox img {
  width: 100%;
  height: 580px;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.menu-section .contents .menubox {
  width: 47.857%;
}

.menu-section .contents .menubox .block + .block {
  margin-top: 11px;
}

.menu-section .contents .menubox .block a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 186px;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.5s ease-out;
}

.menu-section .contents .menubox .block a:hover {
  opacity: 0.6;
}

.menu-section .contents .menubox .block a::after {
  content: '';
  position: absolute;
  display: block;
  bottom: 21px;
  right: 30px;
  z-index: 1;
  width: 36px;
  height: 7px;
  background: url(../images/arrow-wh.png) no-repeat right bottom;
}

.menu-section .contents .menubox .block .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.menu-section .contents .menubox .block .image img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.menu-section .contents .menubox .block .title {
  position: relative;
  z-index: 1;
  padding-bottom: 5px;
  font-family: "utsukushi", serif;
  font-size: 26px;
  letter-spacing: 0.05em;
  text-shadow: 1px 1px 0px #101010;
}

@media (max-width: 1399px) {
  .menu-section .contents .imgbox img {
    height: auto;
  }
  .menu-section .contents .menubox .block + .block {
    margin-top: 1.64%;
  }
  .menu-section .contents .menubox .block a {
    height: auto;
    aspect-ratio: 670 / 186;
  }
}

@media (max-width: 767px) {
  .menu-section .contents {
    flex-direction: column;
  }
  .menu-section .contents .imgbox {
    width: 46%;
    margin: 0 auto 20px;
  }
  .menu-section .contents .menubox {
    width: 80%;
    max-width: 460px;
    margin: 0 auto;
  }
  .menu-section .contents .menubox .block a::after {
    bottom: 10px;
    right: 10px;
  }
  .menu-section .contents .menubox .block .title {
    font-size: 22px;
  }
}

#know {
  padding-top: 155px;
  background: url(../images/know-figure.png) no-repeat top 91px left calc(50vw + 80px), url(../images/know-tr.png) no-repeat top 22px left calc(50vw - 102px);
}

#know h2 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: -23px;
  padding-left: 62px;
}

@media (max-width: 1399px) {
  #know {
    background-position: top 91px left 55.71vw, top 22px left 57.28vw;
    background-size: auto, 59.28vw;
  }
}

@media (max-width: 767px) {
  #know {
    padding-top: 100px;
    background-size: 71px,59.28vw;
  }
  #know h2 {
    padding-left: 10px;
  }
}

#pray {
  padding-top: 205px;
  background: url(../images/pray-figure.png) no-repeat top 91px right calc(50vw + 124px), url(../images/pray-tl.png) no-repeat top 22px right calc(50vw - 95px);
}

#pray h2 {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1066px;
  margin: 0 auto -7px;
  padding-right: 86px;
  background-position: right top 31px;
}

#pray .contents .imgbox {
  order: 1;
}

@media (max-width: 1399px) {
  #pray {
    background-position: top 91px right 58.85vw, top 22px right 49.64vw;
    background-size: auto, 59.28vw;
  }
}

@media (max-width: 767px) {
  #pray {
    padding-top: 30px;
    background-size: 34px;
  }
  #pray h2 {
    padding-right: 6px;
  }
  #pray .contents .imgbox {
    order: 0;
  }
}

/* ----------------------------------------------
schedule
------------------------------------------------- */
#schedule {
  margin-bottom: 92px;
  padding-top: 90px;
}

#schedule .inner {
  margin-top: -50px;
  padding: 115px 10px 50px;
  background: #e5e5e5;
}

#schedule .contents {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

#schedule .contents .block {
  width: 48%;
}

#schedule .contents .block iframe {
  width: 100%;
}

#schedule .contents .block .btn {
  max-width: 220px;
  margin: 0 auto;
}

#schedule .contents .block .btn a {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 40px;
  border-radius: 25px;
  padding: 5px 31px 5px 20px;
  padding-right: 57px;
  border: 1px solid #735e1c;
  background: url(../images/btn-arrow.png) no-repeat right 10px center/28px;
  color: #735e1c;
  font-family: "utsukushi", serif;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  transition: opacity 0.5s ease-out;
}

#schedule .contents .block .btn a:hover {
  opacity: 0.6;
}

@media (max-width: 767px) {
  #schedule .contents {
    flex-direction: column;
    max-width: 480px;
  }
  #schedule .contents .block {
    width: 100%;
  }
  #schedule .contents .block + .block {
    margin-top: 30px;
  }
}

/* ----------------------------------------------
eidai
------------------------------------------------- */
#eidai {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
}

#eidai a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: opacity 0.5s ease-out;
}

#eidai a:hover {
  opacity: 0.6;
}

#eidai h2 {
  position: relative;
  z-index: 1;
  color: #fff;
  font-family: "utsukushi", serif;
  font-size: 28px;
  letter-spacing: 0.05em;
  text-shadow: 1px 1px 0px #101010;
}

#eidai .image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}

#eidai .image img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

#eidai .btn {
  position: absolute;
  bottom: 32px;
  right: 30px;
  z-index: 1;
  width: 220px;
  display: flex;
  align-items: center;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 25px;
  padding: 5px 55px 5px 31px;
  background: url(../images/arrow-wh.png) no-repeat right 20px center;
  color: #fff;
  font-family: "utsukushi", serif;
  font-size: 14px;
  letter-spacing: 0.05em;
}

@media (max-width: 1399px) {
  #eidai {
    height: auto;
    aspect-ratio: 1400 / 400;
  }
}

@media (max-width: 767px) {
  #eidai {
    min-height: 231px;
  }
  #eidai .btn {
    bottom: 10px;
    right: 10px;
    width: 184px;
    height: 40px;
    border-radius: 20px;
  }
}

.calendar_btn {
  max-width: 300px;
  margin: 0 auto;
}

.calendar_btn a {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 50px;
  border-radius: 25px;
  padding: 5px 50px 5px 20px;
  padding-right: 57px;
  border: 1px solid #735e1c;
  background: url(../images/btn-arrow.png) no-repeat right 20px center;
  color: #735e1c;
  font-family: "utsukushi", serif;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  transition: opacity 0.5s ease-out;
}

.calendar_btn a:hover {
  opacity: 0.6;
}
/*# sourceMappingURL=index.css.map */