@charset "UTF-8";
.l-detail {
  padding-bottom: initial;
  padding-top: 45px;
  margin-top: 75px;
}

.peach_search_block {
  position: initial;
}

.peach_search {
  position: initial;
  width: 100%;
  transform: initial;
}

.c-hero_search {
  position: initial;
}

.c-search_inner {
  min-height: initial;
  height: initial;
}

.c-search_body {
  background-color: rgba(122, 227, 255, 0.4705882353);
  border-radius: 0 0 8px 8px;
}

.l-cards_item {
  width: 33.3%;
  padding: 20px;
}

.l-cards_items {
  margin: 0;
}

.l-cards_thumb {
  width: 100%;
  margin-top: 40px;
  display: inline-block;
}

.l-cards_group {
  width: 100%;
  margin-top: 20px;
  overflow: hidden; /* 要素が浮動する要素を包含する */
  display: inline-block;
}

.l-heading_title {
  font-size: 18px;
  text-align: center;
}

.l-heading2_title {
  font-size: 19px;
}

.l-group_body {
  margin-top: 20px;
}

.l-cards_body {
  padding: 40px 15px;
}

.l-heading_copy {
  font-size: 15px;
}

.l-detail_cards {
  margin-top: 30px;
}

li.l-group_item {
  width: 100%;
}

.l-group_items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.l-group_item:first-child {
  margin-top: auto;
}

.area_choice {
  padding: 70px 0 50px 0;
}

.area_search {
  width: 100%;
  background-color: #9b308c;
  padding: 35px 0px 35px 40px;
  color: #FFFFFF;
  font-size: 25px;
  font-weight: 700;
  border-radius: 8px 8px 0 0;
}

.dep_select {
  width: 100%;
  background-color: #1EA6C9;
  padding: 25px 0px 25px 40px;
  color: #000000;
  font-size: 20px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-radius: 8px;
}

.dep_select p {
  color: #FFFFFF;
  font-size: 22px;
  font-weight: 800;
}

.dep_oka_version {
  width: initial;
}

.dep_select select {
  width: 25%;
  margin-left: 20px;
  padding: 5px 5px 5px 15px;
  border: 2px solid #A3A3A3;
  border-radius: 10px;
}

.area_select {
  display: flex;
  flex-wrap: wrap;
}

.area_select button {
  width: 60%;
  list-style: none;
  text-align: center;
  font-size: 22px;
  border: 1px solid #9B308C;
  border-radius: 30px;
  margin: auto;
  text-decoration: none;
  cursor: pointer;
  color: #9B308C;
  font-weight: 700;
}

.area_select button:hover {
  background-color: #9B308C;
  color: #FFFFFF;
}

.area_select button:active {
  background-color: #9B308C;
  color: #FFFFFF;
}

.preparation {
  display: block;
}

.preparation li {
  text-align: center;
  list-style: none;
  font-size: 30px;
  font-weight: 700;
}

.l-buttons_item {
  width: 100%;
}

.color_pink {
  color: #9B308C;
  font-weight: 800;
}

.a_link {
  display: flex;
  justify-content: space-evenly;
  padding: 20px 0;
  background-color: #F5F5F5;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
}

.a_link li {
  text-align: center;
  list-style: none;
}

.a_link li a {
  text-decoration: none;
  font-size: 19px;
}

.arrow {
  position: relative;
  display: inline-block;
  padding-left: 33px;
  background-image: url(../img/arrow_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.day_block {
  background-color: #915CA3;
  padding: 35px 0;
  margin-top: 65px;
}

.sub_title {
  text-align: center;
  font-size: 37px;
  letter-spacing: -1px;
}

.title_line {
  border-bottom: 10px solid rgba(209, 78, 151, 0.5);
}

.day_block .sub_title {
  color: #FFFFFF;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.l-detail div .day {
  display: flex;
  justify-content: space-between;
  list-style: none;
  width: 70%;
  margin: auto;
  padding-top: 20px;
}

.l-detail div .day li {
  display: block;
  background-color: #FAFAFA;
  width: 30%;
  border-radius: 5px;
}

.l-detail div .day a {
  text-decoration: none;
  display: block;
  font-size: 22px;
  font-weight: 800;
  text-align: center;
  padding: 20px 0;
  border-radius: 5px;
}

.l-detail div .day a:hover {
  background-color: orange;
}

.l-group_box div div h3 {
  padding-top: 10px;
}

.l-group_box div div .area_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 15px;
}

.l-group_box div div .area_block li {
  width: 47%;
  list-style: none;
  padding: 5px 0;
  margin-bottom: 7px;
  background-color: #D5D5D5;
  border-radius: 10px;
  text-align: center;
  font-size: 13px;
}

.peach_info, .peach_point, .peach_area, .peach_routes {
  width: 95%;
  margin: auto;
  line-height: 30px;
  padding-top: 25px;
}

.sub_title .peach_logo {
  display: block;
}

.peach_info li, .peach_point li, .collab li, .peach_area {
  list-style: none;
}

.peach_point li {
  font-size: 20px;
  line-height: initial;
}

.arrow2 {
  position: relative;
  padding-left: 25px;
  background-image: url(../img/arrow_icon.png);
  background-repeat: no-repeat;
  background-size: 15px;
}

.collab {
  display: flex;
  justify-content: space-evenly;
  width: 40%;
  margin: auto;
  padding-bottom: 10px;
}

.ribbon-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ribbon-item {
  display: flex;
  align-items: center;
  margin: 20px 0;
  transform: skewX(335deg); /* 全体を斜めにする */
}

.ribbon-number {
  background: #9B308C; /* 紫色 */
  color: #fff;
  font-weight: bold;
  padding: 15px 20px;
  min-width: 40px;
  text-align: center;
  transform: skewX(15deg); /* 中の文字を水平に戻す */
}

.ribbon-text {
  background: #FFFF00; /* 黄色 */
  color: #000;
  font-weight: bold;
  padding: 15px 25px;
  flex: 1;
  transform: skewX(15deg); /* 文字を水平に戻す */
}

.ribbon-text span {
  color: #ff0080; /* 強調部分をピンク色 */
}

.peach_point {
  line-height: 1;
  border: 5px solid #9C308D;
  padding: 15px 65px;
  border-radius: 10px;
  margin-top: 50px;
}

.peach_point p {
  margin-top: 20px;
  font-size: 23px;
  font-weight: 800;
  margin-bottom: 35px;
  letter-spacing: 0px;
}

.img_mix {
  display: flex;
  justify-content: space-around;
  padding-top: 40px;
}

.peach_routes {
  line-height: initial;
  background-color: #D9D9D9;
  padding: 15px 0;
  border-radius: 10px 10px 0 0;
  border: 5px #1963B9 solid;
}

.peach_area_box {
  border-left: 5px #1963B9 solid;
  border-right: 5px #1963B9 solid;
  border-bottom: 5px #1963B9 solid;
  border-radius: 0 0 10px 10px;
  margin-top: -5px;
  width: 95%;
  margin: auto;
  display: flex;
  justify-content: space-evenly;
  padding-top: 20px;
  padding-bottom: 40px;
}

.peach_area {
  font-weight: 800;
  padding-bottom: 25px;
  font-size: 21px;
  line-height: 46px;
  text-align: left;
  width: 50%;
  margin: 55px 15px 15px 70px;
  letter-spacing: -1px;
}

.peach_area li {
  color: #828282;
}

.peach_area li a {
  color: #1963B9;
}

.peach_area li:first-child {
  padding-bottom: 20px;
  color: #000000;
}

.peach_area li:first-child span {
  font-size: 30px;
}

.peach_area_box p {
  width: 60%;
  margin-left: -50px;
}

.remarks {
  font-size: 12px;
  color: #000000;
}

.faq {
  font-weight: 800;
  padding-bottom: 30px;
}

.faq_group {
  padding-top: 15px;
  width: 95%;
  margin: auto;
}

.homen_select {
  width: 90%;
  margin: auto;
  padding-top: 80px;
}

.homen_select .img_mix div a {
  text-decoration: none;
}

.homen_select .img_mix div a p {
  text-align: center;
  font-size: 20px;
  font-weight: 800;
}

.homen_select .img_mix div a p span {
  font-size: 15px;
  padding-left: 5px;
}

.homen_select .img_mix div a p:first-child {
  text-align: start;
  margin: auto;
  border-left: 8px solid #9c308d;
  padding-left: 15px;
  padding: 10px 15px;
  margin: 10px 20px 20px 20px;
  border-bottom: 2px solid #dfdfdf;
}

.homen_select .img_mix div a p img {
  width: 90%;
  border-radius: 10px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
}

.dep {
  width: 87%;
  margin: auto;
  padding-bottom: 50px;
}

.dep p {
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 13px;
  border-bottom: 1px solid #DEDEDE;
}

.dep p span {
  color: #075685;
  font-size: 20px;
  font-weight: 700;
  padding-right: 10px;
}

.c-card2_buttons {
  width: 85%;
  margin: auto;
  margin-top: 65px;
  margin-bottom: -15px;
}

@media screen and (min-width: 1px) and (max-width: 1023px) {
  .peach_search_block {
    margin-top: 30px;
  }
  .dep_oka_version {
    width: initial;
  }
  .g-breadcrumb_item {
    font-size: 0.8rem;
  }
  .l-cards_thumb {
    width: 100%;
    margin: auto;
    margin-top: 40px;
  }
  .l-cards_group {
    width: 100%;
  }
  .l-cards_item {
    width: 100%;
  }
  .l-detail {
    padding-top: 0;
    padding-bottom: 0;
  }
  .l-detail_cards {
    margin-top: 15px;
  }
  .c-hero_search {
    background-color: #FFF;
  }
  .area_choice {
    padding: 40px 0 30px 0;
  }
  .area_search {
    font-size: 21px;
    text-align: center;
    padding: 35px 0;
  }
  .dep_select {
    display: block;
    padding: 25px 20px;
  }
  .dep_select p {
    font-size: 15px;
  }
  .dep_select select {
    width: 100%;
    margin-top: 10px;
    margin-left: 0px;
    font-size: 17px;
  }
  .area_select button {
    width: 100%;
    font-size: 16px;
    margin: 7px;
  }
  .l-cards_item {
    opacity: 1;
    visibility: initial;
    position: initial;
  }
  .l-buttons_item .l-button_label {
    width: 100px; /* 各要素の幅を設定 */
  }
  .a_link {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
  }
  .a_link li {
    padding: 15px 0;
  }
  .l-detail div .day {
    display: block;
    width: 90%;
  }
  .l-detail div .day li {
    width: 100%;
    margin-top: 10px;
  }
  .a_link li a {
    font-size: 17px;
  }
  .day_block {
    margin-top: 45px;
  }
  .sub_title {
    font-size: 24px;
  }
  .collab {
    width: 90%;
  }
  .img_mix {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
  }
  .img_mix div {
    width: 50%;
  }
  .homen_select .img_mix div a p img {
    border-radius: 5px;
  }
  .homen_select .img_mix div a p:first-child {
    font-size: 17px;
    padding: 5px 10px;
    margin: 10px 20px 10px 10px;
  }
  .ribbon-number {
    padding: 15px 9px;
    min-width: none;
  }
  .ribbon-text {
    padding: 5px 20px;
    background: initial;
    font-size: 18px;
  }
  .peach_point {
    padding: 0 20px;
  }
  #peach_point .img_mix p img {
    width: 90%;
  }
  .peach_point p {
    font-size: 16px;
    letter-spacing: -1px;
  }
  .peach_area {
    display: block;
    flex-wrap: initial;
    line-height: 32px;
    letter-spacing: 0px;
    font-size: 16px;
    align-content: center;
    width: 100%;
    margin: auto;
  }
  .peach_area li {
    width: 93%;
    margin: auto;
    letter-spacing: -1px;
  }
  .peach_area li:first-child span {
    font-size: 24px;
  }
  .faq_q {
    width: 95%;
    margin: auto;
  }
  .homen_select {
    padding-top: 50px;
    width: 100%;
  }
  .peach_area_box {
    display: block;
    padding-top: 10px;
  }
  .peach_area_box p {
    width: 100%;
    margin-left: 0;
  }
  #peach_point .img_mix {
    display: block;
  }
  #peach_point .img_mix p:nth-child(2) {
    padding-top: 15px;
  }
}/*# sourceMappingURL=otscustom.css.map */