@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:wght@700&display=swap");
.home_news {
  padding: 80px 0;
}

@media (max-width: 480px) {
  .home_news {
    padding: 40px 0;
  }
}

.home_news .container {
  width: 1020px;
  max-width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* 「+」を追加 */
}

@media (max-width: 480px) {
  .home_news .container {
    display: block;
    padding: 0 15px;
  }
}

.home_news .container .head {
  width: 240px;
  color: #C59C5C;
  font-size: 32px;
  font-family: "Roboto", sans-serif;
}

@media (max-width: 480px) {
  .home_news .container .head {
    width: 100%;
  }
}

.home_news .container .news-list {
  width: calc(100% - 240px);
}

@media (max-width: 480px) {
  .home_news .container .news-list {
    width: 100%;
  }
}

.home_news .container .news-ttl {
  position: relative;
  padding: 0 9% 1em 0;
  cursor: pointer;
  border-bottom: dashed 1px rgba(81, 39, 0, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 480px) {
  .home_news .container .news-ttl {
    display: block;
  }
}

.home_news .container .news-ttl .date {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  margin-right: 24px;
  padding-top: 2px;
}

.home_news .container .news-ttl p {
  margin: 0;
}

.home_news .container .news-content + .news-ttl {
  margin-top: 25px;
}

.home_news .container .news-content {
  display: none;
  margin-top: 10px;
  margin-left: 0;
  padding: 10px 0;
}

.home_news .container .news-ttl::before,
.home_news .container .news-ttl::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4%;
  width: 12px;
  height: 2px;
  margin: auto;
  background-color: #512700;
}

.home_news .container .news-ttl::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: .3s;
  transition: .3s;
}

.home_news .container .news-ttl.is-active::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.home_intro {
  padding: 40px 0 80px;
  background: url(../img/bg1-pc.jpg) no-repeat;
  background-position: right bottom;
  background-size: 50%;
  position: relative;
}

@media (max-width: 480px) {
  .home_intro {
    padding: 20px 15px 230px;
    background: url(../img/bg1-sp.png) no-repeat;
    background-position: right bottom;
    background-size: 100%;
  }
}

.home_intro .illust1 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 302px;
}

@media (max-width: 480px) {
  .home_intro .illust1 {
    width: 170px;
  }
}

.home_intro .container {
  width: 1020px;
  max-width: 100%;
  margin: 0 auto;
}

.home_intro .container .title {
  text-align: center;
  background: url(../img/entitle-karaageya.png) no-repeat;
  background-size: auto 76px;
  background-position: top center;
  margin-bottom: 40px;
  padding: 40px 0 0;
}

@media (max-width: 480px) {
  .home_intro .container .title {
    background-size: auto 32px;
    background-position: top center;
    padding: 20px 0 0;
  }
}

.home_intro .container .title h2 {
  color: #000;
  font-size: 44px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.6;
}

@media (max-width: 480px) {
  .home_intro .container .title h2 {
    font-size: 24px;
  }
}

.home_intro .container .text_contents {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 480px) {
  .home_intro .container .text_contents {
    font-size: 1em;
    text-align: left;
  }
}

.home_intro .container .text_contents p {
  line-height: 2;
  margin-bottom: 2em;
}

.home_intro .container .btn_ptn1 {
  text-align: center;
}

.home_menu {
  padding: 80px 0;
  background: url(../img/bg2-pc.png) no-repeat, #C59C5C url(../img/bg3-pc.png) no-repeat;
  background-size: 40%, 40%;
  background-position: left top, right top;
  overflow: hidden;
}

@media (max-width: 480px) {
  .home_menu {
    background: #C59C5C url(../img/bg3-pc.png) no-repeat;
    background-size: 90%;
    background-position: right top;
  }
}

.home_menu .container {
  width: 1020px;
  max-width: 100%;
  margin: 0 auto;
}

@media (max-width: 480px) {
  .home_menu .container {
    padding: 0 15px;
  }
}

.home_menu .container .title {
  margin-bottom: 80px;
}

@media (max-width: 480px) {
  .home_menu .container .title {
    margin-bottom: 40px;
  }
}

.home_menu .container .title h2 {
  width: 792px;
  max-width: 100%;
  margin: 0 auto;
}

@media (max-width: 480px) {
  .home_menu .container .title h2 {
    width: 240px;
  }
}

.home_menu .container .flex_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

@media (max-width: 480px) {
  .home_menu .container .flex_contents {
    display: block;
  }
}

.home_menu .container .flex_contents .text {
  width: 50%;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #000;
  font-weight: 500;
  font-size: 18px;
  line-height: 2;
}

@media (max-width: 480px) {
  .home_menu .container .flex_contents .text {
    width: 100%;
    font-size: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.home_menu .container .flex_contents .img {
  width: calc(50% + 10vw);
  margin-right: -20vw;
  padding: 70px 0 0;
}

@media (max-width: 480px) {
  .home_menu .container .flex_contents .img {
    width: 100%;
    padding: 0;
  }
}

@media (max-width: 480px) {
  .home_menu .container .flex_contents .img figure {
    margin-right: -15px;
    padding-left: 20%;
  }
}

.home_contents {
  padding: 80px 0 200px;
  position: relative;
  background: url(../img/bg6-pc.png) no-repeat, url(../img/bg7-pc.png) no-repeat, url(../img/bg5-pc.jpg) repeat-y;
  background-size: 40%, 40%, 100%;
  background-position: left bottom, right bottom;
}

@media (max-width: 480px) {
  .home_contents {
    padding: 80px 15px 160px;
    background: url(../img/bg7-sp.png) no-repeat, url(../img/bg5-pc.jpg) repeat-y;
    background-size: 100%, 100%;
    background-position: left bottom;
  }
}

.home_contents .bg4 {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.home_contents .container {
  width: 1020px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

.home_contents .container .inner {
  width: 800px;
  max-width: 100%;
  background: #fff;
  padding: 40px;
  margin: 0 auto 80px;
}

@media (max-width: 480px) {
  .home_contents .container .inner {
    padding: 40px 24px;
    margin-bottom: 40px;
  }
}

.home_contents .container .inner h2 {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  font-size: 44px;
  margin-bottom: 40px;
  text-align: center;
}

@media (max-width: 480px) {
  .home_contents .container .inner h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.home_contents .container .inner p {
  margin-bottom: 40px;
}

.home_contents .voice_container .head .subttl {
  text-align: center;
}

.home_contents .voice_container .head .subttl img {
  height: 48px;
  width: auto;
}

@media (max-width: 480px) {
  .home_contents .voice_container .head .subttl img {
    height: 38px;
  }
}

.home_contents .voice_container .head h2 {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  font-size: 44px;
  margin-bottom: 40px;
  text-align: center;
  color: #fff;
}

@media (max-width: 480px) {
  .home_contents .voice_container .head h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.home_contents .voice_container .voice_block_container {
  position: relative;
}

.home_contents .voice_container .voice_block_container .kokko1 {
  position: absolute;
  width: 176px;
  right: 20px;
  top: -102px;
}

@media (max-width: 480px) {
  .home_contents .voice_container .voice_block_container .kokko1 {
    width: 90px;
    top: -52px;
    right: 10px;
  }
}

.home_contents .voice_container .voice_block_container .voice_block {
  background: #fff;
  padding: 24px 40px;
  color: #000;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

@media (max-width: 480px) {
  .home_contents .voice_container .voice_block_container .voice_block {
    padding: 24px;
  }
}

.home_contents .voice_container .voice_block_container .voice_block .name {
  text-align: right;
  font-weight: bold;
}

.home_calendar {
  background: #000;
  padding: 60px;
}

.home_calendar .container {
  width: 1020px;
  max-width: 100%;
  margin: 0 auto;
}

.home_calendar .container h2 {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  font-size: 44px;
  margin-bottom: 40px;
  text-align: center;
  color: #fff;
}

@media (max-width: 480px) {
  .home_calendar .container h2 {
    font-size: 24px;
  }
}

.home_calendar .container #calendar p {
  color: #fff;
}

.home_calendar .container #calendar .dayoff {
  background-color: #ffe1d3;
  color: #ffe1d3;
  padding-right: 5px;
}

.home_calendar .container #calendar .calendar {
  overflow: hidden;
  zoom: 1;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 40px;
}

@media (max-width: 480px) {
  .home_calendar .container #calendar .calendar {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 20px;
  }
}

.home_calendar .container #calendar .calendar_set:last-child {
  margin: 0;
}

.home_calendar .container #calendar .calendar_set table {
  width: 100%;
  border-collapse: collapse;
  border: 5px solid #571519;
  background: #fff;
}

.home_calendar .container #calendar .calendar_set table caption {
  font-size: 140%;
  font-weight: bold;
  color: #fff;
}

@media (max-width: 480px) {
  .home_calendar .container #calendar .calendar_set table caption {
    font-size: 18px;
  }
}

.home_calendar .container #calendar .calendar_set table thead th {
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 8px 0;
  background: #912202;
  border: 1px solid #ccc;
}

.home_calendar .container #calendar .calendar_set table tbody td {
  color: #000;
  text-align: center;
  padding: 8px 0;
  border: 1px solid #ccc;
}

.home_calendar .container #calendar .calendar_set .holiday {
  color: #EA0000;
  text-align: center;
  padding: 5px 0;
  border: 1px solid #ccc;
  background-color: #ffe1d3;
}
/*# sourceMappingURL=top.css.map */