@charset "utf-8";

/*PCSP共通設定*/
html {
  scroll-behavior: smooth;
}
/*smooth scroll*/


.min_ft {
  font-family: "Yu Mincho Medium", "Yu Mincho", "YuMincho", "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
}

#wrap, #wrapper{
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
    }

/*グレーアウト用*/
.btnDisabled,
.btnDisabled:hover,
.btnDisabled:focus,
.btnDisabled:active {
  filter: grayscale(1);
  background: #7a7a7a!important;	
  pointer-events: none;
  cursor: not-allowed;
}

/*モデルコース強調用*/
#custommade strong{
	font-weight: bold;
}

/* =========================
   root
========================= */
:root {
  /* ===== 色 ===== */
  --c_white: #FFFFFF;
  --c_redbrown: #51110d;
  --c_red: #a72919;
  --c_ocher100: #d1c08c;
  --c_ocher70: #dfd3ae;
  --c_ocher35: #efe9d7;
  --c_ocher15: #f8f6ee;
}


/*759px以下*/
@media screen and (max-width: 759.9px) {
	
.dest_imgbox img {
    width: 100%;
}	

	
  #wrapper {
    line-height: 1.4;
  }

  .spnone {
    display: none;
  }

  /* CSS */
  #dirPathBlock,
  #anchorLinkBlock {
    font-size: 10px;
    margin: 1% 1% 0 1%;
  }

  #dirPathBlock p,
  #anchorLinkBlock a {
    font-size: 12px;
  }

  h1 {
    font-size: 12px;
    margin: 0 1%;
  }

  h2 {
	font-size: var(--fs_xxl);
	text-align: center;
	display: flex;
	flex-direction: column;
	margin: 0 auto 1rem;
	align-items: center;
	letter-spacing: 1px;
	font-feature-settings: "palt";
	font-weight: bold;
  }

  h2 img {
    width: 80%;
  }

  .inner {
    width: 92%;
    margin: 0 auto;
    padding: 2rem 0;
    box-sizing: border-box;
  }

  /* =========================
   root
========================= */
  :root {
    /* ===== 文字サイズ ===== */
    --fs_body: 1rem;
    --fs_caption: 0.8rem;
    --fs_sm: 1.1rem;
    --fs_md: 1.2rem;
    --fs_lg: 1.35rem;
    --fs_xl: 1.5rem;
    --fs_xxl: 1.7rem;
    --fs_3xl: 2rem;
    --fs_4xl: 2.2rem;
  }

  /* =========================
  title
========================= */
  div#title img {
    width: 100%;
  }
/* =========================
  immerse
========================= */
  #immerse h2 {
    color: var(--c_ocher100);
  }

  .title_txt {
	font-size: var(--fs_md);
	color: var(--c_ocher100);
	line-height: 1.3;
	margin: 10px auto 1rem;
	  font-weight: normal;
  }
	
.title_txt_cp{
	font-size: var(--fs_sm);
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	font-weight: normal;
	padding: 40px 0 0;
	letter-spacing: 1px;
	text-align: center;
	color: var(--c_ocher100);
}

  #immerse {
    background-color: var(--c_redbrown);
  }

  .immerse_grid {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 2rem;
	margin: 0 auto 1rem;
  }


  .immerse_item {
    position: relative;
    text-align: center;
  }

  .immerse_item {
    position: relative;
    text-align: center;
    color: var(--c_ocher100);
    background-image: url("../images/diamond_bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60% auto;
  }

  .immerse_item>* {
    position: relative;
    z-index: 1;
  }

  .immerse_icon {
	width: 40px;
	height: 40px;
	object-fit: contain;
	margin-bottom: 5px;
  }

  .immerse_title {
	color: var(--c_ocher100);
	font-size: var(--fs_lg);
	padding: 0 0 5px;
	  font-weight: bold;
  }

  .immerse_txt {
    font-size: var(--fs_sm);
	color: var(--c_ocher100);
    line-height: 1.3;
    font-feature-settings: "palt";
    font-family: "Noto Serif JP","Yu Mincho Medium", "Yu Mincho", "YuMincho",  "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
  }	
	
 /* =========================
  tour
========================= */

  #tour {
    background-color: var(--c_ocher70);
  }

  #tour h2 {
    color: var(--c_redbrown);
  }

  .tour_img {
    width: 100%;
  }

#tour ul {
	display: flex;
	justify-content: center;
	margin: 0 auto 2rem;
	gap: 1rem;
}

  #tour li {
    display: block;
    letter-spacing: 5px;
	flex: 1;
  }

  #tour a {
    position: relative;
    color: var(--c_ocher70);
    background: var(--c_redbrown);
    font-weight: bold;
    font-size: var(--fs_md);
    display: block;
    padding: 4px 0;
    border-radius: 8px;
    transition: all 0.2s ease 0s;
    text-align: center;
  }

  #tour a::after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 3px solid var(--c_ocher70);
    border-right: 3px solid var(--c_ocher70);
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 45%;
    right: 20px;
    border-radius: 1px;
  }

  /* =========================
  pamphlet
========================= */

  #pamphlet {
    background-color: var(--c_ocher35);
    background-image: url("../images/bkimg_02.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
  }

  .pamph_box {
    width: 80%;
    margin: 5% auto;
    text-align: center;
  }

  .pamph_box img {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
	 width: 75%;
  }

    .pamphletConte {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin: auto;
        width: 100%;
        justify-content: space-between;
        align-items: flex-start;
    }
	
  .pamph_box {
    margin: auto;
    text-align: center;
    flex: 1;
  }

  .pamph_box img {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
	 width: 100%;
  }
	
	#pamphlet a{
		 transition: all 0.2s ease 0s;
	}	

#pamphlet a span {
        position: relative;
        color: var(--c_ocher70);
        background: var(--c_redbrown);
        font-weight: bold;
        font-size: var(--fs_md);
        display: block;
        padding: 6px 0;
        border-radius: 8px;
        text-align: center;
        margin: 1rem auto 3rem;
        width: 100%;
    }

  #pamphlet a span::after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 3px solid var(--c_ocher70);
    border-right: 3px solid var(--c_ocher70);
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 45%;
    right: 20px;
    border-radius: 1px;
  }
	
  /* =========================
custommade
========================= */	
#custommade h2 {
  color: var(--c_ocher100);
}

#custommade {
  background-color: var(--c_redbrown);
  background-image: url("../images/bkimg_01.jpg");
  background-repeat: repeat-y;
  background-position: center;
  background-size: cover;
}

#custommade p.title_txt {
  font-family:
    "Noto Serif JP", "Yu Mincho Medium", "Yu Mincho", "YuMincho",
    "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
  text-align: center;
}
    ul.customBtnBox {
        display: flex;
        justify-content: space-between;
        gap: 15px;
        flex-direction: column;
    }
ul.customBtnBox li {
    width: 100%;
}	

    a.customBtn {
        flex: 1;
        position: relative;
        color: var(--c_redbrown);
        background: var(--c_ocher100);
        font-weight: bold;
        font-size: var(--fs_md);
        display: block;
        padding: 11px 0 9px;
        border-radius: 8px;
        transition: all 0.2s ease 0s;
        text-align: center;
		line-height: 1.2;
    }
a.customBtn::after {
        content: '';
        width: 10px;
        height: 10px;
        border-top: 3px solid var(--c_redbrown);
        border-right: 3px solid var(--c_redbrown);
        transform: rotate(45deg) translateY(-50%);
        position: absolute;
        top: 47%;
        right: 20px;
        border-radius: 1px;
    }
	
	
.custommade_wrap {
  margin: 0 auto;
}

    .intro {
        width: 100%;
        display: flex;
        align-items: center;
        margin: 2rem auto;
        box-sizing: content-box;
        gap: 1rem;
        justify-content: space-between;
        flex-direction: column;
    }

    .introPhoto {
        width: 50%;
    }

.introPhoto img {
  display: block;
  width: 100%;
}

    .introBox {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        color: var(--c_ocher35);
        font-family: "Noto Serif JP", "Yu Mincho Medium", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
    }

    .introTitle {
        font-family: "Noto Serif JP", "Yu Mincho Medium", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
        position: relative;
        font-size: var(--fs_md);
        margin: 0 0 1rem 0;
        padding: 0 0 1rem 0;
        border-bottom: 1px solid var(--c_ocher35);
        text-align: center;
    }

    .introTxt {
        font-size: var(--fs_body);
        margin: 0 0 10px;
        line-height: 1.7;
    }

    .introName {
        display: flex;
        text-align: right;
        font-size: var(--fs_caption);
        flex-direction: column;
    }

.introName span {
  font-size: var(--fs_md);
  font-weight: bold;
  margin-left: 6px;
}

h4.cmAreaTitle {
  color: var(--c_red);
  font-weight: bold;
  font-size: var(--fs_xl);
  padding: 0 0 10px 0;
}
	
    h3.navPlan_title {
        display: flex;
        align-items: center;
        gap: 20px;
        color: var(--c_ocher70);
        font-family: "Noto Serif JP", "Yu Mincho Medium", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
        font-size: var(--fs_xl);
        font-weight: bold;
        letter-spacing: 1px;
        padding: 1rem 0;
        text-align: center;
        justify-content: center;
    }

	
/* ===== ナビ + コンテンツ ===== */
    .navPanel {
        display: flex;
        background: var(--c_ocher15);
        border-radius: 6px;
        flex-direction: column;
    }

/* ---- 左ナビ ---- */
    .navLabel {
        background: var(--c_white);
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
    }

.navItem {
        display: block;
        width: 100%;
        padding: 10px 0;
        text-align: center;
        background: var(--c_white);
        border: none;
        border-left: 4px solid transparent;
        border-bottom: 1px solid var(--c_ocher70);
        border-right: 1px solid var(--c_ocher70);
        color: var(--c_redbrown);
        font-size: var(--fs_caption);
        font-weight: bold;
        box-sizing: border-box;
        transition: background 0.2s ease;
    }

.navItem:nth-child(7),
.navItem:nth-child(8) {
  border-bottom: none;
}

.navItem:hover {
  background: var(--c_ocher15);
}

/* ---- 右コンテンツ ---- */

.cmContSec {
  display: none;
  padding: 20px;
  box-sizing: border-box;
}
.cmPhoto {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}

.cmPhoto img {
  display: block;
  width: 100%;
  height: auto;
  min-width: 0;
}

.cmPointTitle {
  font-size: var(--fs_md);
  font-weight: bold;
  color: var(--c_redbrown);
  border-bottom: 1px solid var(--c_ocher70);
  padding-bottom: 10px;
  margin: 0 0 14px;
}

.cmPointList {
  margin: 0 0 30px;
  font-size: var(--fs_sm);
  color: var(--c_redbrown);
}

.cmPointList li {
  margin-bottom: 5px;
}

/* ---- アコーディオン ---- */
.cmAccordion {
  border-radius: 8px;
  overflow: hidden;
}

.cmAccordionCheck {
  position: fixed;
  opacity: 0;
  pointer-events: none;
}

.cmAcBtn {
  width: 100%;
  position: relative;
  color: var(--c_white);
  background: var(--c_red);
  font-weight: bold;
  font-size: var(--fs_md);
  display: block;
  padding: 11px 0 9px;
  border-radius: 8px;
  transition: all 0.2s ease 0s;
  text-align: center;
  margin: 0;
  cursor: pointer;

}
	.cmAcBtn:hover{
		opacity: 0.8;
	}

.cmAcBtn::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 3px solid var(--c_white);
  border-right: 3px solid var(--c_white);
  transform: rotate(135deg) translateY(-50%);
  position: absolute;
  top: 23%;
  right: 20px;
  border-radius: 1px;
  transition: transform 0.2s ease;
}

.cmAccordionCheck:checked ~ .cmAcBtn::after {
  transform: rotate(315deg) translateY(0%);
  top: 45%;
}

.cmAcPanel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.cmAccordionCheck:checked ~ .cmAcPanel {
  max-height: 1080px;
}

.itinerary {
  padding-top: 18px;
}

.cmItinerary_row {
  display: flex;
  margin-bottom: 15px;
}



    .cmItinerary_day {
        flex: 0 0 70px;
        height: 25px;
        line-height: 25px;
        text-align: center;
        background: var(--c_red);
        color: var(--c_white);
        font-size: var(--fs_body);
        font-weight: bold;
        margin-right: 14px;
    }

.cmItinerary_txt {
  flex: 1;
  padding-top: 2px;
  font-size: var(--fs_body);
  color: var(--c_redbrown);
}

/* ---- ナビ切り替え ---- */
.nav-radio {
  position: fixed;
  opacity: 0;
  pointer-events: none;
}

#cmNav01:checked ~ .navPanel .navLabel label[for="cmNav01"],
#cmNav02:checked ~ .navPanel .navLabel label[for="cmNav02"],
#cmNav03:checked ~ .navPanel .navLabel label[for="cmNav03"],
#cmNav04:checked ~ .navPanel .navLabel label[for="cmNav04"],
#cmNav05:checked ~ .navPanel .navLabel label[for="cmNav05"],
#cmNav06:checked ~ .navPanel .navLabel label[for="cmNav06"],
#cmNav07:checked ~ .navPanel .navLabel label[for="cmNav07"],
#cmNav08:checked ~ .navPanel .navLabel label[for="cmNav08"]	{
  background: var(--c_ocher15);
  border-left-color: var(--c_redbrown);
}

#cmNav01:checked ~ .navPanel .cmContent #cmCont01,
#cmNav02:checked ~ .navPanel .cmContent #cmCont02,
#cmNav03:checked ~ .navPanel .cmContent #cmCont03,
#cmNav04:checked ~ .navPanel .cmContent #cmCont04,
#cmNav05:checked ~ .navPanel .cmContent #cmCont05,
#cmNav06:checked ~ .navPanel .cmContent #cmCont06,
#cmNav07:checked ~ .navPanel .cmContent #cmCont07,
#cmNav08:checked ~ .navPanel .cmContent #cmCont08{
  display: block;
}
  a.moroccoMore {
    flex: 1;
    position: relative;
    color: var(--c_ocher35);
    background: var(--c_red);
    font-weight: bold;
    font-size: var(--fs_xl);
    padding: 15px 0;
    transition: all 0.2s ease 0s;
    text-align: center;
    width: 100%;
    margin: 2rem auto 0;
    line-height: 1.1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
	
	a.moroccoMore span{
    font-size: var(--fs_sm);	
	}	

   a.moroccoMore::after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 3px solid var(--c_ocher35);
    border-right: 3px solid var(--c_ocher35);
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
  }	
	
    .cmCaptionList {
        font-size: var(--fs_caption);
        color: var(--c_redbrown);
        margin: 1rem auto 0;
    }
	
	ul.cmCaptionList li {
    text-indent: -1em;
    padding-left: 1em;
	padding-bottom: 0.5em;
}
	
		.csStrong{
		font-weight: bold;
		font-size: var(--fs_md);
		padding: 0 5px 0 0;
	}

  /* =========================
  cities
========================= */
  #cities h2 {
    color: var(--c_redbrown);
  }

  #cities {
    background-color: var(--c_ocher70);
  }

  .cities_box {
    margin: 0 auto;
  }

  .area_btn_cp {
    font-size: var(--fs_caption);
    color: var(--c_redbrown);
    margin: 30px auto 0
  }
	
	.area_btn_title_dp,.area_btn_title{
	font-size: var(--fs_md);
	text-align: center;
	font-weight: bold;
	}
	
	.area_btn_title_dp{
		color: var(--c_red);
		padding: 1rem 0 0.5rem ;
	}	
	.area_btn_title{
		color: var(--c_redbrown);
		padding: 2rem 0 0.5rem;
	}	

  /* 装飾 */
.area_btn_title_dp,.area_btn_title {
    display: flex;
    align-items: center;
}

.area_btn_title_dp:before,.area_btn_title:before,
.area_btn_title_dp:after,.area_btn_title:after {
    content: "";
    height: 1px;
    flex-grow: 1;
}

.area_btn_title_dp:before,.area_btn_title_dp:after { background-color: var(--c_red);}	
.area_btn_title:before,.area_btn_title:after { background-color: var(--c_redbrown);}	
	
	
.area_btn_title_dp:before,.area_btn_title:before {
    margin-right: 1rem;
}

.area_btn_title_dp:after,.area_btn_title:after {
    margin-left: 1rem;
}

  .area_btn_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 15px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
  }

  /* 共通　*/
  .area_btn a {
    position: relative;
    display: block;
    padding: 9px 0 7px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: var(--fs_md);
    color: var(--c_redbrown);
    border: 1px solid var(--c_redbrown);
    border-radius: 8px;
    background: transparent;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  }

  .area_btn a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 18px;
    width: 10px;
    height: 10px;
    border-top: 2px solid var(--c_redbrown);
    border-right: 2px solid var(--c_redbrown);
    transform: translateY(-50%) rotate(45deg);
    transition: border-color 0.2s ease;
  }



  /* 手配旅行ボタン */
  .area_btn a:hover {
    background-color: var(--c_redbrown);
    color: var(--c_ocher100);
  }

  .area_btn a:hover::after {
    border-color: var(--c_ocher100);
  }
	
  /* DPボタン */
  .area_btn_red a {
    color: var(--c_red);
    border-color: var(--c_red);
  }

  .area_btn_red a::after {
    border-color: var(--c_red);
  }

  .area_btn_red a:hover {
    background-color: var(--c_red);
    color: var(--c_ocher100);
  }

  .area_btn_red a:hover::after {
    border-color: var(--c_ocher100);
  }	
	
	
    .citiesTxt {
        font-size: var(--fs_md);
        color: var(--c_redbrown);
        text-align: center;
    }
	
		.citiesTxt a{
		color: var(--c_red);
		text-decoration-line: underline;
	}
	
  /* =========================
 campaign
========================= */

  #campaign h2 {
    color: var(--c_ocher100);
  }

  #campaign {
    background-color: var(--c_redbrown);
  }

  .campaign_box {
	margin: 0.5rem auto 0;
	padding: 22px 15px;
    background-color: var(--c_ocher35);
    border-radius: 12px;
    text-align: center;
  }

  #campaign h3 {
    text-align: center;
	padding: 0 0 10px;
	margin: 0 auto 15px;
	border-bottom: 1px dashed;
  }

  .campaign_title {
	font-size: var(--fs_3xl);
	font-weight: bold;
	line-height: 1.1;
	color: var(--c_redbrown);
	font-feature-settings: "palt";
	letter-spacing: 1px;
  }


  .campaign_leadbox {
   margin: 0.5rem auto;
  }

  .campaign_lead {
    color: var(--c_redbrown);
    font-size: var(--fs_md);
    font-weight: bold;
  }
	
.campaign_date{
	color: var(--c_redbrown);
	font-size: var(--fs_lg);
	font-weight: bold;
	font-feature-settings: "palt";
	letter-spacing: 1px;
	display: flex;
	flex-direction: row;
	justify-content: center;
}
	
dl.campaign_date dd {
    flex: 1;
    text-align: left;
}
	
  .campaign_cp {
    font-size: var(--fs_caption);
    color: var(--c_redbrown);
	  text-align: left;
  }


  .campaign_present {
        display: flex;
        flex-direction: row;
        gap: 10px;
        margin: 1rem 0;
        align-items: center;
        justify-content: center;
  }

    .campaign_round {
        min-width: 75px;
        min-height: 75px;
        background-color: var(--c_red);
        color: var(--c_white);
        font-size: var(--fs_sm);
        font-weight: bold;
        display: flex;
        border-radius: 50%;
        white-space: nowrap;
        justify-content: center;
        align-items: center;
    }

  .campaign_present_text {
	font-size: var(--fs_xxl);
	text-align: left;
	color: var(--c_redbrown);
	font-weight: bold;
	line-height: 1.2;
  }


	
  .ft_lg {
    font-size: var(--fs_4xl);
    margin: 0 4px;
    display: inline-block;
    line-height: 1;
  }

  .cp_link {
    text-align: right;
	margin: 10px 0 0 0;
  }

  .campaign_btn {
    display: inline-flex;
    align-items: center;
    gap:0.5rem;
    margin-top:0.5rem;
    font-size: var(--fs_md);
    font-weight: bold;
    color: var(--c_redbrown) !important;
    text-decoration: none;
    transition: color 0.2s ease;
  }

  .campaign_btn_text {
    display: inline-block;
    border-bottom: 2px solid currentColor;
    transition: border-color 0.2s ease;
	line-height: 1.1;
	padding: 0 0 5px;  
  }

  .campaign_btn::after {
    content: "";
    width: 2em;
    height: 2em;
    background-color: currentColor;
    mask-image: url("../images/arrow.svg");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    -webkit-mask-image: url("../images/arrow.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    transition: background-color 0.2s ease, transform 0.2s ease;
  }

  .campaign_btn:hover {
    color: var(--c_red) !important;
  }
	
  /* =========================
destination
========================= */

  #destination {
    background: var(--c_ocher35);
  }

  #destination h2 {
    color: var(--c_redbrown);
  }

  #destination .inner {
    margin: 0 auto;
  }

  .dest_imgbox {
   margin-top: 0.5rem;
  }

  .dest_imgbox img {
    width: 100%;
    height: auto;
    display: block;

  }

  .dest_imgtxt {
	font-size: var(--fs_sm);
	line-height: 1.3;
	color: var(--c_redbrown);
	padding: 0.5rem 0 1rem;
  }


  .dest_txtbox dl {
    margin: 0;
    text-align: center;
  }

  .dest_txtbox dt:first-child {
    margin-top: 0;
  }

.dest_txtbox dt {
	display: inline-block;
	margin-top: 0.75rem;
	padding: 2px 0;
	text-align: center;
	width: 100%;
	background: var(--c_red);
	color: var(--c_white);
	font-size: var(--fs_sm);
	font-weight: bold;
	border-radius: 14px;
}

.dest_txtbox dd {
	margin: 0.25rem 0 0.5rem 0;
	font-size: var(--fs_sm);
	line-height: 1.3;
	color: var(--c_redbrown);
}	


  a.moroccoHP {
    position: relative;
    color: var(--c_ocher35);
    background: var(--c_redbrown);
    font-weight: bold;
    font-size: var(--fs_xl);
    padding: 15px 0;
    transition: all 0.2s ease 0s;
    text-align: center;
    width: 100%;
    margin: 40px auto 0;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .dest_lkcp {
    font-size: var(--fs_caption);
  }

  a.moroccoHP::after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 3px solid var(--c_ocher35);
    border-right: 3px solid var(--c_ocher35);
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
  }	
	
		a.moreCountry{
        flex: 1;
        position: relative;
        color: var(--c_white);
        background: var(--c_red);
        font-weight: bold;
        font-size: var(--fs_md);
        display: block;
        padding: 11px 0 9px;
        border-radius: 8px;
        transition: all 0.2s ease 0s;
        text-align: center;
		        margin: 20px 0 0;
  
	}
    a.moreCountry::after {
        content: '';
        width: 10px;
        height: 10px;
        border-top: 3px solid var(--c_white);
        border-right: 3px solid var(--c_white);
        transform: rotate(45deg) translateY(-50%);
        position: absolute;
        top: 47%;
        right: 20px;
        border-radius: 1px;
    }
  /* =========================
tripa
========================= */
  #tripblog {
    background: var(--c_ocher70);
  }

  #tripblog h2 {
    color: var(--c_redbrown);
  }

  #tripblog .inBox {
    margin: 1rem auto 0;
    padding: 0;
    background: var(--c_ocher15);
  }

.tripalist{
width: 100%;
}
.tripalist li{
width: 86%;
margin: 0 auto;
padding: 20px 15px;
border-bottom: dashed 1px var(--c_ocher100);
color: var(--c_redbrown);
text-align: left;
}
.tripalist li:last-child{
border-bottom: none;
}
.tripalist li a{
display: flex;
justify-content: space-between;
margin: 0;
padding: 3px 0 3px 15px;
color: var(--c_redbrown);
text-decoration: underline;
}
.tripalist li a::before {
position: absolute;
left:0;
top:12px;
content: '';
width: 5px;
height: 5px;
margin-right: 10px;
border-top: 3px solid var(--c_red);
border-right: 3px solid var(--c_red);
transform: rotate(45deg);
}
.tripalist li dt{
position: relative;
margin-bottom: 5px;
padding:0;
font-size: var(--fs_sm);
font-weight: 600;
}
.tripalist li dd{
	font-size: var(--fs_caption);
}
.tripalist li img{
width: 100%;
}
}

/*760px以上*/
@media screen and (min-width: 760px),
print {

  /* CSS */
  #wrapper {
    line-height: 1.231;
  }

  #dirPathBlock,
  h1,
  .iframe_end-content_gadget,
  #anchorLinkBlock {
    width: 100%;
    max-width: 970px;
    min-width: 760px;
    margin: auto;
  }

  /*panlist&back*/
  #dirPathBlock,
  #anchorLinkBlock {
    width: 100%;
    margin: 0 auto;
    display: block;
    font-size: 12px;
  }

  #dirPathBlock p,
  #anchorLinkBlock a {
    font-size: 12px;
  }

  h1 {
    font-size: 14px;
    width: auto;
    max-width: 970px;
    min-width: 760px;
    margin: 0 auto 5px;
  }

  h2 {
    font-size: var(--fs_3xl);
    text-align: center;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
	font-weight: bold; 
  }

  h2 img {
    width: 400px;
    margin: auto;
  }

  .inner {
    width: 92%;
    max-width: 1080px;
    min-width: 760px;
    margin: 0 auto;
    padding: 80px 0;
    display: block;
  }

  /* =========================
   root
========================= */
  :root {
    /* ===== 文字サイズ ===== */
    --fs_body: 16px;
    --fs_caption: 14px;
    --fs_sm: 18px;
    --fs_md: 20px;
    --fs_lg: 24px;
    --fs_xl: 28px;
    --fs_xxl: 32px;
    --fs_3xl: 34px;
    --fs_4xl: 38px;
  }

  /* =========================
  title
========================= */
  #title {
    width: 100%;
    background: var(--c_redbrown) url(../images/bgimg.jpg) no-repeat 50% 50%;
    background-size: cover;
    text-align: center;
  }

	.mv_imglogo{
		width: 100%;
        max-width: 1080px;
	}
  /* =========================
  immerse
========================= */
  #immerse h2 {
    color: var(--c_ocher100);
  }

  .title_txt {
    font-size: var(--fs_lg);
    color: var(--c_ocher100);
    line-height: 1.4;
    margin: 10px auto 30px;
	font-weight: normal;
  }

.title_txt_cp{
	font-size: var(--fs_sm);
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	font-weight: normal;
	padding: 40px 0 0;
	letter-spacing: 1px;
	text-align: center;
	color: var(--c_ocher100);
}
	
  #immerse {
    background-color: var(--c_redbrown);
    background-image: url("../images/bkimg_01.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  .immerse_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 45px 60px;
    max-width: 1080px;
    margin: 25px auto;
  }



  .immerse_item {
    position: relative;
    text-align: center;
    background-image: url("../images/diamond_bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 300px auto;
  }

  .immerse_item>* {
    position: relative;
    z-index: 1;
  }

  .immerse_icon {
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin-bottom: 16px;
  }

  .immerse_title {
     font-weight: bold;
    color: var(--c_ocher100);
    font-size: var(--fs_md);
  }

  .immerse_txt {
    font-size: var(--fs_sm);
	color: var(--c_ocher100);
    line-height: 1.4;
    padding: 5px 0 0;
    font-feature-settings: "palt";
    font-family: "Noto Serif JP","Yu Mincho Medium", "Yu Mincho", "YuMincho",  "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
  }

  /* =========================
  tour
========================= */

  #tour {
    background-color: var(--c_ocher70);
  }

  #tour h2 {
    color: var(--c_redbrown);
  }

  .tour_img {
    width: 100%;
    margin: 30px auto;
  }

  #tour ul {
    display: flex;
    justify-content: center;
    margin: 0 auto 100px;
    gap: 20px;
  }

  #tour li {
    display: block;
    width: 350px;
    letter-spacing: 5px;
  }

  #tour a {
    flex: 1;
    position: relative;
    color: var(--c_ocher70);
    background: var(--c_redbrown);
    font-weight: bold;
    font-size: var(--fs_md);
    display: block;
    padding: 11px 0 9px;
    border-radius: 8px;
    transition: all 0.2s ease 0s;
    text-align: center;
  }

  #tour a::after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 3px solid var(--c_ocher70);
    border-right: 3px solid var(--c_ocher70);
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 47%;
    right: 20px;
    border-radius: 1px;
  }

  /* =========================
  pamphlet
========================= */

  #pamphlet {
    background-color: var(--c_ocher35);
    background-image: url("../images/bkimg_02.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
  }

.pamphletConte {
    display: flex;
    flex-direction: row;
    gap: 60px;
    margin: auto;
    width: 85%;
    justify-content: space-between;
    align-items: flex-start;
}
	
  .pamph_box {
    margin: auto;
    text-align: center;
    flex: 1;
  }

  .pamph_box img {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
	 width: 100%;
  }
	
   #pamphlet a{	
	transition: all 0.2s ease 0s;
}
    #pamphlet a span {
        position: relative;
        color: var(--c_ocher70);
        background: var(--c_redbrown);
        font-weight: bold;
        font-size: var(--fs_sm);
        display: block;
        padding: 7px 0 6px;
        border-radius: 8px;
        text-align: center;
        margin: 20px auto 0;
    }

  #pamphlet a span::after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 3px solid var(--c_ocher70);
    border-right: 3px solid var(--c_ocher70);
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 45%;
    right: 20px;
    border-radius: 1px;
  }
	
  /* =========================
custommade
========================= */	
#custommade h2 {
  color: var(--c_ocher100);
}

#custommade {
  background-color: var(--c_redbrown);
  background-image: url("../images/bkimg_01.jpg");
  background-repeat: repeat-y;
  background-position: center;
  background-size: cover;
}

#custommade p.title_txt {
  font-family:
    "Noto Serif JP", "Yu Mincho Medium", "Yu Mincho", "YuMincho",
    "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
  text-align: center;
}
	
ul.customBtnBox {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
ul.customBtnBox li {
    width: 100%;
}	

    a.customBtn {
        flex: 1;
        position: relative;
        color: var(--c_redbrown);
        background: var(--c_ocher100);
        font-weight: bold;
        font-size: var(--fs_md);
        display: block;
        padding: 11px 0 9px;
        border-radius: 8px;
        transition: all 0.2s ease 0s;
        text-align: center;
    }
a.customBtn::after {
        content: '';
        width: 10px;
        height: 10px;
        border-top: 3px solid var(--c_redbrown);
        border-right: 3px solid var(--c_redbrown);
        transform: rotate(45deg) translateY(-50%);
        position: absolute;
        top: 47%;
        right: 20px;
        border-radius: 1px;
    }

.custommade_wrap {
  max-width: 1080px;
  margin: 0 auto;
}

    .intro {
        width: 85%;
        display: flex;
        align-items: center;
        margin: 2rem auto 2rem;
        box-sizing: content-box;
        gap: 40px;
        justify-content: space-between;
    position: relative;
    z-index: 0; 	
    }
	
.intro::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80vw;
    background: url("../images/custombg.png") center / cover no-repeat;
    z-index: -1;
	max-width: 1080px;
}
	
    .introPhoto {
        width: 26%;
    }

.introPhoto img {
  display: block;
  width: 100%;
}

.introBox {
        font-family: "Noto Serif JP", "Yu Mincho Medium", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        color: var(--c_ocher35);
    }

    .introTitle {
        position: relative;
        font-size: var(--fs_lg);
        margin: 0 0 1rem 0;
        padding: 0 0 1rem 0;
        border-bottom: 1px solid var(--c_ocher35);
    }

.introTxt {	
  font-size: var(--fs_sm);
  margin: 0 0 10px;
  line-height: 1.7;
}

.introName {
  text-align: right;
  font-size: var(--fs_caption);
}

.introName span {
  font-size: var(--fs_md);
  font-weight: bold;
  margin-left: 6px;
}

h4.cmAreaTitle {
  color: var(--c_red);
  font-weight: bold;
  font-size: var(--fs_xl);
  padding: 0 0 15px 0;
}
	
	
	h3.navPlan_title{
    display: flex;
    align-items: center;
    gap: 20px;
    color: var(--c_ocher70);
    font-family: "Noto Serif JP", "Yu Mincho Medium", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
    font-size: var(--fs_xl);
    padding: 1.5rem 0;
	}
	
	
h3.navPlan_title::before, h3.navPlan_title::after {
    content: "";
    flex: 1 1 0;
    height: 1px;
    background: var(--c_ocher70);
}
	
/* ===== ナビ + コンテンツ ===== */
.navPanel {
  display: flex;
  background: var(--c_ocher15);
  border-radius: 6px;
  align-items: flex-start;
}

/* ---- 左ナビ ---- */
.navLabel {
  background: var(--c_white);
  padding: 20px 0;
  flex-shrink: 0;
}

.navItem {
  display: block;
  width: 100%;
  padding: 20px 15px;
  text-align: center;
  background: var(--c_white);
  border: none;
  border-left: 4px solid transparent;
  border-bottom: 1px solid var(--c_ocher70);
  color: var(--c_redbrown);
  font-size: var(--fs_sm);
  font-weight: bold;
  box-sizing: border-box;
  transition: background 0.2s ease;
}

.navItem:last-child {
  border-bottom: none;
}

.navItem:hover {
  background: var(--c_ocher15);
}

/* ---- 右コンテンツ ---- */

.cmContSec {
  display: none;
  padding: 30px;
  flex: 1;
  min-width: 0;
  box-sizing: border-box;
}
.cmPhoto {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
}

.cmPhoto img {
  display: block;
  width: 100%;
  height: auto;
  min-width: 0;
}

.cmPointTitle {
  font-size: var(--fs_md);
  font-weight: bold;
  color: var(--c_redbrown);
  border-bottom: 1px solid var(--c_ocher70);
  padding-bottom: 10px;
  margin: 0 0 14px;
}

.cmPointList {
  margin: 0 0 30px;
  font-size: var(--fs_sm);
  color: var(--c_redbrown);
}

.cmPointList li {
  margin-bottom: 5px;
}

/* ---- アコーディオン ---- */
.cmAccordion {
  border-radius: 8px;
  overflow: hidden;
}

.cmAccordionCheck {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.cmAcBtn {
  width: 100%;
  position: relative;
  color: var(--c_white);
  background: var(--c_red);
  font-weight: bold;
  font-size: var(--fs_md);
  display: block;
  padding: 11px 0 9px;
  border-radius: 8px;
  transition: all 0.2s ease 0s;
  text-align: center;
  margin: 0;
  cursor: pointer;

}
	.cmAcBtn:hover{
		opacity: 0.8;
	}

.cmAcBtn::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 3px solid var(--c_white);
  border-right: 3px solid var(--c_white);
  transform: rotate(135deg) translateY(-50%);
  position: absolute;
  top: 23%;
  right: 20px;
  border-radius: 1px;
  transition: transform 0.2s ease;
}

.cmAccordionCheck:checked ~ .cmAcBtn::after {
  transform: rotate(315deg) translateY(0%);
  top: 45%;
}

.cmAcPanel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.cmAccordionCheck:checked ~ .cmAcPanel {
  max-height: 1080px;
}

.itinerary {
  padding-top: 18px;
}

.cmItinerary_row {
  display: flex;
  margin-bottom: 15px;
}

.cmItinerary_day {
  flex: 0 0 70px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background: var(--c_red);
  color: var(--c_white);
  font-size: var(--fs_body);
  font-weight: bold;
  margin-right: 14px;
}

.cmItinerary_txt {
  flex: 1;
  padding-top: 2px;
  font-size: var(--fs_sm);
  color: var(--c_redbrown);
}

/* ---- ナビ切り替え ---- */
.nav-radio {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

#cmNav01:checked ~ .navPanel .navLabel label[for="cmNav01"],
#cmNav02:checked ~ .navPanel .navLabel label[for="cmNav02"],
#cmNav03:checked ~ .navPanel .navLabel label[for="cmNav03"],
#cmNav04:checked ~ .navPanel .navLabel label[for="cmNav04"],
#cmNav05:checked ~ .navPanel .navLabel label[for="cmNav05"],
#cmNav06:checked ~ .navPanel .navLabel label[for="cmNav06"],
#cmNav07:checked ~ .navPanel .navLabel label[for="cmNav07"],
#cmNav08:checked ~ .navPanel .navLabel label[for="cmNav08"]	{
  background: var(--c_ocher15);
  border-left-color: var(--c_redbrown);
}

#cmNav01:checked ~ .navPanel .cmContent #cmCont01,
#cmNav02:checked ~ .navPanel .cmContent #cmCont02,
#cmNav03:checked ~ .navPanel .cmContent #cmCont03,
#cmNav04:checked ~ .navPanel .cmContent #cmCont04,
#cmNav05:checked ~ .navPanel .cmContent #cmCont05,
#cmNav06:checked ~ .navPanel .cmContent #cmCont06,
#cmNav07:checked ~ .navPanel .cmContent #cmCont07,
#cmNav08:checked ~ .navPanel .cmContent #cmCont08{
  display: block;
}


  a.moroccoMore {
    flex: 1;
    position: relative;
    color: var(--c_ocher35);
    background: var(--c_red);
    font-weight: bold;
    font-size: var(--fs_xl);
    padding: 15px 0;
    transition: all 0.2s ease 0s;
    text-align: center;
    width: 100%;
    margin: 5rem auto 0;
    line-height: 1.1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

	a.moroccoMore span{
    font-size: var(--fs_sm);	
	}	
	
   a.moroccoMore::after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 3px solid var(--c_ocher35);
    border-right: 3px solid var(--c_ocher35);
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
  }
	
    .cmCaptionList {
        font-size: var(--fs_caption);
        color: var(--c_redbrown);
        margin: 1.5rem auto 0;
    }
	
	ul.cmCaptionList li {
    text-indent: -1em;
    padding-left: 1em;
}
	
	.csStrong{
		font-weight: bold;
		font-size: var(--fs_md);
		padding: 0 5px 0 0;
	}
	
	
  /* =========================
  cities
========================= */
  #cities h2 {
    color: var(--c_redbrown);
  }

  #cities {
    background-color: var(--c_ocher70);
  }

  .cities_box {
    max-width: 800px;
    margin: 0 auto;
  }

  .area_btn_cp {
    font-size: var(--fs_caption);
    color: var(--c_redbrown);
    margin: 30px auto 0
  }
	
	.area_btn_title_dp,.area_btn_title{
	font-size: var(--fs_md);
	text-align: center;
	font-weight: bold;
	padding: 40px 0 15px;
	}
	
	.area_btn_title_dp{ color: var(--c_red);}	
	.area_btn_title{ color: var(--c_redbrown);}	

  /* 装飾 */
.area_btn_title_dp,.area_btn_title {
    display: flex;
    align-items: center;
}

.area_btn_title_dp:before,.area_btn_title:before,
.area_btn_title_dp:after,.area_btn_title:after {
    content: "";
    height: 1px;
    flex-grow: 1;
}

.area_btn_title_dp:before,.area_btn_title_dp:after { background-color: var(--c_red);}	
.area_btn_title:before,.area_btn_title:after { background-color: var(--c_redbrown);}	
	
	
.area_btn_title_dp:before,.area_btn_title:before {
    margin-right: 1rem;
}

.area_btn_title_dp:after,.area_btn_title:after {
    margin-left: 1rem;
}
	
	
	
.area_btn_grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 15px;
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.area_btn.area_btn_red {
  grid-column: span 3;
}
.area_btn:not(.area_btn_red) {
  grid-column: span 2;
}

  /* 共通　*/
  .area_btn a {
    position: relative;
    display: block;
    padding: 11px 0 10px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: var(--fs_md);
    color: var(--c_redbrown);
    border: 1px solid var(--c_redbrown);
    border-radius: 8px;
    background: transparent;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  }

  .area_btn a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 18px;
    width: 10px;
    height: 10px;
    border-top: 2px solid var(--c_redbrown);
    border-right: 2px solid var(--c_redbrown);
    transform: translateY(-50%) rotate(45deg);
    transition: border-color 0.2s ease;
  }
	


  /* 手配旅行ボタン */
  .area_btn a:hover {
    background-color: var(--c_redbrown);
    color: var(--c_ocher100);
  }

  .area_btn a:hover::after {
    border-color: var(--c_ocher100);
  }

  /* DPボタン */
  .area_btn_red a {
    color: var(--c_red);
    border-color: var(--c_red);
  }

  .area_btn_red a::after {
    border-color: var(--c_red);
  }

  .area_btn_red a:hover {
    background-color: var(--c_red);
    color: var(--c_ocher100);
  }

  .area_btn_red a:hover::after {
    border-color: var(--c_ocher100);
  }
	
    .citiesTxt {
        font-size: var(--fs_md);
        color: var(--c_redbrown);
        text-align: center;
    }
	
	.citiesTxt a{
		color: var(--c_red);
		text-decoration-line: underline;
	}
  /* =========================
 campaign
========================= */

  #campaign h2 {
    color: var(--c_ocher100);
  }

  #campaign {
    background-color: var(--c_redbrown);
    background-image: url("../images/bkimg_01.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  .campaign_box {
    max-width: 1080px;
    margin: 30px auto 0;
    padding: 40px 30px;
    background-color: var(--c_ocher35);
    border-radius: 12px;
    text-align: center;
  }

  #campaign h3 {
    text-align: center;
  }

  .campaign_title {
    position: relative;
    display: inline-block;
    padding: 0 90px;
    font-size: var(--fs_4xl);
    font-weight: bold;
    color: var(--c_redbrown);
  }


  .campaign_title::before,
  .campaign_title::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 65px;
    height: 35px;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-50%);
  }

  .campaign_title::before {
    left: 0;
    background-image: url("../images/star_l.png");
  }

  .campaign_title::after {
    right: 0;
    background-image: url("../images/star_r.png");
  }

  .campaign_leadbox {
    margin: 20px auto;
  }

  .campaign_lead {
    color: var(--c_redbrown);
    font-size: var(--fs_lg);
    font-weight: bold;
  }
	
.campaign_date{
	color: var(--c_redbrown);
    font-size: var(--fs_xl);
    font-weight: bold;
	font-feature-settings: "palt";
    letter-spacing: 1px;
	    display: flex;
        flex-direction: row;
        justify-content: center;
}	
	
	
  .campaign_cp {
    font-size: var(--fs_caption);
    color: var(--c_redbrown);
  }


  .campaign_present {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin: 24px 0;
  }

  .campaign_round {
    width: 75px;
    height: 75px;
    background-color: var(--c_red);
    color: var(--c_white);
    font-size: var(--fs_md);
    font-weight: bold;
    display: flex;
    border-radius: 50%;
    white-space: nowrap;
    justify-content: center;
    align-items: center;
    padding: 6px 3px 0 3px;
  }


  .campaign_present_text {
    font-size: var(--fs_xxl);
    text-align: left;
    color: var(--c_redbrown);
    font-weight: bold;
  }

  .ft_lg {
    font-size: var(--fs_4xl);
    margin: 0 4px;
    display: inline-block;
    line-height: 1;
  }

  .cp_link {
    text-align: right;
  }

  .campaign_btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
    font-size: var(--fs_lg);
    font-weight: bold;
    color: var(--c_redbrown) !important;
    text-decoration: none;
    transition: color 0.2s ease;
  }

  .campaign_btn_text {
    display: inline-block;
    border-bottom: 2px solid currentColor;
    transition: border-color 0.2s ease;
  }

  .campaign_btn::after {
    content: "";
    width: 1em;
    height: 1em;
    background-color: currentColor;
    mask-image: url("../images/arrow.svg");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    -webkit-mask-image: url("../images/arrow.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    transition: background-color 0.2s ease, transform 0.2s ease;
  }

  .campaign_btn:hover {
    color: var(--c_red) !important;
  }

  /* =========================
destination
========================= */

  #destination {
    background: var(--c_ocher35);
    padding: 60px 0;
  }

  #destination h2 {
    color: var(--c_redbrown);
  }

  #destination .inner {
    max-width: 1080px;
    margin: 0 auto;
  }


  .dest_innnerbox {
    display: flex;
    gap: 40px;
    margin-top: 30px;
  }

  .dest_imgbox {
    flex: 0 0 48%;
  }

  .dest_imgbox img {
    width: 100%;
    height: auto;
    display: block;
  }

  .dest_imgtxt {
    font-size: var(--fs_sm);
    line-height: 1.4;
    color: var(--c_redbrown);
    background: var(--c_ocher15);
    padding: 15px;
  }


  .dest_txtbox {
    flex: 1;
  }

  .dest_txtbox dl {
    margin: 0;
  }

  .dest_txtbox dt:first-child {
    margin-top: 0;
  }

  .dest_txtbox dt {
    display: inline-block;
    margin-top: 15px;
    padding: 4px 0 1px;
    text-align: center;
    width: 150px;
    background: var(--c_red);
    color: var(--c_white);
    font-size: var(--fs_sm);
    font-weight: bold;
    border-radius: 14px;
  }

  .dest_txtbox dd {
    margin: 6px 0 0 0;
    font-size: var(--fs_sm);
    line-height: 1.4;
    color: var(--c_redbrown);
  }

  a.moroccoHP {
    flex: 1;
    position: relative;
    color: var(--c_ocher35);
    background: var(--c_redbrown);
    font-weight: bold;
    font-size: var(--fs_xl);
    padding: 15px 0;
    transition: all 0.2s ease 0s;
    text-align: center;
    width: 100%;
    margin: 40px auto 0;
    line-height: 1.1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .dest_lkcp {
    font-size: var(--fs_caption);
  }

   a.moroccoHP::after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 3px solid var(--c_ocher35);
    border-right: 3px solid var(--c_ocher35);
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
  }
	
	a.moreCountry{
        flex: 1;
        position: relative;
        color: var(--c_white);
        background: var(--c_red);
        font-weight: bold;
        font-size: var(--fs_md);
        display: block;
        padding: 11px 0 9px;
        border-radius: 8px;
        transition: all 0.2s ease 0s;
        text-align: center;
		        margin: 20px 0 0;
  
	}
    a.moreCountry::after {
        content: '';
        width: 10px;
        height: 10px;
        border-top: 3px solid var(--c_white);
        border-right: 3px solid var(--c_white);
        transform: rotate(45deg) translateY(-50%);
        position: absolute;
        top: 47%;
        right: 20px;
        border-radius: 1px;
    }
  /* =========================
tripa
========================= */


  #tripblog {
    background: var(--c_ocher70);
    padding: 60px 0;
  }

  #tripblog h2 {
    color: var(--c_redbrown);
  }

  #tripblog .inBox {
    margin: 30px auto 0;
    padding: 0;
    background: var(--c_ocher15);
  }

  .tripalist {
    width: 100%;
  }

  .tripalist li {
    display: flex;
    padding: 15px;
    border-bottom: dashed 1px var(--c_ocher100);
    text-align: left;
    color: var(--c_redbrown);
  }

  .tripalist li:last-child {
    border-bottom: none;
  }

  .tripalist li a {
    display: flex;
    align-items: center;
    margin: 0 auto;
    padding: 3px;
    color: var(--c_redbrown);
    font-size: var(--fs_md);
    transition: 0.2s;
  }

  .tripalist li a::before {
    content: '';
    width: 5px;
    height: 5px;
    margin-right: 10px;
    border-top: 3px solid var(--c_red);
    border-right: 3px solid var(--c_red);
    transform: rotate(45deg);
  }

  .tripalist li dt {
    margin-bottom: 10px;
    padding: 0 0 0 10px;
    font-size: var(--fs_sm);
    font-weight: 600;
  }

  .tripalist li dd {
    padding-left: 15px;
    font-size: var(--fs_sm);
  }

  .tripalist li img {
    width: 200px;
    margin-right: 20px;
  }

}