@charset "utf-8";
/* CSS Document */

:root {
  --gy: #ccc;
  --gy02: #595959;
  --bg: #f5f1e5;
  --nv: #1c435b;
  --red: #a73d15;
  --bge: #cdc19b;
  --grn: #5b8b41;
  --bgrn: #20887d;
  --pur: #6a1e8f;
  --yl: #a79b2d;
}
#coupon, #plan, #panel, #umi_sachi, #s_ishikawa, #s_toyama, #s_fukui,#s_niigata {
  padding-top: 100px;
  margin-top: -100px;
}

.bld{font-weight: bold;}
.bnr_zzz{position: relative; z-index: 10;}

/*----- 背景 -----*/
.bg_color {
  background-color: var(--bg);
}
/*----- タイトル -----*/
.ttl_box{text-align: center; padding: 4rem 10px 1rem 10px;}
.ttl_box h2 {
	font-size: 3.1rem;
    color: var(--nv);
    line-height: 110%;
    font-weight: bold;
	/*font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
}
.ttl_box h2 > .h2cap{
	font-size: 70%;
}
.ttl_box h2 > .spac{
	letter-spacing: -0.03em;/*カタカナの文字間調整*/
}
.ttl_s h3{
	position: relative;
  display: inline-block;
  padding: 0 55px;
	font-size: 2.2rem;
	font-weight: bold;
	margin-top: 2rem;
	color: var(--gy02);
}
.ttl_s h3:before, .ttl_s h3:after {
    content: '';
    position: absolute;
    top: 42%;
    display: inline-block;
    width: 45px;
    height: 2px;
    border: solid 2px var(--bge);
    border-radius: 10px;
}

.ttl_s h3:before {
  left:0;
}
.ttl_s h3:after {
  right: 0;
}

/*----- mv -----*/
.mv_lead {
  display: flex;
  align-items: center;
  width: 76%;
  margin-inline: auto;
}
.mv_lead_logo {
  width: 26%;
}
.mv_lead_logo:nth-child(2) {
  width: 14%;
}
.mv_lead_text {
  flex-grow: 1;
	margin-left: 20px;
}
/* btn */
.btn_01 {
  margin-inline: auto;
  display: block;
}
.btn_01 a {
  background-color: var(--nv);
  display: block;
  padding: 10px 0px;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  position: relative;
}
.btn_01 a::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 12px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.btn_01 a:hover {
  opacity: .7;
  color: #fff;
}
/*----- ナビゲーション 大-----*/
.navigation .naviArea3 ul {
  max-width: 1000px;
  width: 100%;
}
.navigation .naviArea li:nth-child(1), .navigation .naviArea3 li:nth-child(1),
.navigation .naviArea3 li {
  border-left: 1px solid var(--gy);
}
.navigation .naviArea li, .navigation .naviArea3 li {
  border-right: none;
}
.navigation .naviArea li:last-child, .navigation .naviArea3 li:last-child {
  border-right: 1px solid var(--gy);
}
.navigation .naviArea3 li {
  height: auto;
  width: calc(100% / 4);
  position: relative;
}
.navigation .naviArea3 li::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid var(--nv);
  border-right: 2px solid var(--nv);
  transform: rotate(45deg);
}
.navigation .naviArea3 li a {
  width: 100%;
  height: 100%;
}
.navigation .naviArea3 li span {
  padding: 50px 0 2px 0;
}
.navigation .naviArea3 li a[href*="#coupon"] {
  display: block;
  background: url(/content/dam/jretravel/site/page/lp/hokuriku1/images/navic_coupon_2025.png) no-repeat 50% 12%;
  background-size: 18%;
}
.navigation .naviArea3 li a[href*="#plan"] {
  display: block;
  background: url(/content/dam/jretravel/site/page/lp/hokuriku1/images/navic_uminosachi_2025.png) no-repeat 50% 12%;
  background-size: 18%;
}
.navigation .naviArea3 li a[href*="#panel"] {
  display: block;
  background: url(/content/dam/jretravel/site/page/lp/hokuriku1/images/navic_search_2025.png) no-repeat 50% 12%;
  background-size: 18%;
}
.navigation .naviArea3 li a[href*="#umi_sachi"] {
  display: block;
  background: url(/content/dam/jretravel/site/page/lp/hokuriku1/images/navic_imagashun_2025.png) no-repeat 50% 12%;
  background-size: 18%;
}
.navigation .naviArea3 li a:hover, .navigation .naviArea3 li:hover {
  color: var(--red);
  opacity: 1;
}


/*----- ナビゲーション 大-----*/
/*.navigation ul {
  max-width: 1000px;
  width: 100%;
}
.navigation .naviArea li:nth-child(1), .navigation li:nth-child(1),
.navigation li {
  border-left: 1px solid var(--gy);
}
.navigation .naviArea li, .navigation li {
  border-right: none;
}
.navigation .naviArea li:last-child, .navigation li:last-child {
  border-right: 1px solid var(--gy);
}
.navigation li {
  height: auto;
  width: calc(100% / 4);
  position: relative;
}
.navigation li::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid var(--nv);
  border-right: 2px solid var(--nv);
  transform: rotate(45deg);
}
.navigation li a {
  width: 100%;
  height: 100%;
}
.navigation li span {
  padding: 50px 0 2px 0;
}
.navigation li a[href*="#coupon"] {
  display: block;
  background: url(/content/dam/jretravel/site/page/lp/hokuriku1/images/navic_coupon_2025.png) no-repeat 50% 12%;
  background-size: 18%;
}
.navigation li a[href*="#plan"] {
  display: block;
  background: url(/content/dam/jretravel/site/page/lp/hokuriku1/images/navic_uminosachi_2025.png) no-repeat 50% 12%;
  background-size: 18%;
}
.navigation li a[href*="#panel"] {
  display: block;
  background: url(/content/dam/jretravel/site/page/lp/hokuriku1/images/navic_search_2025.png) no-repeat 50% 12%;
  background-size: 18%;
}
.navigation li a[href*="#umi_sachi"] {
  display: block;
  background: url(/content/dam/jretravel/site/page/lp/hokuriku1/images/navic_imagashun_2025.png) no-repeat 50% 12%;
  background-size: 18%;
}
.navigation li a:hover, .navigation li:hover {
  color: var(--red);
  opacity: 1;
}
*/



/*----- ナビゲーション 小-----*/
.s_navi ul{display:flex; justify-content: center;}
.s_navi li{
	position: relative;
	font-size: 1.6rem;
    border-right: solid 1px var(--gy);
    text-align: center;
	width: 20%;
}
.s_navi li:last-child{border-right:none;}
.s_arrow li a {
	display: block;
	position: relative;
}
.s_arrow li a:hover{text-decoration: underline;}
.s_arrow li::after {
    position: absolute;
    right: 50px;
    top: 25%;
    content: "";
    width: 8px;
    height: 8px;
    border-right: 2px solid var(--nv);
    border-top: 2px solid var(--nv);
    display: inline-block;
    transform: rotate(135deg);
}

/*------------クーポン-----------*/

.nihonkai_copon li::before{
	content: '●';
	padding-right: 5px;
}


/*----- DP プラン -----*/
.plan_box{padding: 0 0;}
.sachi_icon{
	position: absolute;
    top: 0px;
    left: 0;
    padding: 3px 10px;
    color: #fff;
    font-weight: bold;
    font-size: 1.5rem;
	border-radius: 0 0 5px 0;
}
.sachi_kani{background-color: var(--red);}
.sachi_nodoguro{background-color: var(--gy02);}
.sachi_buri{background-color: var(--bgrn);}
.sachi_ebi{background-color: var(--yl);}
.sachi_sakana{background-color: var(--pur);}
.sachi_other{background-color: var(--nv);}

.plan_box .plan_name{background: var(--bg); padding: 5px;}
.all_btn{margin-top: -5%!important;}

/*----- 海の幸のご紹介 -----*/
.not_link a{pointer-events: none;}

.shun_box .ttl{color: var(--nv); margin-bottom: 10px!important; font-size: 1.8rem!important;}
.waku_shun{
	background-color: var(--bg);
    padding: 5px 10px;
    font-weight: bold;
}



/* ----------PCのみ---------- */
@media screen and (min-width: 768px) {
  .br_sp {
    display: none;
  }
}
/* ----------SPのみ---------- */
@media screen and (max-width: 767px) {
	.br_sp {
    display: block;
  }
	
	/*----- mv -----*/
	.mv_lead {
    flex-wrap: wrap;
    width: 100%;
    padding: 0 10px;
    gap: 10px 0;
  }
  .mv_lead_logo {
    width: 60%;
	  padding-left: 20px;
  }
  .mv_lead_logo:nth-child(2) {
    width: 30%;
  }
  .mv_lead_text {
    width: 100%;
  }
/*.mv_lead {
  flex-direction: column;
	width: 100%
}
.mv_lead_logo {
  width: 70%;
}
.mv_lead_logo:nth-child(2) {
  width: 14%;
}
.mv_lead_text {
	margin-left: 20px;
	margin-right: 20px;
}*/
	
 /*----- タイトル -----*/
	.ttl_box h2 {font-size: 2.8rem;}
	.ttl_s h3{font-size: 1.6rem;}
	.ttl_box h2 > .h2cap{font-size: 60%;}
  /*----- ナビゲーション -----*/
  .naviArea li span:after, .naviArea3 li span:after,
  .naviArea3 li span:after {
    content: none;
  }
  .navigation .naviArea li:nth-child(1), .navigation .naviArea3 li:nth-child(1), .navigation .naviArea3 li {
    border-top: 1px solid var(--gy);
  }
  .navigation .naviArea3 li:nth-child(2) {
    border-right: 1px solid var(--gy);
  }
  .navigation .naviArea3 li:nth-child(n+3) {
    border-bottom: 1px solid var(--gy);
  }
  .navigation .naviArea3 ul {
    display: flex;
    flex-wrap: wrap;
  }
  .navigation .naviArea3 li {
    width: calc(100% / 2);
  }
  .navigation .naviArea3 li a[href*="#"] {
    background-position: 50% 25%;
  }
	
	
	  /*.naviArea li span:after, li span:after,
 li span:after {
    content: none;
  }
  .navigation .naviArea li:nth-child(1), .navigation li:nth-child(1), .navigation li,
	.navigation .naviArea li:nth-child(2), .navigation li:nth-child(2), .navigation li{
    border-top: none;
	  border-left: none;
	  border-right: none;
  }
  .navigation li:nth-child(2) {
    border-right: none;
  }
  .navigation li:nth-child(n+3) {
    border-bottom: none;
  }
  .navigation ul {
    display: flex;
    flex-wrap: wrap;
	  border: none;
  }
  .navigation li {
    width: calc(100% / 3);
  }
  .navigation li a[href*="#"] {
    background-position: 50% 25%;
  }
	    .naviArea li:nth-child(1) {
			width: 33.333%;}
	
	.navigation .naviArea li:last-child, .navigation li:last-child {
    border-right: none;
}
	    .navigation li:nth-child(2) {
        border-right: none;
    }
.navigation li::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 8px;
  height: 8px;
  border-bottom: none;
  border-right: none;
  transform: rotate(45deg);
}*/
	
/*----- ナビゲーション 小-----*/
.s_navi li{
	font-size: 1.6rem;
    width: 30%;
    padding: 0 10px 0 20px;
	text-align: left;
}
.s_arrow li::after {
    position: absolute;
    right: 10px;
    top: 25%;
}
	
/*----- DP プラン -----*/
	.plan_box{padding: 0 10px;}
	.plan_box .base_prod.clm3 li{width: 70%!important;}
	.all_btn{margin-top: 5px!important;}
	
}

