.hana_dl_box > dd { /*font-family: "Shippori Mincho", serif;*/ }
.hana_dl_box.section_box {
  position: relative;
  overflow: hidden;
}
.hana_dl_box.section_box > .section_grd {
  position: relative;
  z-index: 1;
  color: white;
}
.hana_dl_box.section_box > .section_grd > p {
  position: relative;
  z-index: 2;
  font-family: "Shippori Mincho", serif;
}
.hana_dl_box.section_box > .section_grd > p:nth-child(2) {
  background: url(../img/aki_back.avif) no-repeat center;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hana_dl_box.section_box > .section_grd::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  background-color: #a9d360;
  -webkit-mask: url(../img/back.png) repeat-x top left/auto 100%;
          mask: url(../img/back.png) repeat-x top left/auto 100%;
}
.hana_dl_box.section_box > dt {
  position: relative;
  z-index: 2;
}
.hana_dl_box.section_box > dd {
  position: relative;
  z-index: 3;
  color: #4d443c;
  text-align: left;
}
.hana_dl_box.section_box > dd > .info > p {
  line-height: 1em;
  font-weight: 600;
  position: relative;
}
.hana_dl_box.section_box > dd > .info > p::before {
  content: "";
  display: block;
  background-color: #4d443c;
  position: absolute;
  left: 0;
  height: 4px;
  top: calc(50% - 2px);
}
.hana_dl_box.section_box > dd > .info > p:nth-child(n+2) {
  margin-top: 1em;
}
.hana_dl_box.section_box > dd > .info > p.down::before {
  background-color: #9ac92b;
}
.hana_dl_box.section_box > dd > .info > p.up::before {
  background-color: #f6bd64;
}
.hana_dl_box.section_box > dd > .info2 > p {
  line-height: 1.4em;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.hana_dl_box.stop_time_box > dd > .stop_time_container {
  background-color: white;
}
.hana_dl_box.stop_time_box > dd > .stop_time_container > dl > dt {
  color: #4d443c;
  font-weight: 700;
  margin: 0 0 0.5em;
}
.hana_dl_box.stop_time_box > dd > .stop_time_container > dl > dd > .table_container {
  color: #4d443c;
}
.hana_dl_box.stop_time_box > dd > .stop_time_container > dl > dd > .table_container > .st_table > tbody > tr > th, .hana_dl_box.stop_time_box > dd > .stop_time_container > dl > dd > .table_container > .st_table > tbody > tr > td {
  width: 16.66%;
  font-weight: 700;
  vertical-align: middle;
}
.hana_dl_box.stop_time_box > dd > .stop_time_container > dl > dd > .table_container > .st_table > tbody > tr > th {
  background-color: gray;
  border: 2px solid gray;
  border-bottom: none;
}
.hana_dl_box.stop_time_box > dd > .stop_time_container > dl > dd > .table_container > .st_table > tbody > tr > th:nth-child(n+2) {
  border-left-color: black;
}
.hana_dl_box.stop_time_box > dd > .stop_time_container > dl > dd > .table_container > .st_table > tbody > tr > th:nth-last-child(n+2) {
  border-right-color: black;
}
.hana_dl_box.stop_time_box > dd > .stop_time_container > dl > dd > .table_container > .st_table > tbody > tr > td {
  border: 2px solid black;
}
.hana_dl_box.stop_time_box > dd > .stop_time_container > dl > dd > .table_container > .st_table > tbody > tr:nth-child(2) > td {
  border-top: none;
}
.hana_dl_box.stop_time_box > dd > .stop_time_container > dl > dd > .table_container > .st_table.kudari > tbody > tr > th {
  background-color: #f6bd64;
  border-color: #f6bd64;
}
.hana_dl_box.stop_time_box > dd > .stop_time_container > dl > dd > .table_container > .st_table.kudari > tbody > tr > th:nth-child(n+2) {
  border-left-color: #ffdda9;
}
.hana_dl_box.stop_time_box > dd > .stop_time_container > dl > dd > .table_container > .st_table.kudari > tbody > tr > th:nth-last-child(n+2) {
  border-right-color: #ffdda9;
}
.hana_dl_box.stop_time_box > dd > .stop_time_container > dl > dd > .table_container > .st_table.kudari > tbody > tr > td {
  border-color: #ffdda9;
}
.hana_dl_box.stop_time_box > dd > .stop_time_container > dl > dd > .table_container > .st_table.nobori > tbody > tr > th {
  background-color: #9ac92b;
  border-color: #9ac92b;
}
.hana_dl_box.stop_time_box > dd > .stop_time_container > dl > dd > .table_container > .st_table.nobori > tbody > tr > th:nth-child(n+2) {
  border-left-color: #dff5ab;
}
.hana_dl_box.stop_time_box > dd > .stop_time_container > dl > dd > .table_container > .st_table.nobori > tbody > tr > th:nth-last-child(n+2) {
  border-right-color: #dff5ab;
}
.hana_dl_box.stop_time_box > dd > .stop_time_container > dl > dd > .table_container > .st_table.nobori > tbody > tr > td {
  border-color: #dff5ab;
}
.hana_dl_box.stop_time_box > dd > .stop_time_container > dl > dd > p {
  color: #cf4529;
  font-weight: 700;
  padding-left: 1em;
  text-indent: -1em;
  text-align: left;
  margin: 1em 0 0;
}
.hana_dl_box.stop_time_box > dd > .stop_time_container > dl > dd > p > span {
  display: inline-block;
  padding-left: 2.65em;
  text-indent: -2.65em;
}
.hana_dl_box.data_box > dd > .data_swiper_container {
  position: relative;
}
.hana_dl_box.data_box > dd > dl > dt {
  font-weight: 600;
}
.hana_dl_box.data_box > dd > dl > dd {
  font-weight: 600;
  display: flex;
  align-items: center;
}
.hana_dl_box.data_box > dd > dl > dd > span {
  background-color: black;
  display: inline-block;
  width: 1.66em;
  height: 1.66em;
  border-radius: 50%;
  margin-right: 0.2em;
}
.hana_dl_box.data_box > dd > dl > dd:nth-child(2) > span {
  background-color: #9ac92b;
}
.hana_dl_box.data_box > dd > dl > dd:nth-child(3) > span {
  background-color: #f6bd64;
}
.hana_dl_box.enjoy_box > dd > p {
  line-height: 1.88em;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #4d443c;
}

@media (min-width: 768px) {
  .hana_dl_box.section_box > .section_grd > p:nth-child(1) {
    font-size: 22px;
    margin: -10px auto 0;
  }
  .hana_dl_box.section_box > .section_grd > p:nth-child(2) {
    width: 190px;
    height: 190px;
    font-size: 50px;
    margin: 0 auto 30px;
  }
  .hana_dl_box.section_box > .section_grd::before {
    top: -70px;
    height: 600px;
  }
  .hana_dl_box.section_box > dd > .map_container > div {
    margin-right: -58px;
  }
  .hana_dl_box.section_box > dd > .info {
    margin: 30px 0 0;
  }
  .hana_dl_box.section_box > dd > .info > p {
    font-size: 18px;
    padding-left: 55px;
  }
  .hana_dl_box.section_box > dd > .info > p::before {
    width: 45px;
  }
  .hana_dl_box.section_box > dd > .info2 > p {
    font-size: 25px;
  }
  .hana_dl_box.stop_time_box > dd > .stop_time_container {
    padding: 60px 70px;
  }
  .hana_dl_box.stop_time_box > dd > .stop_time_container > dl > dt {
    font-size: 2.2rem;
  }
  .hana_dl_box.stop_time_box > dd > .stop_time_container > dl > dd > .table_container > .st_table {
    width: 100%;
    font-size: 1.8rem;
  }
  .hana_dl_box.stop_time_box > dd > .stop_time_container > dl > dd > .table_container > .st_table > tbody > tr > th {
    padding: 5px 0 7px;
  }
  .hana_dl_box.stop_time_box > dd > .stop_time_container > dl > dd > .table_container > .st_table > tbody > tr > td > .pcsmall {
    font-size: 1.2rem;
    display: inline-block;
    line-height: 2.7rem;
  }
  .hana_dl_box.stop_time_box > dd > .stop_time_container > dl > dd > .table_container.table_container2 {
    display: flex;
  }
  .hana_dl_box.stop_time_box > dd > .stop_time_container > dl > dd > .table_container.table_container2 > .st_table:nth-child(1) > tbody > tr > th:last-child {
    border-right: 2px solid #ffdda9;
  }
  .hana_dl_box.stop_time_box > dd > .stop_time_container > dl > dd > .table_container.table_container2 > .st_table:nth-child(1) > tbody > tr > td:nth-child(3n) {
    border-right: none;
  }
  .hana_dl_box.stop_time_box > dd > .stop_time_container > dl > dd > .table_container.table_container2 > .st_table:nth-child(1).nobori > tbody > tr > th:last-child {
    border-right: 2px solid #dff5ab;
  }
  .hana_dl_box.stop_time_box > dd > .stop_time_container > dl > dd > p {
    font-size: 1.4rem;
  }
  .hana_dl_box.stop_time_box > dd > .stop_time_container > dl:last-child {
    margin-top: 30px;
  }
  .hana_dl_box.data_box > dd > .data_swiper_container > .data_swiper > .swiper-wrapper > .swiper-slide {
    width: 250px;
  }
  .hana_dl_box.data_box > dd > .data_swiper_container > .swiper-button-next, .hana_dl_box.data_box > dd > .data_swiper_container > .swiper-button-prev {
    display: none;
  }
  .hana_dl_box.data_box > dd > dl {
    display: flex;
    align-items: flex-start;
    font-size: 1.8rem;
    margin: 40px 0 0;
    flex-direction: column;
    gap: 10px;
  }
  .hana_dl_box.data_box > dd > dl > dd {
    margin: 0 30px 0 15px;
    margin-left: 0;
  }
  .hana_dl_box.data_box > dd > dl.table_container2 {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
  }
  .hana_dl_box.data_box > dd > dl.table_container2 > dd {
    margin: 10px 0 0;
  }
  .hana_dl_box.enjoy_box > dd > p {
    font-size: 1.8rem;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .hana_dl_box.section_box > .section_grd > p:nth-child(1) {
    font-size: 13px;
    margin: -10px auto 0;
  }
  .hana_dl_box.section_box > .section_grd > p:nth-child(2) {
    width: 100px;
    height: 100px;
    font-size: 34px;
    margin: 0 auto 30px;
  }
  .hana_dl_box.section_box > .section_grd::before {
    top: -40px;
    height: 300px;
  }
  .hana_dl_box.section_box > dd > .pcnone {
    font-weight: 600;
    font-size: 11px;
    margin: 0 0 1em;
  }
  .hana_dl_box.section_box > dd > .map_container {
    overflow-x: scroll;
    width: 100%;
    padding: 0 0 10px;
    margin: 0 0 10px;
  }
  .hana_dl_box.section_box > dd > .map_container > div {
    width: 550px;
  }
  .hana_dl_box.section_box > dd > .info > p {
    font-size: 13px;
    padding-left: 27px;
  }
  .hana_dl_box.section_box > dd > .info > p::before {
    width: 22px;
  }
  .hana_dl_box.stop_time_box > dd > .stop_time_container {
    padding: 4.4vw;
    margin: 0 -2.2vw;
  }
  .hana_dl_box.stop_time_box > dd > .stop_time_container > p {
    font-weight: 700;
    text-align: left;
    font-size: 1.1rem;
    margin: 0 0 20px;
    color: #4d443c;
  }
  .hana_dl_box.stop_time_box > dd > .stop_time_container > dl > dt {
    font-size: 1.3rem;
  }
  .hana_dl_box.stop_time_box > dd > .stop_time_container > dl > dd > .table_container {
    overflow-x: scroll;
  }
  .hana_dl_box.stop_time_box > dd > .stop_time_container > dl > dd > .table_container > .st_table {
    width: 400px;
    font-size: 1.3rem;
  }
  .hana_dl_box.stop_time_box > dd > .stop_time_container > dl > dd > .table_container > .st_table > tbody > tr > th {
    padding: 4px 0 5px;
  }
  .hana_dl_box.stop_time_box > dd > .stop_time_container > dl > dd > .table_container > .st_table > tbody > tr > td {
    padding: 3px 0 4px;
  }
  .hana_dl_box.stop_time_box > dd > .stop_time_container > dl > dd > .table_container.table_container2 > .st_table {
    width: 100%;
  }
  .hana_dl_box.stop_time_box > dd > .stop_time_container > dl > dd > .table_container.table_container2 > .st_table > tbody > tr > th:nth-child(1) {
    width: 25%;
  }
  .hana_dl_box.stop_time_box > dd > .stop_time_container > dl > dd > .table_container.table_container2 > .st_table > tbody > tr > td:nth-child(1) {
    width: 25%;
  }
  .hana_dl_box.stop_time_box > dd > .stop_time_container > dl > dd > p {
    font-size: 1.1rem;
  }
  .hana_dl_box.stop_time_box > dd > .stop_time_container > dl:last-child {
    margin-top: 30px;
  }
  .hana_dl_box.data_box > dd > .data_swiper_container {
    padding: 0 6.6vw;
  }
  .hana_dl_box.data_box > dd > .data_swiper_container > .data_swiper > .swiper-wrapper > .swiper-slide {
    width: 100%;
  }
  .hana_dl_box.data_box > dd > .data_swiper_container > .swiper-button-next, .hana_dl_box.data_box > dd > .data_swiper_container > .swiper-button-prev {
    color: #4d443c;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    margin: 0;
    top: calc(50% - 9px);
  }
  .hana_dl_box.data_box > dd > .data_swiper_container > .swiper-button-next > div, .hana_dl_box.data_box > dd > .data_swiper_container > .swiper-button-prev > div {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
  }
  .hana_dl_box.data_box > dd > .data_swiper_container > .swiper-button-next > div::after, .hana_dl_box.data_box > dd > .data_swiper_container > .swiper-button-next > div::before, .hana_dl_box.data_box > dd > .data_swiper_container > .swiper-button-prev > div::after, .hana_dl_box.data_box > dd > .data_swiper_container > .swiper-button-prev > div::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
  }
  .hana_dl_box.data_box > dd > .data_swiper_container > .swiper-button-next > div::after, .hana_dl_box.data_box > dd > .data_swiper_container > .swiper-button-prev > div::after {
    left: 0;
    top: 0;
    z-index: 2;
    border: 1px solid #4d443c;
  }
  .hana_dl_box.data_box > dd > .data_swiper_container > .swiper-button-next > div::before, .hana_dl_box.data_box > dd > .data_swiper_container > .swiper-button-prev > div::before {
    left: 3px;
    top: 3px;
    background-color: #f6e464;
    z-index: 1;
  }
  .hana_dl_box.data_box > dd > .data_swiper_container > .swiper-button-next::after, .hana_dl_box.data_box > dd > .data_swiper_container > .swiper-button-prev::after {
    z-index: 3;
    font-size: 12px;
  }
  .hana_dl_box.data_box > dd > .data_swiper_container > .swiper-button-next {
    padding: 2px 0 0 2px;
    right: -5px;
  }
  .hana_dl_box.data_box > dd > .data_swiper_container > .swiper-button-prev {
    padding: 2px 2px 0 0;
    left: -5px;
  }
  .hana_dl_box.data_box > dd > dl {
    text-align: left;
    font-size: 1.3rem;
    margin: 20px 0 0;
    padding: 0 6.6vw;
  }
  .hana_dl_box.data_box > dd > dl > dd {
    margin: 5px 0 0;
  }
  .hana_dl_box.enjoy_box > dd > p {
    font-size: 1.3rem;
    margin-bottom: 40px;
  }
}
.data_table {
  color: #4d443c;
  width: 100%;
}
.data_table > tbody > tr {
  border-bottom: 2px solid #000000;
}
.data_table > tbody > tr > th, .data_table > tbody > tr > td {
  font-weight: 700;
  width: 14.28%;
  padding: 3px 0;
}
.data_table > tbody > tr > td > span {
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.4em;
  height: 1.4em;
  border-radius: 50%;
  margin: 0 auto;
  letter-spacing: -0.1em;
  padding-right: 0.1em;
  padding-bottom: 0.1em;
}
.data_table > tbody > tr > td:nth-child(1) > span {
  background-color: #f6bd64;
}
.data_table > tbody > tr > td:nth-child(7) > span {
  background-color: #9ac92b;
}
.data_table > tbody > tr > td > .orange {
  background-color: #f6bd64;
}
.data_table > tbody > tr > td > .green {
  background-color: #9ac92b;
}
.data_table > tbody > tr > td > .bg_none {
  background: none !important;
}
.data_table > tbody > tr:nth-child(2) {
  background-color: #f6e464;
}
.data_table > tbody > tr.bg_none span {
  background: none !important;
}

@media (min-width: 768px) {
  .data_table > tbody > tr {
    font-size: 1.6rem;
  }
  .data_table > tbody > tr:nth-child(1) {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .data_table > tbody > tr > th {
    position: relative;
  }
  .data_table > tbody > tr > th > .small_month {
    position: absolute;
    font-size: 1.2rem;
    bottom: 5px;
  }
  .data_table > tbody > tr > th > .small_month.right {
    right: 0;
  }
  .data_table > tbody > tr > th > .small_month.left {
    left: 0;
  }
}
.box_shadow > dl > dt {
  text-align: left;
}
.howto_box p {
  line-height: 1.6em;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #4d443c;
}

@media (min-width: 768px) {
  .howto_box > .howto_lead {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
  .howto_box > small {
    font-size: 1.4rem;
    margin-top: 40px;
    display: block;
  }
}
@media (max-width: 767px) {
  .howto_box p {
    line-height: 1.6em;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #4d443c;
  }
  .howto_box > .howto_lead {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
  .howto_box > small {
    font-size: 1.2rem;
  }
}
.omotenashi_box > .omotenashi_a::after {
  background: none;
}
.omotenashi_box > .omotenashi_a > span > span {
  background: url("../../../assets/common/img/pdf.svg") no-repeat;
  background-size: 100%;
}

@media (min-width: 768px) {
  .omotenashi_box .omotenashi_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .omotenashi_box .omotenashi_flex > div {
    width: calc(50% - 10px);
    margin-bottom: 30px;
  }
  .omotenashi_box .omotenashi_flex > div > p {
    font-size: 1.4rem;
  }
  .omotenashi_box .omotenashi_flex > div > .name {
    font-size: 1.6rem;
    border: 2px solid #4d443c;
    padding-left: 10px;
    margin: 15px 0 10px;
  }
  .omotenashi_box > .omotenashi_a {
    width: 425px;
    height: 60px;
    margin: 15px auto 0;
  }
  .omotenashi_box > .omotenashi_a > span > span {
    width: 18px;
    height: 18px;
    margin-left: 10px;
  }
  .omotenashi_box > small {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .omotenashi_box > p {
    font-size: 1.1rem;
  }
  .omotenashi_box > .howto_swiper_container > .howto_swiper > .swiper-wrapper > .swiper-slide > p {
    font-size: 1.2rem;
  }
  .omotenashi_box > .howto_swiper_container > .howto_swiper > .swiper-wrapper > .swiper-slide > .name {
    border: 1px solid #4d443c;
    margin: 10px 0 5px;
    padding: 2px 10px;
    font-size: 1.6rem;
  }
  .omotenashi_box > .howto_swiper_container .swiper_btn_wrapper {
    margin: 15px 0 0 0;
    display: flex;
    justify-content: center;
  }
  .omotenashi_box > .howto_swiper_container .swiper_btn_wrapper > div {
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
  }
  .omotenashi_box > .howto_swiper_container .swiper_btn_wrapper > div > .swiper-button-next, .omotenashi_box > .howto_swiper_container .swiper_btn_wrapper > div > .swiper-button-prev {
    color: #4d443c;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    margin: 0;
    top: calc(50% - 17px);
  }
  .omotenashi_box > .howto_swiper_container .swiper_btn_wrapper > div > .swiper-button-next > div, .omotenashi_box > .howto_swiper_container .swiper_btn_wrapper > div > .swiper-button-prev > div {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
  }
  .omotenashi_box > .howto_swiper_container .swiper_btn_wrapper > div > .swiper-button-next > div::after, .omotenashi_box > .howto_swiper_container .swiper_btn_wrapper > div > .swiper-button-next > div::before, .omotenashi_box > .howto_swiper_container .swiper_btn_wrapper > div > .swiper-button-prev > div::after, .omotenashi_box > .howto_swiper_container .swiper_btn_wrapper > div > .swiper-button-prev > div::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
  }
  .omotenashi_box > .howto_swiper_container .swiper_btn_wrapper > div > .swiper-button-next > div::after, .omotenashi_box > .howto_swiper_container .swiper_btn_wrapper > div > .swiper-button-prev > div::after {
    left: 0;
    top: 0;
    z-index: 2;
    border: 1px solid #4d443c;
  }
  .omotenashi_box > .howto_swiper_container .swiper_btn_wrapper > div > .swiper-button-next > div::before, .omotenashi_box > .howto_swiper_container .swiper_btn_wrapper > div > .swiper-button-prev > div::before {
    left: 3px;
    top: 3px;
    background-color: #f6e464;
    z-index: 1;
  }
  .omotenashi_box > .howto_swiper_container .swiper_btn_wrapper > div > .swiper-button-next::after, .omotenashi_box > .howto_swiper_container .swiper_btn_wrapper > div > .swiper-button-prev::after {
    z-index: 3;
    font-size: 12px;
  }
  .omotenashi_box > .howto_swiper_container .swiper_btn_wrapper > div > .swiper-button-next {
    padding: 2px 0 0 2px;
    right: -22px;
  }
  .omotenashi_box > .howto_swiper_container .swiper_btn_wrapper > div > .swiper-button-prev {
    padding: 2px 2px 0 0;
    left: -25px;
  }
  .omotenashi_box > .howto_swiper_container .swiper_btn_wrapper > div > .swiper-pagination {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
  }
  .omotenashi_box > .howto_swiper_container .swiper_btn_wrapper > div > .swiper-pagination > span {
    opacity: 1;
    border: 1px solid #4d443c;
    background: none;
  }
  .omotenashi_box > .howto_swiper_container .swiper_btn_wrapper > div > .swiper-pagination > span.swiper-pagination-bullet-active {
    background-color: #4d443c;
  }
  .omotenashi_box > .omotenashi_a {
    width: 230px;
    height: 40px;
    margin: 15px auto;
  }
  .omotenashi_box > .omotenashi_a > span > span {
    width: 15px;
    height: 15px;
    right: 15px;
    margin-left: 5px;
  }
}
.ippin_box > .howto_swiper_container {
  margin: 0 0 1em;
}
.ippin_box > .howto_swiper_container > .howto_swiper > .swiper-wrapper > .swiper-slide > .gou {
  font-weight: 700;
  border: #4d443c solid 2px;
  width: 5em;
  border-radius: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1em;
  height: 1.6em;
  padding-bottom: 0.1em;
}
.ippin_box > .howto_swiper_container > .howto_swiper > .swiper-wrapper > .swiper-slide > .subttl {
  font-weight: 700;
  line-height: 1.3em;
}
.ippin_box > .howto_swiper_container > .howto_swiper > .swiper-wrapper > .swiper-slide > .subttl > small {
  font-size: 0.8em;
}
.ippin_box > .howto_swiper_container > .howto_swiper > .swiper-wrapper > .swiper-slide > img {
  display: block;
}
.ippin_box > .howto_swiper_container > .howto_swiper > .swiper-wrapper > .swiper-slide > .text {
  margin: 0.75em 0 0;
}
.ippin_box > .howto_swiper_container > .howto_swiper > .swiper-wrapper > .swiper-slide > .text a {
  color: #4d443c;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .ippin_box > .howto_swiper_container > .howto_swiper > .swiper-wrapper > .swiper-slide {
    width: 200px;
  }
  .ippin_box > .howto_swiper_container > .howto_swiper > .swiper-wrapper > .swiper-slide > .gou {
    font-size: 1.8rem;
  }
  .ippin_box > .howto_swiper_container > .howto_swiper > .swiper-wrapper > .swiper-slide > .subttl {
    font-size: 1.8rem;
    margin: 0.5em 0;
  }
  .ippin_box > .howto_swiper_container > .howto_swiper > .swiper-wrapper > .swiper-slide > .margin_bottom {
    margin-bottom: 32px;
  }
  .ippin_box > .howto_swiper_container > .howto_swiper > .swiper-wrapper > .swiper-slide > .text {
    font-size: 1.4rem;
  }
  .ippin_box > .howto_swiper_container > .howto_swiper > .swiper-wrapper.haru_slider {
    flex-wrap: wrap;
    gap: 40px 20px;
    margin-top: 10px;
  }
  .ippin_box > .howto_swiper_container > .howto_swiper > .swiper-wrapper.haru_slider2 {
    flex-wrap: wrap;
    gap: 40px 20px;
    margin-top: 10px;
  }
  .ippin_box > .howto_swiper_container > .howto_swiper > .swiper-wrapper.haru_slider2 > .swiper-slide {
    width: calc(50% - 10px);
  }
  .ippin_box > .howto_swiper_container > .howto_swiper > .swiper-wrapper.haru_slider2 > .swiper-slide > .gou {
    width: 8.5em;
  }
  .ippin_box > .howto_swiper_container > .swiper_btn_wrapper {
    display: none;
  }
}
@media (max-width: 767px) {
  .ippin_box > .howto_swiper_container > .howto_swiper > .swiper-wrapper > .swiper-slide > .gou {
    font-size: 1.1rem;
  }
  .ippin_box > .howto_swiper_container > .howto_swiper > .swiper-wrapper > .swiper-slide > .subttl {
    font-size: 1.3rem;
    margin: 0.5em 0 1em 0;
  }
  .ippin_box > .howto_swiper_container > .howto_swiper > .swiper-wrapper > .swiper-slide > img {
    width: 100%;
  }
  .ippin_box > .howto_swiper_container > .howto_swiper > .swiper-wrapper > .swiper-slide > .text {
    font-size: 1.3rem;
  }
  .ippin_box > .howto_swiper_container > .howto_swiper > .swiper-wrapper.haru_slider2 > .swiper-slide > .gou {
    width: 8.5em;
  }
  .ippin_box > .howto_swiper_container .swiper_btn_wrapper {
    margin: 15px 0 0 0;
    display: flex;
    justify-content: center;
  }
  .ippin_box > .howto_swiper_container .swiper_btn_wrapper > div {
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
  }
  .ippin_box > .howto_swiper_container .swiper_btn_wrapper > div > .swiper-button-next, .ippin_box > .howto_swiper_container .swiper_btn_wrapper > div > .swiper-button-prev {
    color: #4d443c;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    margin: 0;
    top: calc(50% - 17px);
  }
  .ippin_box > .howto_swiper_container .swiper_btn_wrapper > div > .swiper-button-next > div, .ippin_box > .howto_swiper_container .swiper_btn_wrapper > div > .swiper-button-prev > div {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
  }
  .ippin_box > .howto_swiper_container .swiper_btn_wrapper > div > .swiper-button-next > div::after, .ippin_box > .howto_swiper_container .swiper_btn_wrapper > div > .swiper-button-next > div::before, .ippin_box > .howto_swiper_container .swiper_btn_wrapper > div > .swiper-button-prev > div::after, .ippin_box > .howto_swiper_container .swiper_btn_wrapper > div > .swiper-button-prev > div::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
  }
  .ippin_box > .howto_swiper_container .swiper_btn_wrapper > div > .swiper-button-next > div::after, .ippin_box > .howto_swiper_container .swiper_btn_wrapper > div > .swiper-button-prev > div::after {
    left: 0;
    top: 0;
    z-index: 2;
    border: 1px solid #4d443c;
  }
  .ippin_box > .howto_swiper_container .swiper_btn_wrapper > div > .swiper-button-next > div::before, .ippin_box > .howto_swiper_container .swiper_btn_wrapper > div > .swiper-button-prev > div::before {
    left: 3px;
    top: 3px;
    background-color: #f6e464;
    z-index: 1;
  }
  .ippin_box > .howto_swiper_container .swiper_btn_wrapper > div > .swiper-button-next::after, .ippin_box > .howto_swiper_container .swiper_btn_wrapper > div > .swiper-button-prev::after {
    z-index: 3;
    font-size: 12px;
  }
  .ippin_box > .howto_swiper_container .swiper_btn_wrapper > div > .swiper-button-next {
    padding: 2px 0 0 2px;
    right: -22px;
  }
  .ippin_box > .howto_swiper_container .swiper_btn_wrapper > div > .swiper-button-prev {
    padding: 2px 2px 0 0;
    left: -25px;
  }
  .ippin_box > .howto_swiper_container .swiper_btn_wrapper > div > .swiper-pagination {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
  }
  .ippin_box > .howto_swiper_container .swiper_btn_wrapper > div > .swiper-pagination > span {
    opacity: 1;
    border: 1px solid #4d443c;
    background: none;
  }
  .ippin_box > .howto_swiper_container .swiper_btn_wrapper > div > .swiper-pagination > span.swiper-pagination-bullet-active {
    background-color: #4d443c;
  }
  .ippin_box > p {
    font-size: 1.1rem;
  }
}
@media (max-width: 767px) {
  .ac_box > .howto_swiper_container > .howto_swiper > .swiper-wrapper > .swiper-slide > .gou, .ac_box .ac_swiper_container > .howto_swiper > .swiper-wrapper > .swiper-slide > .gou {
    font-size: 1.1rem;
  }
  .ac_box > .howto_swiper_container > .howto_swiper > .swiper-wrapper > .swiper-slide > .subttl, .ac_box .ac_swiper_container > .howto_swiper > .swiper-wrapper > .swiper-slide > .subttl {
    font-size: 1.3rem;
    margin: 0.5em 0 1em 0;
  }
  .ac_box > .howto_swiper_container > .howto_swiper > .swiper-wrapper > .swiper-slide > .subttl > br, .ac_box .ac_swiper_container > .howto_swiper > .swiper-wrapper > .swiper-slide > .subttl > br {
    display: none;
  }
  .ac_box > .howto_swiper_container > .howto_swiper > .swiper-wrapper > .swiper-slide > .text, .ac_box .ac_swiper_container > .howto_swiper > .swiper-wrapper > .swiper-slide > .text {
    font-size: 1.3rem;
  }
  .ac_box > .howto_swiper_container .swiper_btn_wrapper, .ac_box .ac_swiper_container .swiper_btn_wrapper {
    margin: 15px 0 0 0;
    display: flex;
    justify-content: center;
  }
  .ac_box > .howto_swiper_container .swiper_btn_wrapper > div, .ac_box .ac_swiper_container .swiper_btn_wrapper > div {
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
  }
  .ac_box > .howto_swiper_container .swiper_btn_wrapper > div > .swiper-button-next, .ac_box > .howto_swiper_container .swiper_btn_wrapper > div > .swiper-button-prev, .ac_box .ac_swiper_container .swiper_btn_wrapper > div > .swiper-button-next, .ac_box .ac_swiper_container .swiper_btn_wrapper > div > .swiper-button-prev {
    color: #4d443c;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    margin: 0;
    top: calc(50% - 17px);
  }
  .ac_box > .howto_swiper_container .swiper_btn_wrapper > div > .swiper-button-next > div, .ac_box > .howto_swiper_container .swiper_btn_wrapper > div > .swiper-button-prev > div, .ac_box .ac_swiper_container .swiper_btn_wrapper > div > .swiper-button-next > div, .ac_box .ac_swiper_container .swiper_btn_wrapper > div > .swiper-button-prev > div {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
  }
  .ac_box > .howto_swiper_container .swiper_btn_wrapper > div > .swiper-button-next > div::after, .ac_box > .howto_swiper_container .swiper_btn_wrapper > div > .swiper-button-next > div::before, .ac_box > .howto_swiper_container .swiper_btn_wrapper > div > .swiper-button-prev > div::after, .ac_box > .howto_swiper_container .swiper_btn_wrapper > div > .swiper-button-prev > div::before, .ac_box .ac_swiper_container .swiper_btn_wrapper > div > .swiper-button-next > div::after, .ac_box .ac_swiper_container .swiper_btn_wrapper > div > .swiper-button-next > div::before, .ac_box .ac_swiper_container .swiper_btn_wrapper > div > .swiper-button-prev > div::after, .ac_box .ac_swiper_container .swiper_btn_wrapper > div > .swiper-button-prev > div::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
  }
  .ac_box > .howto_swiper_container .swiper_btn_wrapper > div > .swiper-button-next > div::after, .ac_box > .howto_swiper_container .swiper_btn_wrapper > div > .swiper-button-prev > div::after, .ac_box .ac_swiper_container .swiper_btn_wrapper > div > .swiper-button-next > div::after, .ac_box .ac_swiper_container .swiper_btn_wrapper > div > .swiper-button-prev > div::after {
    left: 0;
    top: 0;
    z-index: 2;
    border: 1px solid #4d443c;
  }
  .ac_box > .howto_swiper_container .swiper_btn_wrapper > div > .swiper-button-next > div::before, .ac_box > .howto_swiper_container .swiper_btn_wrapper > div > .swiper-button-prev > div::before, .ac_box .ac_swiper_container .swiper_btn_wrapper > div > .swiper-button-next > div::before, .ac_box .ac_swiper_container .swiper_btn_wrapper > div > .swiper-button-prev > div::before {
    left: 3px;
    top: 3px;
    background-color: #f6e464;
    z-index: 1;
  }
  .ac_box > .howto_swiper_container .swiper_btn_wrapper > div > .swiper-button-next::after, .ac_box > .howto_swiper_container .swiper_btn_wrapper > div > .swiper-button-prev::after, .ac_box .ac_swiper_container .swiper_btn_wrapper > div > .swiper-button-next::after, .ac_box .ac_swiper_container .swiper_btn_wrapper > div > .swiper-button-prev::after {
    z-index: 3;
    font-size: 12px;
  }
  .ac_box > .howto_swiper_container .swiper_btn_wrapper > div > .swiper-button-next, .ac_box .ac_swiper_container .swiper_btn_wrapper > div > .swiper-button-next {
    padding: 2px 0 0 2px;
    right: -22px;
  }
  .ac_box > .howto_swiper_container .swiper_btn_wrapper > div > .swiper-button-prev, .ac_box .ac_swiper_container .swiper_btn_wrapper > div > .swiper-button-prev {
    padding: 2px 2px 0 0;
    left: -25px;
  }
  .ac_box > .howto_swiper_container .swiper_btn_wrapper > div > .swiper-pagination, .ac_box .ac_swiper_container .swiper_btn_wrapper > div > .swiper-pagination {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
  }
  .ac_box > .howto_swiper_container .swiper_btn_wrapper > div > .swiper-pagination > span, .ac_box .ac_swiper_container .swiper_btn_wrapper > div > .swiper-pagination > span {
    opacity: 1;
    border: 1px solid #4d443c;
    background: none;
  }
  .ac_box > .howto_swiper_container .swiper_btn_wrapper > div > .swiper-pagination > span.swiper-pagination-bullet-active, .ac_box .ac_swiper_container .swiper_btn_wrapper > div > .swiper-pagination > span.swiper-pagination-bullet-active {
    background-color: #4d443c;
  }
}
.food_flex > div > .food_name {
  font-weight: 700;
}

.food_caution > p {
  color: #cf4529;
}
.food_caution > p:first-child {
  font-weight: 700;
}

@media (min-width: 768px) {
  .food_flex {
    display: flex;
    justify-content: space-between;
  }
  .food_flex > div {
    width: calc(50% - 10px);
  }
  .food_flex > div > p {
    font-size: 1.4rem;
  }
  .food_flex > div > img {
    margin: 10px 0;
  }
  .food_flex > div > .food_ttl {
    border: 2px solid #4d443c;
    font-size: 1.4rem;
    padding: 0 10px;
  }
  .food_flex > div > .food_name {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .food_caution {
    margin-top: 20px;
  }
  .food_caution > p {
    font-size: 1.4rem;
  }
  .food_caution > p:first-child {
    font-size: 1.8rem;
  }
  .food_kukan {
    font-size: 2.2rem;
    margin-top: 35px;
  }
  .food_kukan span {
    display: block;
  }
  .food_kukan span:last-child {
    margin-bottom: 15px;
  }
  .food_img {
    width: 425px;
    margin: 30px auto 0;
  }
}
@media (max-width: 767px) {
  .food_box > p {
    font-size: 1.1rem;
    text-indent: -1em;
    padding-left: 1em;
  }
  .food_box > .food_lead {
    padding-left: 0;
    text-indent: 0;
  }
  .food_flex > div {
    margin-bottom: 30px;
  }
  .food_flex > div > p {
    font-size: 1.2rem;
  }
  .food_flex > div > img {
    margin: 10px 0;
  }
  .food_flex > div > .food_ttl {
    border: 1px solid #4d443c;
    font-size: 1.3rem;
    padding: 0 5px;
  }
  .food_flex > div > .food_name {
    font-size: 1.3rem;
    margin-bottom: 5px;
  }
  .food_caution {
    margin-top: 10px;
  }
  .food_caution > p {
    font-size: 0.9rem;
  }
  .food_caution > p:first-child {
    font-size: 1.1rem;
  }
  .food_kukan {
    font-size: 1.4rem !important;
    margin-top: 20px;
  }
  .food_kukan span {
    display: block;
  }
  .food_img {
    margin: 20px auto 0;
  }
}
.service_box .service_flex > div > .direction {
  border: 2px solid #f6bd64;
  text-align: center;
}
.service_box .service_flex > div > .direction.green {
  border: 2px solid #9ac92b;
}
.service_box .service_flex > div > .direction.grad {
  -o-border-image: linear-gradient(to right, #f6bd64, #9ac92b) 1;
     border-image: linear-gradient(to right, #f6bd64, #9ac92b) 1;
}
.service_box .service_flex > div > .item_name {
  font-weight: 700;
}
.service_box .service_flex > div > .owatashi_station > span {
  border: 2px solid #4d443c;
  font-weight: 700;
  display: block;
}
.service_box .service_flex > div > .b_yellow {
  text-align: center;
}
.service_box .service_p {
  font-weight: 700;
}

@media (min-width: 768px) {
  .service_box .service_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 40px 0 20px;
    gap: 40px 0;
  }
  .service_box .service_flex > div {
    width: calc(50% - 10px);
    font-size: 1.6rem;
    display: flex;
    flex-direction: column;
  }
  .service_box .service_flex > div > .direction {
    height: 25px;
    margin-bottom: 10px;
  }
  .service_box .service_flex > div > .grad {
    height: 55px;
  }
  .service_box .service_flex > div > .item_name {
    font-size: 1.8rem;
    margin: 10px 0;
  }
  .service_box .service_flex > div > .txt {
    margin-bottom: 15px;
  }
  .service_box .service_flex > div > .owatashi_station {
    margin-top: auto;
  }
  .service_box .service_flex > div > .owatashi_station > span {
    padding: 0 10px;
    margin-bottom: 10px;
  }
  .service_box .service_flex > div > .b_yellow {
    margin: 15px 0 0 0;
  }
  .service_box .service_flex > div > .b_yellow img {
    margin-right: -30px;
  }
  .service_box .txt_box {
    font-size: 1.6rem;
    margin-top: 50px;
  }
  .service_box .txt_box .service_p {
    font-size: 1.8rem;
    margin: 30px 0 10px;
  }
}
@media (max-width: 767.98px) {
  .service_box .service_flex {
    margin: 20px 0;
  }
  .service_box .service_flex > div {
    font-size: 1.3rem;
    margin-bottom: 50px;
  }
  .service_box .service_flex > div:last-child {
    margin-bottom: 0;
  }
  .service_box .service_flex > div > .direction {
    padding: 2px;
  }
  .service_box .service_flex > div > figure {
    margin: 10px 0 0 0;
  }
  .service_box .service_flex > div > .item_name {
    font-size: 1.4rem;
    margin: 5px 0;
  }
  .service_box .service_flex > div > .txt {
    margin-bottom: 10px;
  }
  .service_box .service_flex > div > .owatashi_station {
    text-align: center;
  }
  .service_box .service_flex > div > .owatashi_station > span {
    margin-bottom: 5px;
  }
  .service_box .service_flex > div > .b_yellow {
    margin: 15px auto 0;
    width: 230px;
  }
  .service_box .service_flex > div > .b_yellow img {
    margin-right: -30px;
  }
  .service_box .txt_box {
    font-size: 1.3rem;
    margin-top: 25px;
  }
  .service_box .txt_box .service_p {
    font-size: 1.4rem;
    margin: 15px 0 5px;
  }
}
@media (min-width: 768px) {
  .contents_box > div {
    display: flex;
    justify-content: space-between;
  }
  .contents_box > div > p {
    width: 60%;
    font-size: 1.8rem;
  }
  .contents_box > div > figure {
    width: calc(40% - 40px);
  }
  .contents_box > div > figure > figcaption {
    margin-top: 10px;
    text-align: right;
  }
}
@media (max-width: 767px) {
  .contents_box > div > p {
    font-size: 1.3rem;
  }
  .contents_box > div > figure > img {
    padding: 20px 15vw;
  }
  .contents_box > div > figure > figcaption {
    font-size: 1.1rem;
  }
}
.box_shadow {
  position: relative;
  z-index: 0;
}

.omotenashi_box_autumn .omotenashi_ttl {
  border: solid #4d443c 2px;
}
.omotenashi_box_autumn .omotenashi_sub_ttl.down {
  border: 2px solid #f6bd64;
}
.omotenashi_box_autumn .omotenashi_sub_ttl.up {
  border: 2px solid #9ac92b;
}
.omotenashi_box_autumn .omotenashi_sub_ttl.blue {
  border: 2px solid #8cf3ff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.omotenashi_box_autumn .omotenashi_sub_ttl.yellow {
  border: 2px solid #f6e464;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.omotenashi_box_autumn .omotenashi_sub_ttl.grad {
  -o-border-image: linear-gradient(to right, #f6bd64, #9ac92b) 1;
     border-image: linear-gradient(to right, #f6bd64, #9ac92b) 1;
}
.omotenashi_box_autumn .omotenashi_pdf {
  flex-direction: column;
}
.omotenashi_box_autumn .omotenashi_pdf::after {
  content: none;
}

.accordion-area {
  list-style: none;
  width: 100%;
  padding: 0;
}
.accordion-area > li {
  border: solid #4d443c 2px;
}
.accordion-area > li > .ac_title {
  position: relative;
  margin-bottom: -1px;
}
.accordion-area > li > .ac_title:hover::before {
  left: -5px;
  bottom: -5px;
}
.accordion-area > li > .ac_title.btn_base::before {
  -webkit-mask: url(../../../assets/common/img/back/link03.svg) no-repeat top right/auto 100%;
  mask: url(../../../assets/common/img/back/link03.svg) no-repeat top right/auto 100%;
  z-index: -1;
}
.accordion-area > li > .ac_title.btn_base::after {
  content: none;
}
.accordion-area > li > .ac_title.btn_base > span:first-child {
  border: none;
  position: relative;
}
.accordion-area > li > .ac_title.btn_base > span:first-child::before {
  content: "";
  height: 1px;
  width: calc(100% - 40px);
  background-color: #4d443c;
  position: absolute;
  bottom: 0;
}
.accordion-area > li > .ac_title.btn_base > span:first-child > .teisha {
  position: absolute;
  border: 2px solid;
  border-radius: 100px;
  line-height: 1.2em;
}
.accordion-area > li > .ac_title.btn_base > span:first-child > .tabiwa_kun {
  position: absolute;
}
.accordion-area > li > .ac_title.btn_base > .btn_arrow {
  border: solid #4d443c 2px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.accordion-area > li > .ac_title.btn_base > .btn_arrow::before {
  content: "";
  background-image: url("../../../assets/common/img/menu_aarrow.svg");
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.accordion-area > li > .ac_title.bg_orange::before {
  background-color: #f6bd64;
}
.accordion-area > li > .ac_title.bg_green::before {
  background-color: #9ac92b;
}
.accordion-area > li > .ac_title.bg_blue::before {
  background-color: #8cf3ff;
}
.accordion-area > li > .ac_title.bg_grad::before {
  background: linear-gradient(90deg, rgb(246, 189, 100) 37%, rgb(154, 201, 43) 100%);
}
.accordion-area > li > .ac_title.ac_open {
  transition: all 0.5s ease;
}
.accordion-area > li > .ac_title.ac_open > .btn_arrow::before {
  transform: rotate(180deg);
}
.accordion-area > li > .ac_box {
  line-height: 1.6em;
  display: none;
}
.accordion-area > li > .ac_box .ac_flex > div {
  position: relative;
}
.accordion-area > li > .ac_box .ac_flex > div > .image_caution {
  border: 2px solid #4d443c;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.accordion-area > li > .ac_box .ac_dl {
  line-height: 1.6em;
}
.accordion-area > li > .ac_box .ac_dl > dt {
  border: 2px solid #4d443c;
  font-weight: 700;
}
.accordion-area > li > .ac_box .ac_dl > dd > a {
  color: #4d443c !important;
  text-decoration: underline !important;
}
.accordion-area > li > .ac_box > .ac_close_btn {
  cursor: pointer;
  border-top: 1px solid #4d443c;
  text-align: center;
  position: relative;
}
.accordion-area > li > .ac_box > .ac_close_btn::before {
  content: "";
  background-image: url("../../../assets/common/img/menu_aarrow.svg");
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(180deg);
}

@media (min-width: 768px) {
  .omotenashi_box_autumn .omotenashi_ttl {
    font-size: 2rem;
    font-weight: 700;
    margin: 60px 0 20px;
    padding: 5px 10px;
  }
  .omotenashi_box_autumn .omotenashi_sub_ttl {
    font-size: 1.4rem;
    padding: 5px;
  }
  .omotenashi_box_autumn .omotenashi_sub_ttl.blue {
    height: 55px;
  }
  .omotenashi_box_autumn .sizL {
    padding: 12px 0;
  }
  .omotenashi_box_autumn .omotenashi_pdf {
    height: 60px;
    margin: 70px auto 20px;
  }
  .omotenashi_box_autumn .omotenashi_pdf > span > img {
    width: 20px;
    margin-left: 10px;
  }
  .accordion-area > li {
    margin: 20px 0;
  }
  .accordion-area > li > .ac_title {
    height: 60px;
  }
  .accordion-area > li > .ac_title.btn_base > span > .teisha {
    padding: 2px 15px;
    font-size: 1.6rem;
    left: 15px;
  }
  .accordion-area > li > .ac_title.btn_base > span > .tabiwa_kun {
    width: 50px;
    right: 110px;
    bottom: 17px;
  }
  .accordion-area > li > .ac_title.btn_base > .btn_arrow {
    width: 25px;
    height: 25px;
    right: 20px;
  }
  .accordion-area > li > .ac_title.btn_base > .btn_arrow::before {
    width: 15px;
    height: 8px;
  }
  .accordion-area > li > .ac_box {
    padding: 20px;
  }
  .accordion-area > li > .ac_box p {
    font-size: 1.4rem;
    margin: 15px 0;
  }
  .accordion-area > li > .ac_box .ac_ttl {
    font-size: 1.8rem;
    font-weight: 700;
  }
  .accordion-area > li > .ac_box .ac_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .accordion-area > li > .ac_box .ac_flex > div {
    width: 50%;
    position: relative;
    margin: 20px 0;
  }
  .accordion-area > li > .ac_box .ac_flex > div > .image_caution {
    font-size: 1.2rem;
    padding: 0 10px;
  }
  .accordion-area > li > .ac_box .ac_flex > div:nth-child(odd) {
    padding-right: 15px;
  }
  .accordion-area > li > .ac_box .ac_flex > div:nth-child(even) {
    padding-left: 15px;
  }
  .accordion-area > li > .ac_box .ac_flex > div:nth-child(even) > .image_caution {
    left: 15px;
  }
  .accordion-area > li > .ac_box .ac_flex > div.swiper-slide > img {
    margin-bottom: 20px;
  }
  .accordion-area > li > .ac_box .ac_flex > div.imagawa_box {
    width: 100%;
    border-top: 1px solid #000;
    border-right: none !important;
    padding: 30px 0 0 0;
  }
  .accordion-area > li > .ac_box .ac_flex > div.imagawa_box > .imagwa_flex {
    margin-bottom: 15px;
  }
  .accordion-area > li > .ac_box .ac_flex > div.imagawa_box > .imagwa_flex > div {
    display: flex;
    justify-content: space-between;
  }
  .accordion-area > li > .ac_box .ac_flex > div.imagawa_box > .imagwa_flex > div > div {
    width: calc(33.33% - 10px);
  }
  .accordion-area > li > .ac_box .ac_flex .border {
    border-right: 1px solid #4d443c;
  }
  .accordion-area > li > .ac_box .ac_flex.border_btm {
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
  }
  .accordion-area > li > .ac_box .ac_dl {
    font-size: 1.4rem;
  }
  .accordion-area > li > .ac_box .ac_dl > dt {
    padding: 3px 7px;
  }
  .accordion-area > li > .ac_box .ac_dl > dd {
    margin: 5px 0 15px;
  }
  .accordion-area > li > .ac_box .ac_dl > dd:last-child {
    margin-bottom: 0;
  }
  .accordion-area > li > .ac_box .ac_close_btn {
    margin-top: 40px;
    padding-top: 10px;
    font-size: 1.6rem;
  }
  .accordion-area > li > .ac_box .ac_close_btn::before {
    width: 10px;
    height: 6px;
    top: 6px;
  }
}
@media (max-width: 767px) {
  .omotenashi_box_autumn .omotenashi_ttl {
    font-size: 1.4rem;
    font-weight: 700;
    margin: 30px 0 10px;
    padding: 5px 10px;
  }
  .omotenashi_box_autumn .omotenashi_sub_ttl {
    font-size: 1.3rem;
    padding: 5px;
  }
  .omotenashi_box_autumn .omotenashi_sub_ttl.blue {
    height: 45px;
    line-height: 1.3em;
    margin-top: 10px;
  }
  .omotenashi_box_autumn .omotenashi_sub_ttl.yellow {
    margin-top: 10px;
  }
  .omotenashi_box_autumn .sizS {
    padding: 0;
  }
  .omotenashi_box_autumn .omotenashi_pdf {
    height: 50px;
    margin: 50px auto 20px;
  }
  .omotenashi_box_autumn .omotenashi_pdf > span > img {
    width: 15px;
    margin-left: 5px;
  }
  .accordion-area > li {
    margin: 12px 0;
  }
  .accordion-area > li > .ac_title {
    height: 50px;
  }
  .accordion-area > li > .ac_title.btn_base > span {
    font-size: 1.3rem;
  }
  .accordion-area > li > .ac_title.btn_base > span > .teisha {
    padding: 2px 10px;
    font-size: 1.1rem;
    left: 10px;
  }
  .accordion-area > li > .ac_title.btn_base > span > .tabiwa_kun {
    width: 35px;
    right: 5px;
    bottom: 20px;
  }
  .accordion-area > li > .ac_title.btn_base > .btn_arrow {
    width: 18px;
    height: 18px;
    right: 15px;
  }
  .accordion-area > li > .ac_title.btn_base > .btn_arrow::before {
    width: 9px;
    height: 5px;
  }
  .accordion-area > li > .ac_box {
    padding: 10px;
  }
  .accordion-area > li > .ac_box p {
    font-size: 1.3rem;
    margin: 10px 0;
  }
  .accordion-area > li > .ac_box .ac_ttl {
    font-size: 1.5rem;
    font-weight: 700;
  }
  .accordion-area > li > .ac_box .ac_flex {
    margin-bottom: 30px;
  }
  .accordion-area > li > .ac_box .ac_flex > div.border_btm {
    border-bottom: 1px solid #000;
  }
  .accordion-area > li > .ac_box .ac_flex > div > .image_caution {
    padding: 0 10px;
    font-size: 1.1rem;
  }
  .accordion-area > li > .ac_box .ac_flex > div > img {
    margin-bottom: 20px;
  }
  .accordion-area > li > .ac_box .ac_flex > div.imagawa_box img {
    width: 100%;
  }
  .accordion-area > li > .ac_box .ac_flex > div.swiper-slide > img {
    margin-bottom: 20px;
    width: 100%;
  }
  .accordion-area > li > .ac_box .ac_dl {
    font-size: 1.3rem;
    text-align: center;
    margin-bottom: 30px;
  }
  .accordion-area > li > .ac_box .ac_dl > dt {
    padding: 1px;
  }
  .accordion-area > li > .ac_box .ac_dl > dd {
    margin: 5px 0 10px;
  }
  .accordion-area > li > .ac_box .ac_dl > dd:last-child {
    margin-bottom: 0;
  }
  .accordion-area > li > .ac_box .ac_dl > dd.left {
    text-align: left;
  }
  .accordion-area > li > .ac_box .ac_close_btn {
    margin-top: 20px;
    padding-top: 7px;
    font-size: 1.2rem;
  }
  .accordion-area > li > .ac_box .ac_close_btn::before {
    width: 10px;
    height: 6px;
    top: 6px;
  }
}
@media (min-width: 768px) {
  .ac_swiper_container .swiper_btn_wrapper {
    display: none;
  }
}
@media (max-width: 767px) {
  .ac_swiper_container .swiper_btn_wrapper {
    position: relative;
  }
}
.naradeha_box {
  line-height: 1.6em;
}
.naradeha_box .ac_flex > div {
  position: relative;
}
.naradeha_box .ac_flex > div > .image_caution {
  border: 2px solid #4d443c;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.naradeha_box .ac_dl {
  line-height: 1.6em;
}
.naradeha_box .ac_dl > dt {
  border: 2px solid #4d443c;
  font-weight: 700;
}
.naradeha_box .ac_dl > dd > a {
  color: #4d443c !important;
  text-decoration: underline !important;
}
.naradeha_box .ac_dl.food_dl {
  display: flex;
}
.naradeha_box .menu_box {
  border: 2px solid #4d443c;
  line-height: 1.8em;
}
.naradeha_box > .ikisaki_p {
  text-align: center;
}
.naradeha_box > .ikisaki_p.orange {
  border: 2px solid #f6bd64;
}
.naradeha_box > .ikisaki_p.green {
  border: 2px solid #9ac92b;
}
.naradeha_box .gray_box {
  background-color: #f2f0ed;
}
.naradeha_box .gray_box > .gray_flex {
  display: flex;
}
.naradeha_box .btn_base:after {
  content: none;
}

@media (min-width: 768px) {
  .naradeha_box {
    margin: 30px 0 50px;
  }
  .naradeha_box p {
    font-size: 1.4rem;
    margin: 15px 0;
  }
  .naradeha_box .ac_ttl {
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
  }
  .naradeha_box .ac_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 1.5rem;
  }
  .naradeha_box .ac_flex > div {
    width: 50%;
    position: relative;
  }
  .naradeha_box .ac_flex > div > .image_caution {
    font-size: 1.2rem;
    padding: 0 10px;
  }
  .naradeha_box .ac_flex > div figcaption {
    font-size: 1.4rem;
    margin-top: 10px;
  }
  .naradeha_box .ac_flex > div:nth-child(odd) {
    padding-right: 15px;
  }
  .naradeha_box .ac_flex > div:nth-child(even) {
    padding-left: 15px;
    display: flex;
    flex-direction: column;
  }
  .naradeha_box .ac_flex > div:nth-child(even) > .image_caution {
    left: 15px;
  }
  .naradeha_box .ac_flex > div:nth-child(even) > span {
    margin-bottom: 10px;
    font-size: 1.7rem;
  }
  .naradeha_box .ac_dl {
    font-size: 1.4rem;
  }
  .naradeha_box .ac_dl > dt {
    padding: 3px 7px;
  }
  .naradeha_box .ac_dl > dd {
    margin: 5px 0 15px;
  }
  .naradeha_box .ac_dl > dd:last-child {
    margin-bottom: 0;
  }
  .naradeha_box .ac_dl.food_dl {
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .naradeha_box .ac_dl.food_dl > dt {
    width: 305px;
  }
  .naradeha_box .ac_dl.food_dl > dd {
    width: 305px;
    white-space: nowrap;
  }
  .naradeha_box .menu_box {
    margin: 20px 0;
    padding: 20px;
    font-size: 1.6rem;
  }
  .naradeha_box .menu_box > span {
    margin-bottom: 10px;
    display: block;
  }
  .naradeha_box .gray_wrap {
    display: flex;
    justify-content: space-between;
  }
  .naradeha_box .gray_wrap > div {
    width: calc(50% - 10px);
  }
  .naradeha_box .gray_box {
    margin: 20px 0;
    padding: 15px;
    font-size: 1.4rem;
  }
  .naradeha_box .gray_box > span {
    display: block;
    margin-bottom: 10px;
  }
  .naradeha_box .gray_box > .gray_flex {
    gap: 0 10px;
  }
  .naradeha_box .gray_box > .gray_flex > div:nth-child(1) figcaption {
    white-space: nowrap;
  }
  .naradeha_box .gray_box > .gray_flex > div:nth-child(1) img {
    width: 150px;
  }
  .naradeha_box .gray_box > .gray_flex > div:nth-child(2) {
    width: calc(100% - 110px);
    font-size: 1.4rem;
  }
  .naradeha_box .gray_box > .gray_flex > div span {
    font-size: 13px;
  }
  .naradeha_box .gray_box p {
    margin-bottom: 0;
  }
  .naradeha_box .btn_base {
    margin: 30px auto;
  }
}
@media (max-width: 767.98px) {
  .naradeha_box {
    margin: 40px 0;
  }
  .naradeha_box p {
    font-size: 1.3rem;
    margin: 10px 0;
  }
  .naradeha_box .ac_ttl {
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
  }
  .naradeha_box .ac_flex > div {
    font-size: 1.5rem;
    margin: 10px 0;
  }
  .naradeha_box .ac_flex > div figcaption {
    font-size: 1.3rem;
    margin-top: 5px;
  }
  .naradeha_box .ac_flex > div > .image_caution {
    padding: 0 10px;
    font-size: 1.1rem;
  }
  .naradeha_box .ac_flex > div > img {
    margin-bottom: 15px;
  }
  .naradeha_box .ac_flex > div > span {
    margin-bottom: 10px;
    font-size: 1.7rem;
    display: block;
  }
  .naradeha_box .ac_dl {
    font-size: 1.3rem;
    margin: 15px 0;
  }
  .naradeha_box .ac_dl > dt {
    padding: 1px;
    text-align: center;
  }
  .naradeha_box .ac_dl > dd {
    margin: 5px 0 10px;
  }
  .naradeha_box .ac_dl > dd:last-child {
    margin-bottom: 0;
  }
  .naradeha_box .ac_dl > dd.left {
    text-align: left;
  }
  .naradeha_box .ac_dl.food_dl {
    flex-direction: column;
  }
  .naradeha_box .menu_box {
    margin: 15px 0;
    padding: 10px;
    font-size: 1.4rem;
  }
  .naradeha_box .menu_box > span {
    margin-bottom: 5px;
    display: block;
  }
  .naradeha_box .gray_box {
    padding: 10px;
    margin: 15px 0;
    font-size: 1.4rem;
  }
  .naradeha_box .gray_box > span {
    display: block;
    margin-bottom: 5px;
  }
  .naradeha_box .gray_box > .gray_flex {
    gap: 0 10px;
  }
  .naradeha_box .gray_box > .gray_flex > div:nth-child(1) {
    width: 100px;
  }
  .naradeha_box .gray_box > .gray_flex > div:nth-child(1) figcaption {
    font-size: 1.2rem;
    white-space: nowrap;
  }
  .naradeha_box .gray_box > .gray_flex > div:nth-child(2) {
    width: calc(100% - 110px);
    font-size: 1.4rem;
  }
  .naradeha_box .gray_box p {
    margin-bottom: 0;
  }
  .naradeha_box .btn_base {
    margin: 20px auto;
  }
}
.operation_caution {
  text-indent: -1em;
  padding-left: 1em;
  text-align: left;
  font-weight: 500;
}
.operation_caution > span {
  text-decoration: underline;
}

.data_day {
  text-align: left;
  font-weight: 500;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.data_day:after {
  content: "";
  background-color: #9ac92b;
  border-radius: 50%;
  position: absolute;
}
.data_day.none:after {
  content: none;
}

.data_day_natsu::after {
  background-color: #a4e6e2;
}

@media (min-width: 768px) {
  .operation_caution {
    font-size: 14px;
    margin-top: 10px;
  }
  .data_day {
    font-size: 14px;
    margin: 20px 0;
  }
  .data_day:after {
    width: 30px;
    height: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -45px;
  }
  .data_day_natsu {
    padding-left: 40px;
    font-size: 1.8rem;
  }
  .data_day_natsu:after {
    left: 0px;
    right: auto;
  }
}
@media (max-width: 767px) {
  .operation_caution {
    font-size: 11px;
    margin-top: 10px;
  }
  .data_day {
    font-size: 11px;
    margin: 20px 0;
  }
  .data_day:after {
    width: 20px;
    height: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -30px;
  }
  .data_day_natsu {
    padding-left: 25px;
    font-size: 1.4rem;
  }
  .data_day_natsu:after {
    left: 0px;
    right: auto;
  }
}
.b_gray {
  text-align: center;
}
.b_gray > span {
  flex-direction: column;
}
.b_gray::after {
  content: none !important;
}
.b_gray:hover::before {
  bottom: -5px;
  left: -5px;
}

@media (min-width: 768px) {
  .b_gray {
    margin: 30px auto;
  }
  .b_gray > span > span {
    display: flex;
  }
  .b_gray > span > span > img {
    width: 20px;
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .b_gray {
    height: 55px !important;
    margin: 20px auto;
  }
  .b_gray > span > span {
    display: flex;
  }
  .b_gray > span > span > img {
    width: 15px;
    margin-left: 5px;
  }
}
.b_haru::after {
  content: none;
}

@media (min-width: 768px) {
  .b_haru {
    height: 60px;
    margin: 30px auto;
  }
  .b_haru img {
    margin-left: 10px;
  }
  .b_haru2 {
    height: 60px;
  }
}
@media (max-width: 767px) {
  .b_haru {
    height: 40px;
    margin: 20px auto;
  }
  .b_haru img {
    width: 15px;
    margin-left: 5px;
  }
  .b_haru2 {
    height: 40px;
  }
}
@media (min-width: 768px) {
  .attend {
    font-size: 17px;
    margin: 15px 0;
  }
}
@media (max-width: 767px) {
  .attend {
    font-size: 16px;
    margin: 12px 0;
  }
}

@media (min-width: 768px) {
  .attend_flexbox {
    display: flex;
    gap: 0 30px;
  }
  .attend_flexbox > div {
    width: 100%;
  }
  .attend_flexbox > div p {
    margin-top: 5px !important;
  }
}
@media (max-width: 767px) {
  .attend_flexbox > div p {
    margin-top: 5px !important;
  }
}

.plus_button {
  width: 5%;
}/*# sourceMappingURL=operation_2607.css.map */