@charset "utf-8";
.cmshtml #page-top {
  background: #fff;
  border-radius: 10px;
  border: 3px solid #0095D9;
  display: block;
  position: fixed;
  bottom: 60px;
  right: 65px;
  z-index: 33;
  cursor: pointer;
  width: 60px;
  height: 60px;
  color: #0095D9;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.6s ease;
}
.cmshtml #page-top:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border: 10px solid transparent;
  border-bottom: 15px solid #0095D9;
  transition: all 0.6s ease;
}
.cmshtml #page-top:hover {
  background: #0095D9;
  color: #fff;
}
.cmshtml #page-top:hover:before {
  border-bottom: 15px solid #fff;
}
.cmshtml .load-fade {
  opacity: 0;
  transition: all 2s;
  overflow: hidden;
}
.cmshtml .load-fade.done {
  opacity: 1;
}
.cmshtml .to-lr {
  opacity: 0;
  transform: translateX(-40px);
  transition: all 1s;
}
.cmshtml .to-rl {
  opacity: 0;
  transform: translateX(40px);
  transition: all 1s;
}
.cmshtml .to-lr.scrollin, .cmshtml .to-rl.scrollin {
  opacity: 1;
  transform: translate(0);
}
.cmshtml .wrap_link .ex_link .f_bnr, .cmshtml .ex_link.wrap_link .f_bnr, .cmshtml .ex_link .wrap_link.f_bnr {
  display: inline-block;
  width: 100%;
}
.cmshtml .wrap_link .ex_link, .cmshtml .ex_link.wrap_link {
  padding: 10px;
}
.cmshtml .bnr_name, .cmshtml .bnr_txt {
  padding: 0 !important;
}
.cmshtml .f_bnr a {
  text-decoration: none;
  display: block;
}
.cmshtml .f_bnr a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.cmshtml .bnr_name a {
  color: #083C8B;
}
.cmshtml .bnr_txt a {
  color: #000;
}
.cmshtml .f_bnr a:hover {
  color: #fff !important;
}
#editView .cmshtml .f_bnr a:after {
  display: none;
}
@media screen and (max-width: 680px) {
  .cmshtml .wrap_sp2div,
    .cmshtml .wrap_sp4div,
    .cmshtml .wrap_sp5div,
    .cmshtml .wrap_sp6div {
    display: flex;
    flex-flow: wrap;
  }
  .cmshtml .wrap_sp2div > div {
    width: 50% !important;
    flex: unset;
  }
  .cmshtml .wrap_sp4div > div {
    width: 25% !important;
    flex: unset;
  }
      .cmshtml .wrap_sp5div > div {
    width: 20% !important;
    flex: unset;
  }
  .cmshtml .wrap_sp6div > div {
    width: 16.6666666667% !important;
    flex: unset;
  }
}
#editView .cmshtml .wrap_sp2div,
#editView .cmshtml .wrap_sp4div,
#editView .cmshtml .wrap_sp5div,
#editView .cmshtml .wrap_sp6div {
  flex-flow: wrap;
}
@media only screen and (max-width: 680px) {
.cmshtml .rdslide .rdsp-buttons .rdsp-button {
    width: 10px!important;
    height: 10px!important;
}
}
/*=================================
add css 2023/11/24
==================================*/
.cmshtml .tab-pane {
  border: 2px solid #083C8B;
  border-radius: 0;
  padding: 30px;
  margin-bottom: 30px;
}
.cmshtml .p-timeline {
  margin-bottom: 30px;
}
.cmshtml .p-timeline-headeing {
  align-items: center;
  background-color: #083C8B;
  border-radius: 100%;
  color: #fff;
  display: flex;
  height: 62px;
  justify-content: center;
  margin-bottom: 15px;
  position: relative;
  width: 62px;
}
.cmshtml .p-timeline-headeing:before {
  background-color: rgba(18, 85, 162, .2);
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%);
  width: 4px;
}
.cmshtml .p-timeline-headeing:after {
  content: "Day";
  display: inline-block;
}
.cmshtml .p-timeline-list {
  margin-left: 25px;
}
.cmshtml .timeline_item {
  display: flex;
  line-height: normal;
  position: relative;
}
.cmshtml .timeline_item:before {
  background-color: rgba(18, 85, 162, .2);
  content: "";
  display: block;
  height: 100%;
  left: 4px;
  position: absolute;
  top: 16px;
  width: 4px;
}
.cmshtml .timeline_item.dot-line:before {
  background: radial-gradient(circle farthest-side, rgba(18, 85, 162, .5), rgba(18, 85, 162, .5) 60%, transparent 0, transparent);
  background-size: 6px 6px;
  content: "";
  display: inline-block;
  height: 100%;
  left: 3px;
  top: 16px;
  width: 7px;
}
.cmshtml .timeline_item .p-timeline-icon {
  display: inline-block;
  height: 12px;
  position: relative;
  width: 12px;
}
.cmshtml .timeline_item:first-child span:before, .cmshtml .timeline_item:last-child:before {
  opacity: 0;
}
.cmshtml .p-timeline-txt {
  margin-bottom: 10px;
  margin-left: 20px;
}
.cmshtml .no_icon .p-timeline-txt {
  margin-left: 32px;
}
.cmshtml .timeline_item {
  display: flex;
  line-height: normal;
  position: relative;
}
.cmshtml .timeline_item .p-timeline-icon {
  display: inline-block;
  height: 12px;
  position: relative;
  width: 12px;
}
.cmshtml .timeline_item .p-timeline-icon:before {
  background-color: #fff;
  border: 2px solid #333;
  border-radius: 100%;
  content: "";
  display: block;
  height: 12px;
  left: 0;
  position: absolute;
  top: 4px;
  width: 12px;
  z-index: 2;
}
.cmshtml .timeline_item.icon-img {
  padding: 20px 0;
}
.cmshtml .timeline_item.icon-img:before {
  bottom: -4px;
}
.cmshtml .timeline_item.icon-img .p-timeline-txt {
  color: #283593;
  margin-top: 4px;
  margin-left: 0;
}
.cmshtml .timeline_item.icon-img .p-timeline-icon {
  display: inline-block;
  height: auto;
  position: relative;
  width: 36px;
  transform: translateX(-12px);
}
.cmshtml .timeline_item.icon-img .p-timeline-icon:before {
  display: none;
}
.cmshtml .p-summary-unit {
  border: 1px solid #ccc;
  padding: 30px;
  margin-bottom: 30px;
}
.cmshtml .item-meal {
  grid-gap: 0 30px;
  align-items: center;
  display: flex;
  gap: 0 30px;
  position: relative;
}
.cmshtml .item-meal:before {
  background-position: 0;
  background-repeat: no-repeat;
  color: #083C8B;
  display: block;
  padding-left: 30px;
  background-image: url(../img/icon_meal.svg);
  background-size: 22px auto;
  content: "食事";
}
.cmshtml .skd-icon-list {
  grid-gap: 0 20px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
}
.cmshtml .skd-icon-list .list-item {
  position: relative;
  display: flex;
  align-items: center;
}
.cmshtml .ico_img {
  max-width: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
}
@media screen and (max-width: 680px) {
  .cmshtml .tab-pane {
    padding: 20px 2%;
  }
  .cmshtml .p-timeline-txt {
    font-size: 14px;
  }
  .cmshtml .p-summary-unit {
    padding: 10px;
  }
  .cmshtml .item-meal {
    display: block;
  }
  .cmshtml .p-list-heading {
    width: 100%;
    margin-bottom: 5px;
  }
}
.cmshtml .tours_inwrap2 .tours_box {
  border: 2px solid #083C8B;
  display: flex;
  flex-direction: column;
}
#editView .cmshtml .tours_inwrap2 .tours_box {
  display: block;
}
.cmshtml .tit_area {
  width: 100%;
  border-bottom: 1px solid rgba(89, 88, 88, 1);
  padding-bottom: 10px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cmshtml .tit_tag {
  padding: 0.5em 0.5em;
  font-size: 14px;
  background-color: #0095d9;
  transition: 0.3s;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  position: relative;
  font-weight: 600;
}
.cmshtml .tit_area .tit_tag, .cmshtml .tit_area .tit_caveat {
  width: auto !important;
}
.cmshtml .tit_caveat {
  font-size: 14px;
  color: #f00;
  padding-left: 10px;
}
/*.cmshtml .rc_img20 img {
  border-radius: 20px;
}*/
.cmshtml .tours_inwrap2 .tours_img {
  margin-bottom: 0;
}
.cmshtml .tours_inwrap2 h6, .cmshtml .tours_inwrap2 h6 * {
  font-family: 'Zen Maru Gothic', "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
.cmshtml .tours_inwrap2 h6 {
  margin-bottom: 10px;
  line-height: 1.5;
}
.cmshtml .tours_inwrap2 .tours_item > div:first-child {
  width: 73px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 576px) {
    .cmshtml .tours_inwrap2 .tours_item > div:first-child {

  height: auto;
  display: block;
}
}
.cmshtml .tours_inwrap2 .tours_item > div:nth-child(2) {
  width: calc(100% - 73px);
}
.cmshtml .tours_inwrap2 .tours_item {
  align-items: center;
}
.cmshtml .tours_inwrap2 .tours_item01 {
  margin-top: 10px;
  margin-top: auto;
}
.cmshtml .tours_inwrap2 .tours_item .item_tit {
  text-align: center;
}
.cmshtml .tours_inwrap2 .tours_item02 .item_tit {
  line-height: 1.4;
}
.cmshtml .tours_inwrap2 .tours_item01 .item_txt, .cmshtml .tours_inwrap2 .tours_item01 .item_txt p, .cmshtml .tours_inwrap2 .tours_item01 .item_txt a {
  letter-spacing: 0;
}
.cmshtml .tours_inwrap2 .tours_item02 .item_txt, .cmshtml .tours_inwrap2 .tours_item02 .item_txt a {
  color: #f00;
}
.cmshtml .tours_inwrap2 .tours_item01 .item_txt {
  font-size: 12px;
  font-weight: 600;
}
.cmshtml .tours_inwrap2 .tours_item02 .item_txt {
  font-size: 20px;
}
.cmshtml .tours_inwrap2 .item_txt {
  text-align: center;
}
@media screen and (max-width: 576px) {
  .cmshtml .tours_inwrap2 .tours_box {
    width: 92% !important;
    margin: 0 auto 30px !important;
  }
  .cmshtml .tours_inwrap2 .tours_img, .cmshtml .tours_inwrap2 .tours_item {
    max-width: 94%;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.cmshtml .side_menu {
  position: fixed;
  right: 0;
  top: 35%;
  z-index: 100;
  max-width: 200px;
}
.cmshtml .menu_area {
  position: relative;
  align-items: center;
  flex-flow: nowrap!important;
  padding: 15px 10px;
  background: #083C8B;
  transition: all 0.3s;
        border-radius: 6px 0 0 6px;
}
.cmshtml .menu_area + .menu_area {
    margin-top: 10px;
}
.cmshtml .menu_area:hover {
  background: #0C51BB;
}
.cmshtml .menu_area > div:first-child {
  width: 30px!important;
}
.cmshtml .menu_area > div:nth-child(2) {
  width: calc(100% - 30px)!important;
}
.cmshtml .menu_ico {
  position: relative;
  text-align: center;
}
.cmshtml .menu_txt {
  color: #fff;
  padding-left: 10px;
    font-weight: 600;
}
.cmshtml .menu_txt,
.cmshtml .menu_txt * {
    font-family: 'Zen Maru Gothic', "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
#editView .cmshtml .side_menu {
  position: relative;
  right: auto;
  top: auto;
  z-index: auto;
  max-width: none;
  max-width: 500px;
  margin: 0 auto;
}
#editView .cmshtml .menu_area > div:first-child,
#editView .cmshtml .menu_area > div:nth-child(2) {
    width: 50%!important;
}

#editView .cmshtml .menu_ico {
  max-width: 80px;
}
#editView .cmshtml .tours_inwrap2 .tours_item > div:first-child {
    display: block;
}