.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: #f3b4c3;
  -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: 1.2em;
  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(0.6em - 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: #f6bd64;
}
.hana_dl_box.section_box > dd > .info > p.up::before {
  background-color: #9ac92b;
}
.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.stop_time_box > dd > .stop_time_container > .subttl {
  font-family: "Shippori Mincho", serif;
  text-align: center;
  margin: 0 0 1em;
}
.hana_dl_box.stop_time_box > dd > .stop_time_container > .subttl > strong {
  font-weight: normal;
}
.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: #f6bd64;
}
.hana_dl_box.data_box > dd > dl > dd:nth-child(3) > span {
  background-color: #9ac92b;
}
.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.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 > p {
    font-size: 1.4rem;
  }
  .hana_dl_box.stop_time_box > dd > .stop_time_container > dl:last-child {
    margin-top: 30px;
  }
  .hana_dl_box.stop_time_box > dd > .stop_time_container > .subttl {
    font-size: 2.6rem;
  }
  .hana_dl_box.stop_time_box > dd > .stop_time_container + .stop_time_container {
    margin-top: 30px;
  }
  .hana_dl_box.data_box > dd > .data_swiper_container {
    margin-bottom: 50px;
  }
  .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: center;
    font-size: 1.8rem;
    margin: 40px 0 0;
  }
  .hana_dl_box.data_box > dd > dl > dd {
    margin: 0 30px 0 15px;
  }
  .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 > .st_table {
    width: 100%;
    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 > p {
    font-size: 1.1rem;
  }
  .hana_dl_box.stop_time_box > dd > .stop_time_container > dl:last-child {
    margin-top: 30px;
  }
  .hana_dl_box.stop_time_box > dd > .stop_time_container > .subttl {
    font-size: 1.6rem;
  }
  .hana_dl_box.stop_time_box > dd > .stop_time_container + .stop_time_container {
    margin-top: 15px;
  }
  .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 > span.operation {
  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;
  }
  .y2026m03 {
    width: 250px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .y2026m03 {
    padding: 0 30px;
  }
}
.box_shadow > dl > dt {
  text-align: left;
}
.howto_box p {
  line-height: 1.6em;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #4d443c;
}
.howto_box > .howto_lead > strong.red {
  color: #cf4529;
  font-weight: 600;
}

@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 > .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: 1em;
}
.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;
}
@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 > .text {
    font-size: 1.4rem;
  }
  .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 > .subttl > br {
    display: none;
  }
  .ippin_box > .howto_swiper_container > .howto_swiper > .swiper-wrapper > .swiper-slide > .text {
    font-size: 1.3rem;
  }
  .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;
  }
}
.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;
  }
}
@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;
  }
}
@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;
  }
}
.operation_caution {
  color: #cf4529 !important;
  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;
  left: 0;
}
.data_day + .data_day::after {
  background-color: #f6bd64;
}

@media (min-width: 768px) {
  .operation_caution {
    font-size: 1.44rem;
    margin-top: 10px;
  }
  .data_day {
    font-size: 1.8rem;
    margin: 20px 0;
    padding-left: 40px;
  }
  .data_day::after {
    width: 30px;
    height: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .operation_caution {
    font-size: 1.1rem;
    margin-top: 10px;
  }
  .data_day {
    font-size: 1.4rem;
    margin: 20px 0;
    padding-left: 25px;
  }
  .data_day::after {
    width: 20px;
    height: 20px;
    top: 0;
    bottom: 0;
    margin: 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 {
    margin: 20px auto;
  }
  .b_gray > span > span {
    display: flex;
  }
  .b_gray > span > span > img {
    width: 15px;
    margin-left: 5px;
  }
}/*# sourceMappingURL=operation.css.map */