@charset "utf-8";
/* =========================================================
	CPN一覧（2019 Renual）
========================================================= */
article {
	background: #fafafa;
}
	article > section + section {
		margin-top: 100px;
	}
	article > section + section.sct-lnk.one {
		margin-top: 20px;
	}
/* 992px以下 */
@media (max-width: 991.98px) {
	article > section + section {
		margin-top: 60px;
	}
	article > section + section.sct-lnk.one {
		margin-top: 20px;
	}
	article > section.sct-lnk.one + section {
		margin-top: 40px;
	}
}
/* メイン
--------------------------------------------------------- */
.sct-main {
	position: relative;
	background: url(/tour/img/main.jpg?210525) no-repeat center center;
	background-size: cover;
	height: 550px;
}
.sct-main h1 {
	position: absolute;
	top: 50%;
	margin-top: -220px;
	text-align: center;
	width: 100%;
}
.sct-main h1 img{
	width: 440px;
	height: auto;
}
/* 767px以下 */
@media only screen and (max-width: 767px) {
.sct-main {
	position: relative;
	background: url(/tour/img/main.jpg?210525) no-repeat center center;
	background-size: cover;
	height: 140px;
	overflow: hidden;
}
.sct-main h1{
	position:absolute;
	top: 50%;
	margin-top: -60px;
}
.sct-main h1 img{
	height: 120px;
	width: auto;
}
}

/* 各カテゴリ Title
--------------------------------------------------------- */
.sct-title {
	text-align: center;
	margin-bottom: 64px;
	color: #333333;
	position: relative;
}
.sct-title h2 + p {
	margin-top: 32px;
	font-size: 16px;
	font-weight: bold;
}
.img-title-park-icon{
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -285px;
}
.img-title-hotspring-icon{
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -145px;
}
.img-title-spot-icon{
	position: absolute;
	top: -30px;
	left: 50%;
    margin-left: -220px;
}
.img-title-overseas-icon{
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -205px;
}
.img-title-other-icon{
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -210px;
}
/* 992px以下 */
@media (max-width: 991.98px) {
	.sct-title {
		margin-bottom: 20px;
	}
	.sct-title h2 + p {
		margin-top: 20px;
		font-size: 13px;
	}
}
@media (max-width: 768px) {
	.sct-title img{
		zoom: 0.56;
		height: auto;
	}
	.txt-title{
		font-size: 1.2em;
	}	
	
}
/* リンクボタン（ホテル予約、検索窓など）
--------------------------------------------------------- */
.sct-lnk.one .btn-stripe {
	/*width: 40%;*/
	max-width: 420px;
	/*min-width: 280px;*/
	margin: 0 auto 0 10px;
}
.sct-lnk.one .col-6:first-child .btn-stripe {
	margin: 0 10px 0 auto;
}
/* 992px以下 */
@media (max-width: 991.98px) {
	.sct-lnk.one .btn-stripe,
	.sct-lnk.one .col-6:first-child .btn-stripe {
		/*width: 46%;*/
		margin:0 auto;
	}
}
/*----- Stripe Btn -----*/
.btn-stripe {
	position: relative;
	margin: 0 10px 20px 40px;
}
	.btn-stripe a:after {
		content: "\f105";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		color: #f53d7e;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		right: 22px;
	}
	.btn-stripe a {
		display: block;
		padding: 16px 25px;
		font-size: 18px;
		font-weight: bold;
		border-radius: 36px;
	}
	.btn-stripe.pink a {
		background: url(/static/img/index/bg-stripe-pink.png) left top;
	}

/* 992px以下 */
@media (max-width: 991.98px) {
	/*----- Stripe Btn -----*/
	.btn-stripe {
		margin: 0 25px 20px;
	}
	.sct-lnk.one .btn-stripe {
		margin: 0 auto;
		width: 94%;
	}
	.btn-stripe a {
		font-size: 14px;
		padding: 8px 13px;
		text-align: center;
	}
	.btn-stripe a:after {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		right: 11px;
	}
}
/* 768px以下 */
@media (max-width: 767.98px) {
	/*.btn-list > div + div {
		margin-top: 55px;
	}*/
}

/* =========================================================
	Common Class
========================================================= */
.img-fluid2 {
	width: 100%;
	height: auto;
}

/* TOPのstyle.cssより
--------------------------------------------------------- */
a, a:hover, a:focus {
    color: #333;
}
/* bus-top.cssより
--------------------------------------------------------- */
.card-plan-01{
	background: #fff;
	padding: 12px 12px;
	border-radius:4px;
	box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.1);
	display: block;
	margin-bottom: 20px;
}
button.card-plan-01{
	text-align: left;
	cursor: pointer;
}
.card-plan-01:hover{
	text-decoration: none;
	background: #feebf2;
}
.card-plan-01 h3 {
	margin-bottom: 10px;
}

.card-plan-01 p + p{
	margin-top: 10px;
}
.card-plan-price{
	font-size: 12px;
}
.card-plan-price span{
	color: #f53c7f;
	margin-left: 10px;
	font-size: 20px;
	font-weight: bold;
}
.card-plan-price span:before{
	content: "￥";
	font-size: 13px;
}
.card-plan-price span:after{
	content: "～";
}
.card-plan-title{
	font-size: 16px;
	font-weight: bold;
}
.card-plan-title .badge{
	line-height: 1;
	position: relative;
	top: -2px;
}
.card-plan-overview{
	font-size: 13px;
	color: #666;
}
.card-plan-combi{
	font-size: 12px;
	text-align: right;
}

.card-plan-01 .itembox-body {
	padding: 12px 12px 0 12px;
}
.card-plan-01 dd small{
	display: block;
}

/*card-plan-01の中を調整*/
.card-layout-01 dt {
	width: 40%;
	float: left;
}
.card-layout-01 dd {
	width: 60%;
	float: left;
}

/*画像だけのやつ*/
.card-plan-02{
	border-radius: 5px;
	box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.2);
	overflow: hidden;
	display: block;
	margin-bottom: 24px;
}
.card-plan-02:hover{
	opacity: 0.9;
	box-shadow: none;
}

.card-layout-03{
	padding: 0 0 16px 0;
	overflow: hidden;
}

@media (max-width: 767px){
	.card-plan-01{
		padding: 5px 5px;
		margin-bottom: 12px;
	}
	.card-plan-01 dd{
		padding: 10px 5px 0 5px;
	}

	.card-plan-price{
		font-size: 11px;
	}
	.card-plan-price span{
		font-size: 13px;
		font-weight: bold;
	}
	.card-plan-title{
		font-size: 12px;
	}
	.card-plan-overview{
		font-size: 11px;
	}
	.card-plan-combi{
		font-size: 11px;
	}
	.card-layout-02 dt{
		width: 40%;
		float: left;
	}
	.card-layout-02 dd{
		width: 58%;
		float: right;
		text-align: left;
	}

	.card-plan-02{
		margin-bottom: 12px;
	}
}


/* 金額「～」打ち消し
--------------------------------------------------------- */
.card-plan-price.only span:after {
	content: none;
}

/*  スマホ時の固定化メニュー
--------------------------------------------------------- */
@media (min-width: 768px){
	.tour-menu-box{
		display:none;
	}
	.sct-lnk.one{
		margin-top:20px;
	}
}
@media (max-width: 767px){
	.tour-menu-box{
		background: rgba(249,137,177,0.8);
		padding: 10px 7px;
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
		margin-top:0 !important;
		z-index: 998;
	}
	.tour-menu-box h2{
		color:#fff;
		font-size:16px;
		font-weight:bold;
		float:left;
		margin-right:10px;
		line-height:36px;
	}
	.tour-menu-box-in {
		width: 670px;
		/*width: 565px;*/
		overflow: hidden;
	}
	
	.tour-menu-box-in li{
		display:inline-block;
	}
	
	.tour-menu-box-in li a{
		font-size: 16px;
		padding:5px 10px;
		background:#fff;
		display:block;
		border-radius:4px;
		text-decoration:none;
	}
	.tour-menu-box-in li.selected a{
		color:#fff;
		background:#333;
	}
	
	.sct-lnk.one{
		margin-top:15px;
	}
	
	.tour-menu-box:after{
		content: "";
		clear: both;
		height: 0;
		display: block;
		visibility: hidden;
	}
}

/*  スマホ時のアンカー位置調整
--------------------------------------------------------- */

@media (max-width: 767px){
	#themepark,
	#hotspring,
	#spot,
	#overseas,
	#other{
    padding-top: 85px;
    margin-top: -50px;
	}
}


/*  GOTO そのほかの場合
--------------------------------------------------------- */

@media (max-width: 767px){
	.card-plan-price span{
		font-size: 16px;
		font-weight: bold;
	}
}

/*  GOTO アイコン対応
--------------------------------------------------------- */

/*.ico-goto{
  position: relative;
}
.ico-goto:before{
  content: "GOTO トラベル 対象";
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  background:rgba(236,62,134,0.8);
  color: #fff;
  text-align: center;
  font-size: 14px;
  padding: 6px 3px 4px;
  line-height: 1;
  font-weight: bold;
}*/
.card-layout-02.ico-goto:before{
  position: relative;
}
.ico-goto:hover{
  text-decoration: none !important;
}
@media (max-width: 767px){
/*.ico-goto:before{
  font-size: 11px;
  padding: 4px 1px 2px;
  background:rgba(236,62,134,0.9);
}*/
}



/*  白川郷のモーダルの処理
--------------------------------------------------------- */
.wrap-modal-planset{
	padding: 10px;
	border:solid 2px #28a745;
	border-radius: 4px;
	background:#f8fffa;
}
.wrap-modalbox + .wrap-modalbox{
	margin-top: 12px;
}
.modal-pickupitem .modal-header{
	background:#f53d7e;
	color: #fff;
}
.modal-title-main{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 6px;
}
.modal-list-base{

}
.modal-list-base li{
	/*float: left;
	width: 50%;
	padding: 0 6px;*/
}
.modal-list-base li a{
	background: #fff;
	padding: 10px 10px;
	border-radius: 4px;
	box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.1);
	display: block;
}
.modal-list-base li a b{
	font-size: 14px;
	display: block;
	margin-bottom: 6px;
}
.modal-list-base li a:hover{
	background: #feebf2;
	text-decoration: none;
}
.btn-close {
    background: #ccc;
    color: #666;
    font-size: 13px;
    padding: 6px 10px;
    border-radius: 4px;
}
@media (max-width: 767px){
.modal-list-base li{
	/*float: none;
	width: 100%;*/
	padding: 6px 0;
}
}

/*
20240722追記　ニジゲンノモリ
--------------------- */
.wrap-copyright{
	position: relative;
}
.text-copyright {
    font-size: 8px;
    line-height: 1;
    padding: 2px;
    position: absolute;
    bottom: -10px;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
    color: #111;
    width: 100%;
}
.txt-em{
	background: #F0F0F0;
	padding: 5px;
	display: inline-block;
	line-height: 1em;
	margin-top: 5px;
	font-weight: bold;
	color: #333;
}
