@charset "utf-8";

/* CSS Document */
.mb8 {
  margin: 8em 0 !important;
}

.mb2 {
  margin: 2em 0 !important;
}

.p-page-heading p {
  font-size: 1.2rem;
}

.p-page-heading-n::after {
  display: none !important;
}

.travel-info-table__heading,
.travel-info-table__data {
  border: solid 1px #000;
}

.travel-info-table__heading {
  color: #000;
  background-color: #fdfaef;
}

.p-info-item {
  position: relative;
}

@media print,
screen and (min-width: 768px) {
  .p-info-item {
    padding: 0;
  }
}

.p-info-item {
  background-color: #FFF;
}

@media (hover: hover) {
  .p-info-item:not(.is-disabled-hover):hover {
    background-color: #FFF;
  }
}

.p-info-item__image {
  border-radius: 12px 12px 0 0;
}

.p-info-item__heading,
.p-info-item__detail {
  padding: 0 10px;
}

@media not (min-width: 768px) {
  .travel-info-table__heading {
    white-space: nowrap;
  }
}

/*===============================
   モデルコース
================================*/
.modelcourse {
  color: #6774f9;
  box-shadow: 8px 8px 0 #6774f9;
  border: 2px solid #6774f9;
}

.modelcourse span::after {
  box-shadow: 10px 8px 0 #6774f9;
}

.mb-20 {
  margin-bottom: 20px;
}

.day_box {
  background: #FFF;
  width: 90%;
  margin: 5% auto;
  position: relative;
  font-size: 0.85em;
}

.modelcourse_area {
  position: relative;
  counter-reset: count;
  padding-left: 2em;
}

.modelcourse_area:before {
  content: "";
  position: absolute;
  top: -2em;
  left: calc(2em - 1px);
  width: 2px;
  height: calc(100% + 4em);
  background: #223a70;
  z-index: 1;
}

.modelcourse_area>* {
  margin: 2em 0;
}

.modelcourse_area section {
  position: relative;
  background: #fff;
}

.modelcourse_area h3 {
  color: #223a70;
}

.modelcourse_area p {
  font-size: 1rem;
}

.modelcourse_area .move {
  font-size: 1rem;
  position: relative;
  padding-left: 3.5em;
  line-height: 1.4em;
  color: #1a1a1a;
}

.modelcourse_area .move:before {
  content: "";
  position: absolute;
  top: calc(50% - 0.5em);
  left: 0;
  border: 0.5em solid transparent;
  border-left-color: #223a70;
}

.modelcourse_sg {
  font-size: 2em;
  font-weight: bold;
  margin: 5% 0;
}

.modelcourse_area .date {
  align-self: center;
  display: inline-block;
  margin: 2%;
  padding: 0 1em;
  background: #fff;
  border: 3px solid #246cb3;
  color: #246cb3;
  font-weight: bold;
  font-size: 1.5em;
}

.m-flex {
  display: flex;
}

.m-flex li {
  margin-left: 2%;
  width: 46%;
}

.modelcourse_box_ttl {
  font-size: 1.3rem;
  color: #004098;
  margin-bottom: 3%;
}

.modelcourse_box_txt {
  font-size: 1rem;
  line-height: 1.6;
}

@media not all and (min-width: 768px) {
  .modelcourse_ttl {
    width: 100%;
    font-size: 1.2rem;
    padding: 1.5% 0;
    border-radius: 5px;
  }

  .modelcourse_area {
    padding-left: 0.3em;
  }

  .modelcourse_box_ttl {
    margin-top: 1em;
  }

  .modelcourse_area p {
    padding-left: 1em;
    font-size: 1rem;
  }

  .modelcourse_area:before {
    top: -2em;
    left: calc(0.3em - 0.3px);
    width: 1px;
  }

  .modelcourse_ttl:after {
    font-size: 1.3rem;
    right: 5px;
  }

  .day_box {
    width: 100%;
    margin-top: 20%;
  }

  .modelcourse_area .move {
    font-size: 1rem;
    padding-left: 1em;
  }

  .modelcourse_area .date {
    border: 1px solid #246cb3;
    font-size: 1rem;
  }

  .modelcourse_sg {
    font-size: 1.5em;
  }

  .m-flex {
    display: block;
    margin-bottom: 10%;
  }

  .m-flex li {
    width: 98%;
  }
}

/*===============================
  シン・社員旅行（オプション）
================================*/
@media print,
screen and (min-width: 768px) {
  .p-info-item__head-op {
    height: 235px;
  }
}

.p-info-item__detail {
  margin-bottom: 10px;
}

.detail-l {
  color: #003399;
  font-size: 1.8rem;
  padding: 0 2px;
}

.shin-option_area {
  width: 100%;
  background-color: #edf0f4;
  padding: 5em 1em;
}

.shin-option span {
  font-size: 1.5rem;
  display: block;
  position: relative;
  width: 200px;
  margin: 0 auto;
}

.shin-option span:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #70d0f8, #70d0f8 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #70d0f8, #70d0f8 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: -1;
}

.shin-flag {
  position: absolute;
  right: 0;
  top: 0;
}

.shin-flag img {
  max-width: 160px;
}

.info-detail {
  font-size: 0.8rem;
}

.shin-word {
  position: absolute;
  top: -25px;
  left: -15px;
  z-index: 10;
}

@media not all and (min-width: 768px) {
  .shin-option_area {
    padding: 3em 1em;
  }

  .shin-option-ttl {
    margin-top: 1em;
  }

  .shin-option span {
    font-size: 1.1rem;
    width: 150px;
  }

  .shin-word {
    max-width: 60px;
  }

  .shin-flag img {
    max-width: 130px;
  }
}

/*memo*/
.memo-box {}

.memo-box-op {
  border: 1px dotted #24d711;
  margin: 0 1em;
  padding: 8px 2em;
}

.info-detail {
  margin-top: 0;
}

/*===============================
	通常オプション
=================================*/
.option_area {
  width: 100%;
  background-color: #f8fcf2;
  padding: 5em 1em;
}

.option {
  color: #96e75a;
  box-shadow: 8px 8px 0 #96e75a;
}

.option span::after {
  box-shadow: 10px 8px 0 #96e75a;
}

/*===============================
  タイトル
================================*/
/*--ふきだし--*/
.fukidashi {
  --background-color: #FFF;
  --pick-size: 12px;
  position: relative;
  display: inline-block;
  padding: 10px 1em;
  max-width: 100%;
  font-size: 2.25rem;
  background: #FFF;
  border-radius: 12px;
}

.fukidashi span {
  margin: 0;
  padding: 0;
  text-align: center;
}

/*--ふきだし ここまで--*/
.meal_area {
  width: 100%;
  background-color: #fbe5d1;
  padding: 5em 1em;
}

.hotel_area {
  width: 100%;
  background-color: #fefde3;
  padding: 5em 1em;
}

.hotel {
  color: #cccc33;
  box-shadow: 8px 8px 0 #cccc33;
}

.hotel span::after {
  box-shadow: 10px 8px 0 #cccc33;
}

.hotel-crown {
  width: 120px;
  margin: 0.5rem 1rem -0.5rem;
  ;
}

.season {
  position: absolute;
  left: -10px;
  top: -10px;
  z-index: 10;
  color: #FFF;
  font-size: 1.2rem;
  padding: 3px 1rem;
  font-weight: bold;
}

.summer {
  background-color: #fa936a;
}

.winter {
  background-color: #6774f9;
}

.meal {
  color: #fa936a;
  box-shadow: 8px 8px 0 #fa936a;
}

.meal span::after {
  box-shadow: 10px 8px 0 #fa936a;
}

@media not all and (min-width: 768px) {
  .p-page-heading {
    margin-top: 0 !important;
  }

  .fukidashi {
    margin: 0;
    font-size: 1.8rem
  }
}

/*-------------------------
  info-box
-------------------------*/
.info-box-b {
  background: #FFF;
  padding: 1.5rem 3rem;
  border-radius: 6px;
  margin: 2rem 0;
}

.info-box-b:hover {
  opacity: 0.8;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.info-box-b .text {
  width: calc(100% - 300px);
  margin: 1rem 0 0 1rem;
}

.info-box-b .text h3 {
  font-size: 1.2rem;
  padding-bottom: 5px;
  font-weight: 500;
}

.info-box-b .text p {
  font-size: 0.95rem;
  line-height: 1.75rem;
}

@media print,
screen and (min-width: 768px) {
  .info-box-b .icon {
    width: 30%;
    max-width: 200px;
  }
}

@media (max-width: 767.98px) {
  .services-3 {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0 !important;
  }

  .services-3 .text {
    width: 100% !important;
    margin-top: 1rem;
    margin-left: 0 !important;
  }
}

/*================================
	その他方面はこちら
=================================*/
.mt-5 {
  margin-top: 5em;
}

.top-banner {
  --_column: 2;
  --_gap: 10px;

  display: flex;
  gap: var(--_gap);
  width: 100%;
  max-width: calc(100% - clamp(0rem, -11.1304rem + 23.1884vw, 4rem));
  margin-inline: auto;
  flex-wrap: wrap;
  margin-top: 2em;
}

.top-banner li {
  max-width: 100%;
  width: 100%;
  flex-basis: calc((100% - var(--_gap) * (var(--_column) - 1)) / var(--_column));
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.top-banner li img {
  max-width: 100%;
  /*画像のはみだしを防ぐ*/
  height: auto;
  /*画像の縦横比を維持 */
  border: solid 1px #ccc;
  /*←画像を1pxのグレーの枠線で囲む指定の場合*/
  transition: transform 0.4s ease;
  /* ゆっくり変化させる */
}

.top-banner li:hover img {
  transform: scale(1.1);
  /* 拡大 */
}

.top-banner li p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-inline: 8px;
  margin: 0;
  font-size: clamp(1.0625rem, 0.9574rem + 0.4484vw, 1.25rem);
  color: #ffffff;
  text-shadow: 0px 0px 8px #000000, 0px 0px 10px #000000, 0px 0px 10px #000000;
  font-weight: bold;
  text-align: center;
  width: 100%;
}

@media (min-width: 540px) {
  .top-banner {
    --_column: 3;
  }
}

@media (min-width: 768px) {
  .top-banner {
    --_column: 6;
  }
}

@media not all and (min-width: 768px) {
  .flex {
    display: block !important;
  }

  .flex li {
    width: 100%;
  }
}

/*共通リンク incファイル*/
@media print,
screen and (min-width: 768px) {
  .bnrFeatureContents {
    width: 50%;
  }
}

@media not all and (min-width: 768px) {
  .bnrFeatureContents {
    width: 100%;
  }
}

/*===============================
  春の社員旅行キャンペーン
================================*/
.cpn-spring-area {
  background-color: #f7eef0;
  border-radius: 12px;
  padding: 2em;
  margin-top: 84px;
}

.cpn-spring-area dt,
.cpn-spring-area dd {
  font-weight: 500;
}

.cpn-spring-area h3 {
  font-size: 1.28rem;
  font-weight: bold;
}

.dst-cpn-ttl:after {
  background-color: #fc92a4;
}

.cpn-spring-area dl {
  margin: 5% 0 3%
}

.cs-table-heading {
  background-color: #BDE478;
}

.cpn-spring table tr td {
  background-color: #e7fbc5;
}

.pick {
  margin: 5% 0;
  background-color: #FFF;
  padding: 1em;
  border-radius: 12px;
  position: relative;
}

.pick ul li:before {
  /*content: "\f046";*/
  color: #808080;
  /*font-family: FontAwesome;*/
  margin-right: 0.55em;
  margin-bottom: 1rem;
  content: url(/corp/assets/images/common/icon_checkbox.png);
}

.tokuten-ttl {
  font-size: 1rem;
  display: inline-block;
  padding: 0 15px;
  margin-bottom: 5px;
  border-radius: 50px;
  background: #fc92a4;
  line-height: 1.7;
  color: white;
  position: absolute;
  top: -10px;
  left: 0;
}

.tokuten span {
  font-size: 1.4rem;
  font-weight: bold;
}

.tokuten {
  display: block;
  font-size: 1.1rem;
  font-weight: bold;
  margin: 3% 0 10px;
  border-bottom: solid 1px #666;
  padding-bottom: .6rem;
}

@media print,
screen and (min-width: 768px) {
  .cpn-spring {
    display: flex;
    justify-content: space-between;
  }

  .cpn-spring li {
    width: 50%;
    padding: 1em;
  }

  .cpn-spring-fst {
    margin-right: 3%;
  }

  .cpn-spring-area dl {
    display: flex;
  }

  .cpn-spring-area dl dt {
    margin-right: 5%;
  }

  .cpn-spring-area dt,
  .cpn-spring-area dd {
    width: 50%;
    font-weight: 500;
  }

  .pick ul li {
    width: 100%;
    margin: 0 0 8px;
    padding: 0;
  }

  .pick h4 {
    font-size: 0.9rem;
    margin-bottom: 4px;
  }
}

@media not all and (min-width: 768px) {

  .cpn-spring,
  .cpn-spring-area dl {
    display: block;
  }

  .cpn-spring li,
  .cpn-spring-area dt,
  .cpn-spring-area dd {
    width: 100%;
  }

  .cpn-spring-fst,
  .cpn-spring-area dl dt {
    margin-right: 0;
  }

  .cpn-spring-fst {
    margin-bottom: 15%;
  }

  .cpn-spring-area dl,
  .cpn-spring-area dl dt {
    margin-bottom: 5%
  }

  .pick {
    margin: 10% 0;
  }

  .pick h4 {
    font-size: 0.9rem;
    margin-top: 10px;
  }
}

/*===============================
  Fair
================================*/
.p-info__item {
  padding: 2em;
  margin-top: 10px;
  background: #FFFFFF;
}

.sss-area {
  background: url("../images/sss/main2_bg.webp") repeat !important;
  padding: 3% 0;
  position: relative;
}

.hatsuyume-area {
  background: url("../images/hatsuyume/bg.webp") repeat !important;
  padding: 3% 0;
  position: relative;
}

.hatsuyume-area .category_hotel {
  background-color: black;
}

.serviceBox {
  width: 45%;
  background: #fff;
  box-shadow: 0 0 8px rgba(102, 102, 102, 0.3);
  position: relative;
  margin: 1% 1% 4%;
}

.serviceBox3 {
  width: 31%;
  background: #fff;
  box-shadow: 0 0 8px rgba(102, 102, 102, 0.3);
  position: relative;
  margin: 1% 1% 4%;
}

.serviceBoxWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
}

.serviceBoxWrap .serviceBoxFull figure {
  display: contents;
  flex: 0 0 600px;
}

.serviceBoxWrap .noLinkBtn .txtBox {
  padding: 5% 7.5%;
}

#around .serviceBoxWrap .serviceBoxFull .txtBox {
  padding: 5%;
}

#around {
  margin-bottom: 5%;
}

.round .serviceBoxWrap .serviceBoxFull .txtBox {
  padding: 5%;
}

.around {
  margin-bottom: 5%;
}

.serviceBoxWrap .serviceBoxFull .recommend {
  flex: 0 0 400px !important;
}

.serviceBoxWrap .serviceBox .txtBox h3 {
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 3.5%;
}

.serviceBoxWrap .serviceBox3 .txtBox h3 {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 3.5%;
}

.serviceBoxWrap .serviceBox .txtBox p,
.serviceBoxWrap .serviceBox .txtBox ul.list01 li {
  font-size: .9rem;
  line-height: 1.5rem;
}

.serviceBoxWrap .serviceBox3 .txtBox p,
.serviceBoxWrap .serviceBox3 .txtBox ul.list01 li {
  font-size: 0.9rem;
  line-height: 1.5rem;
}

.tokuten-ttl {
  display: inline-block;
  padding: 0 15px;
  margin-bottom: 5px;
  border-radius: 50px;
  background: #4169e1 !important;
  color: white;
  position: absolute;
  top: -10px;
  left: 0;
}

.hatsuyume-area .tokuten-ttl {
background-image: linear-gradient(90deg, rgba(119, 132, 221, 1), rgba(73, 183, 212, 1))!important;
	}

.tokuten {
  display: block;
  font-size: 1.1rem;
  font-weight: bold;
  margin: 3% 0 10px !important;
}

.tokuten span {
  font-size: 1.1rem !important;
  font-weight: bold;
}

.pick {
  margin: 5% 0;
  padding: 1em;
  border-radius: 12px;
  position: relative;
  background: #e1f0fa;
}

.hatsuyume-area .pick {
background-image: linear-gradient(90deg, rgba(130, 221, 205, 0.2), rgba(184, 185, 247, 0.3));
	}

.dst-cpn-ttl:after {
  background-color: none !important;
}

p.category_hotel {
  padding: 6px 6px 8px;
  background: #00008b;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
}

p.category_air {
  padding: 6px 6px 8px;
  background: #006400;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
}

p.category_other {
  padding: 6px 6px 8px;
  background: #ff8c00;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
}

.flow02 {
  margin: 0 auto;
  padding: 5px;
  position: relative;
}

.flow02 h3 {
  width: 670px;
  position: absolute;
  margin: 0 auto;
  top: -30px;
  left: 0;
  right: 0;
  text-align: center;
}

.flow02 h3 p {
  font-size: 2rem;
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
  position: relative;
  display: block;
  padding: 0 30px;
}

.flow02 h3 p::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 1px;
  height: 100%;
  background: #000;
  border-radius: 3px;
  transform: rotate(-25deg);
  margin-left: 1em;
}

.flow02 h3 p::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #000;
  border-radius: 3px;
  transform: rotate(25deg);
  margin-right: 1em;
}

.inner h2 {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
  margin-bottom: 3.5%;
}

.inner h3 {
  font-size: 1.3rem;
  line-height: 1.2;
  margin-bottom: 3.5%;
}

@media screen and (max-width: 768px) {
  .serviceBoxWrap {
    display: block;
    margin: 0 2.97%;
  }

  .serviceBox3 {
    width: 100%;
  }

  .serviceBoxWrap .serviceBox,
  .serviceBox3 {
    width: 100%;
    margin: 10% auto 10.06%;
    padding-bottom: 20px !important;
  }

  .serviceBoxWrap .serviceBox .txtBox p,
  .serviceBoxWrap .serviceBox3 .txtBox p {
    font-size: 1rem !important;
    line-height: 1.5rem;
  }

  .serviceBoxWrap .serviceBoxFull .txtBox p {
    font-size: 1rem;
    line-height: 1.8rem;
  }

  .flow02 {
    padding: 20px;
    margin: 20px auto;
  }

  .flow02 h3 {
    width: 320px;
  }

  .flow02 h3 p {
    font-size: 1.45rem;
    padding: 0;
  }

  .inner h2 {
    font-size: 1.8em;
  }
}

/*SSS　インフォメーション*/
.box01 {
  padding: 0.5em 1em;
  margin: 2em 0;
  color: #474747;
  background: #FFF;
  border-left: double 7px #4ec4d3;
  border-right: double 7px #4ec4d3;
}

.p-contetns-contact__button1 {
  width: 780px;
  margin: 15px auto 0;
  text-align: center;
  padding: 1rem;
}

@media not all and (min-width: 768px) {
  .p-contetns-contact__button1 {
    width: 100%;
  }
}

/*================================
  お勧めするポイント
================================*/
#effect .p-info-wrap {
  background-color: #e9ecf2;
  border-radius: 12px;
  padding: 2rem 2rem 5rem 2rem;
  margin-top: 84px;
}

@media print,
screen and (min-width: 768px) {
  .p-issue-item {
    width: 100%;
  }
}

.p-issue-item {
  display: flex;
  flex-direction: column;
  margin: 2em 2em 0 2em;
}

.issue-s {
  background: #333333;
  flex: none;
  height: 3rem;
  margin: -5px 20px 10px 0;
  width: 1px;
  max-width: calc(100% - 20px);
}

.p-issue-item__heading {
  font-size: 1.6rem;
  font-weight: bold;
  display: flex;
  border-bottom: 1px solid #666;
  justify-content: center;
}

.p-issue-item__detail {
  font-size: 1.0625rem;
  margin-top: 2rem;
  margin-bottom: 14px;
  line-height: 1.8rem;
}

.issue-n {
  font-size: 4.2rem;
  font-weight: bold;
  margin-top: -2rem;
  margin-right: 20px;
}

.bk-w {
  background-color: white;
}

@media not (min-width: 640px) {
  .p-issue-item__heading {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .issue-s {
    display: none;
  }

  .issue-n {
    max-width: fit-content;
    margin: 0 auto 12px;
    padding-inline: 12px;
    display: flex;
    font-size: 3rem;
    line-height: 1;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
  }
}

@media not all and (min-width: 768px) {
  #effect .p-info-wrap {
    padding: 2rem 1rem 5rem 1rem;
  }

  .p-issue-item {
    margin: 2em 0 1.5em;
  }

  .travel-info {
    padding: 0;
  }
}

.fs07 {
  font-size: .7rem;
}

.tdc-summer {
  background-color: #eda93e;
  color: #FFF;
  font-weight: bold;
}

.tdc-winter {
  background-color: #1d8fb0;
  color: #FFF;
  font-weight: bold;
}

.tdc-uki {
  background-color: #61b8d2;
  color: #FFF;
  font-weight: bold;
}

.tdc-kanki {
  background-color: #94b255;
  color: #FFF;
  font-weight: bold;
}

/*初夢2025*/
.hatsutyme_title {
  color: black;
}

.hatsutyme_title:before {
  content: url(../images/hatsuyume/title_deco_kazari_L.png);
}

.hatsutyme_title:after {
  content: url(../images/hatsuyume/title_deco_kazari_R.png);
}

.w100 {
  width: 100% !important;
}

.w100 .txtBox {
  padding: 1.5rem 1.5rem 3.5rem;
}


/*20251017追加*/
.mv_right_cont a {
  display: block;
  width: fit-content;
  margin: 80px 20px 50px auto;
  position: inherit;
  background-color: white;
}

.mv_right_cont a img {
  position: relative;
  z-index: 3;
  transition: ease .2s;
}

.mv_right_cont a:hover img {
  /*color: #fff;*/
  opacity: .8;
}