@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@200;300;400;500&family=Noto+Serif+JP:wght@200;400;700&display=swap");

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium",
    YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  font-weight: 200;
  background: #ebe7d9;
  color: #1f1f1f;
}

a {
  color: #1f1f1f;
  text-decoration: none;
}
a:hover {
  color: #a40000;
}
a img:hover {
  opacity: 0.5;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "Noto Serif JP";
}

.nav-link:focus,
.nav-link:hover {
  color: #e5e5e5;
  text-decoration: underline;
}

.pc_area {
  display: block;
}
.sp_area {
  display: none !important;
}
.br-pc {
  display: none;
}
.br-sp {
  display: block;
}

.mainVisual {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("img/mv_back.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.menue {
  background: #b40001;
  background-image: url("img/koushi.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.menue nav a {
  display: inline-block;
  width: 120px;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
.btn-main {
  color: #a40000;
  border: 2px solid #a40000;
}
.btn-main:hover {
  background: #a40000;
  color: #fff;
}

.block-980 {
  width: 980px;
  margin: auto;
}
.block-800 {
  width: 800px;
  margin: auto;
  z-index: 2;
}

/* 共有タイトル */
.title-back {
  background: #b40001;
  background-image: url("img/koushi.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.title-back-text {
  position: relative;
  display: inline-block;
  background: #6c0000;
  color: #fff;
  padding: 1.5rem;
}
.title-back-text:after {
  content: "";
  position: absolute;
  right: -43px;
  top: 0;
  margin: auto;
  border-style: solid;
  border-color: #6c0000 transparent transparent transparent;
  border-top: 43px solid transparent;
  border-bottom: 43px solid transparent;
  border-left: 40px solid #6c0000;
}
.title-back-text::before {
  content: "";
  position: absolute;
  left: -43px;
  top: 0;
  margin: auto;
  border-style: solid;
  border-color: #6c0000 transparent transparent transparent;
  border-top: 43px solid transparent;
  border-bottom: 43px solid transparent;
  border-right: 40px solid #6c0000;
}
.title-border {
  position: relative;
  padding: 1.5rem;
  text-align: center;
}
.title-border:before {
  position: absolute;
  bottom: 10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 3px;
  content: "";
  border-radius: 3px;
  background: #000;
}
.title-border-side {
  position: relative;
  padding: 0 65px;
  text-align: center;
}
.title-border-side:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background: #000;
}
.title-border-side span {
  position: relative;
  padding: 0 1rem;
  background: #fff;
}

/* インフォメーション */
.sns-area {
  width: 220px;
  margin: auto;
  font-size: 12px;
}
.info-area {
}

/* 行事案内 */
.under {
  border-bottom: 1px solid;
  padding-bottom: 3px;
}
.koushi {
  background-image: url("img/koushi_back.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.frame {
  background-image: url("img/frame.svg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 140px;
}
/* 各日の予定 */
.schedule {
  width: 100px;
  text-align-last: justify; /* Chrome・Firefox用 */
  text-justify: inter-ideograph; /* IE・Edge用 */
}
.schedule-box {
  background: #cf2622;
  color: #fff;
  font-size: 10px;
  font-weight: normal;
  border-radius: 1rem;
  padding: 0.25rem 0.5rem;
}
.gyouzi-left-1 {
  position: absolute;
  top: 7%;
  left: 1%;
  z-index: 1;
}
.gyouzi-left-2 {
  position: absolute;
  top: 45%;
  left: 0%;
  z-index: 1;
}
.gyouzi-left-3 {
  position: absolute;
  top: 60%;
  left: 0%;
  z-index: 1;
}
.gyouzi-left-4 {
  position: absolute;
  bottom: 1%;
  left: 0%;
  z-index: 1;
}
.gyouzi-right-1 {
  position: absolute;
  top: 7%;
  right: 0%;
  z-index: 1;
}
.gyouzi-right-2 {
  position: absolute;
  top: 60%;
  right: 0%;
  z-index: 1;
}
/* MAP */
/* 正月大祭へお越しの方へ */
.access-title {
  position: relative;
  background-image: url("img/diamond.svg");
  background-repeat: no-repeat;
  background-position: right 10px top 11px;
}
/* .access-title::after {
  content: "";
  position: absolute;
  top: 18px;
  bottom: 0;
  right: 10px;
  width: 15px;
  height: 15px;
  background: #cf2622;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  -o-transform-origin: 0 100%;
  transform-origin: 0 100%;
} */
.access-box {
  background: #cf2622;
  color: #fff;
}
.access-span {
  background: #ebe7d9 !important;
}
.map-left-1 {
  position: absolute;
  top: 10%;
  left: 0%;
  z-index: 1;
}
.map-left-2 {
  position: absolute;
  bottom: 5%;
  left: 0%;
  z-index: 1;
}
.map-right-1 {
  position: absolute;
  top: 10%;
  right: 5%;
  z-index: 1;
}
.map-right-2 {
  position: absolute;
  top: 35%;
  right: 0%;
  z-index: 1;
}
.map-right-3 {
  position: absolute;
  bottom: 5%;
  right: 5%;
  z-index: 1;
}

/* 授与品 */
.koushi-red {
  background-image: url("img/koushi_back-red.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.ume1 {
  background-image: url("img/ume-right-1.svg");
  background-repeat: no-repeat;
  background-size: 40%;
  background-position: top 0 right;
}
.ume2 {
  background-image: url("img/ume-right-1.svg"), url("img/ume-left-1.svg"), url("img/ume-left-2.svg");
  background-repeat: no-repeat;
  background-size: 40%, auto, 40%;
  background-position: top 0 right, top 50% left, bottom left;
}
.ume3 {
  background-image: url("img/ume-right-1.svg"), url("img/ume-left-1.svg"), url("img/ume-left-2.svg");
  background-repeat: no-repeat;
  background-size: 40%, auto, 40%;
  background-position: top 5% right, top 50% left, bottom left;
}
.frame2 {
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translateX(-38%) translateY(-50%);
}
.juyohin-box-title {
  width: 80%;
}
.juyohin-box-frame {
  height: 160px;
}
.juyohin-box-frame img {
  height: 160px;
}
.juyohin-box-text {
  width: 300px;
}
.engi-box-img {
  height: 200px;
}
.engi-box-img img {
  width: auto;
  height: 200px;
}
.engi-box-img2 {
  height: 200px;
}
.engi-box-img2 img {
  width: 100%;
  height: auto;
}
.engi-name {
  font-size: 0.5rem;
}
.juyohin-box-text p {
  background: rgba(255, 255, 255, 0.6);
}
.juyohin-box-text h5 {
  background: rgba(255, 255, 255, 0.6);
}
.engi-text-shadow {
  background: rgba(255, 255, 255, 0.6);
}

/* フッター */
.footer-title {
  position: relative;
  display: inline-block;
  background: #fff;
  color: #1f1f1f;
}
.footer-title:after {
  content: "";
  position: absolute;
  right: -73px;
  top: 0;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-top: 78px solid transparent;
  border-bottom: 78px solid transparent;
  border-left: 70px solid #fff;
}
.footer-title::before {
  content: "";
  position: absolute;
  left: -73px;
  top: 0;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-top: 78px solid transparent;
  border-bottom: 78px solid transparent;
  border-right: 70px solid #fff;
}
.footer-facebook {
  background: #365899;
  color: #fff;
  text-align: center;
  background-image: url("img/asano-ha.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.footer-instagram {
  background: url("img/asano-ha.png"),
    linear-gradient(260deg, rgba(126, 32, 199, 1) 0%, rgba(211, 45, 128, 1) 46%, rgba(245, 172, 33, 1) 100%);
  color: #fff;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.footer-twitter {
  background: #00aced;
  color: #fff;
  text-align: center;
  background-image: url("img/asano-ha.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.copyright {
  background: #b40001;
  color: #fff;
  font-size: 12px;
}

/* アコーディオン */
.accordion-title {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #fff;
  background-color: #dad2b8;
  padding: 1rem;
  text-align: center;
  background-image: url("img/diamond.svg");
  background-repeat: no-repeat;
  background-position: right 15px top 20px;
}
/* .accordion-title::after {
  content: "";
  position: absolute;
  top: 26px;
  bottom: 0;
  right: 10px;
  width: 15px;
  height: 15px;
  background: #cf2622;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  -o-transform-origin: 0 100%;
  transform-origin: 0 100%;
} */
.accordion-content {
  display: none;
  background-color: #fff;
  padding: 2rem 3rem;
}
.accordion-title:not(.active):hover {
  opacity: 0.5;
}
.accordion-content.accordion-content-active {
  display: block;
  opacity: 1;
}

/* タブ */
.tabs-menu {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.tabs-menu div {
  width: 100%;
  padding: 10px 20px;
  text-align: center;
  background-color: #dad2b8;
  border: 1px solid #fff;
  transition: all 0.15s;
}
.tabs-menu .active {
  background-color: #fff;
}
.tabs-menu :not(.active):hover {
  opacity: 0.5;
}
.tabs-content {
  background-color: #fff;
}
.tabs-content > div {
  display: none;
}

@media screen and (max-width: 700px) {
  .pc_area {
    display: none;
  }
  .sp_area {
    display: block !important;
  }
  .br-pc {
    display: block;
  }
  .br-sp {
    display: none;
  }
  .mainVisual {
    background-image: url("img/mv_back_sp.jpg");
  }
  .block-980 {
    width: 100%;
    margin: auto;
  }
  .block-800 {
    width: 100%;
    margin: auto;
  }

  /* 共有タイトル */
  .title-back-text:after {
    content: "";
    position: absolute;
    right: -43px;
    top: 0;
    margin: auto;
    border-style: solid;
    border-color: #6c0000 transparent transparent transparent;
    border-top: 38px solid transparent;
    border-bottom: 38px solid transparent;
    border-left: 40px solid #6c0000;
  }
  .title-back-text::before {
    content: "";
    position: absolute;
    left: -43px;
    top: 0;
    margin: auto;
    border-style: solid;
    border-color: #6c0000 transparent transparent transparent;
    border-top: 38px solid transparent;
    border-bottom: 38px solid transparent;
    border-right: 40px solid #6c0000;
  }
  .title-border-side span {
    display: block;
  }

  .menue nav a {
    display: inline-block;
    width: 49%;
  }
  .btn-main {
    color: #a40000;
    border: 1px solid #a40000;
  }

  /* インフォメーション */
  .info-area {
    height: auto;
  }
  /* 各日の予定 */
  .schedule-box {
    width: 40px;
    text-align: center;
    border-radius: 0.5rem;
    padding: 0.25rem 0.25rem;
  }
  .schedule-text {
    width: 150px;
  }

  /* 行事案内 */
  tr,
  th {
    font-size: 12px;
  }
  .frame {
    background: #e9e4d3;
    background-image: url("img/icon.png");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right 5px bottom 5px;
    height: auto;
    padding: 0 1rem;
    text-align: left !important;
  }
  .googlemap-btn {
    width: 100%;
  }
  .access-title {
    background-position: right 5px top 11px;
  }
  .gyouzi-left-1 {
    position: absolute;
    width: 70%;
    top: 0.5%;
    left: -40%;
    z-index: 1;
    opacity: 0.7;
  }
  .gyouzi-left-2 {
    position: absolute;
    width: 70%;
    top: 40%;
    left: -30%;
    z-index: 1;
    opacity: 0.7;
  }
  .gyouzi-left-3 {
    position: absolute;
    width: 70%;
    top: 60%;
    left: -30%;
    z-index: 1;
    opacity: 0.7;
  }
  .gyouzi-left-4 {
    position: absolute;
    width: 70%;
    bottom: 0%;
    left: 0%;
    z-index: 1;
    opacity: 0.7;
  }
  .gyouzi-right-1 {
    position: absolute;
    width: 50%;
    top: 3%;
    right: 0%;
    z-index: 1;
    opacity: 0.7;
  }
  .gyouzi-right-2 {
    position: absolute;
    width: 50%;
    top: 60%;
    right: 0%;
    z-index: 1;
    opacity: 0.7;
  }
  /* MAP */
  /* 正月大祭へお越しの方へ */
  .map-left-1 {
    position: absolute;
    width: 70%;
    top: 0%;
    left: -30%;
    z-index: 1;
    opacity: 0.7;
  }
  .map-left-2 {
    position: absolute;
    width: 70%;
    bottom: 0%;
    left: -30%;
    z-index: 1;
    opacity: 0.7;
  }
  .map-right-1 {
    position: absolute;
    width: 50%;
    top: 0%;
    right: 0%;
    z-index: 1;
    opacity: 0.7;
  }
  .map-right-2 {
    position: absolute;
    width: 50%;
    top: 15%;
    right: 0%;
    z-index: 1;
    opacity: 0.7;
  }
  .map-right-3 {
    position: absolute;
    width: 50%;
    bottom: 0%;
    right: 0%;
    z-index: 1;
    opacity: 0.7;
  }

  /* 授与品 */
  .ume1 {
    background-size: 60%;
  }
  .ume2 {
    background-size: 60%, 40%, 60%;
  }
  .ume3 {
    background-size: 60%, 40%, 60%;
  }
  .ohuda {
    width: auto;
    margin-top: 2rem;
  }
  .frame-sp {
    background-image: url("img/frame-sp.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 52px;
  }
  .juyohin-box-title {
    width: 100%;
  }
  .engi-box-img {
    height: 150px;
  }
  .engi-box-img img {
    width: auto;
    height: 150px;
  }
  .engi-box-img2 {
    height: 150px;
  }
  .engi-box-img2 img {
    width: 100%;
    height: auto;
  }

  /* フッター */
  .footer-title:after {
    content: "";
    position: absolute;
    right: -43px;
    top: 0;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    border-top: 73px solid transparent;
    border-bottom: 73px solid transparent;
    border-left: 40px solid #fff;
  }
  .footer-title::before {
    content: "";
    position: absolute;
    left: -43px;
    top: 0;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    border-top: 73px solid transparent;
    border-bottom: 73px solid transparent;
    border-right: 40px solid #fff;
  }

  /* アコーディオン */
  .accordion-content {
    padding: 1rem;
  }
}
