@charset "UTF-8";
/* CSS Document */
@import url(//use.fontawesome.com/releases/v5.0.11/css/all.css);

/*-------------------------

　共通

---------------------------*/
html{
	font-size:62.5%;
}

#wrap {
	font-size:1.4rem;
}

#wrap img{
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

#wrap ul,li{
	list-style: none;
	margin: 0;
	padding: 0;
}

.sp-on{
	display: none;
}

.red{
	color: red;
}


.inner-box {
	max-width: 1024px;
	width: 100%;
	margin: 0 auto;
}

h2,h3{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}

h2{
	font-size: 3rem;
	text-align: center;
	margin-bottom: 40px;
	line-height: 1.3em;
}

h2:after{
	content: "";
	bottom: 0;
	right: 0;
	border: 3px solid #fff;
	border-image: linear-gradient(to right, #c5997a 0%, #e2bba9 50%, #b28066 100%);
	border-image-slice: 1;
	display: block;
	width: 50px;
	margin: 10px auto;
}

h2 span{
	font-size:1.8rem;
	display: block;
}

h3{
	font-size:2rem;
}

h3 span{
	font-size:1.4rem;
	display: block;
}
h4 span{
	font-size:1.4rem;
}


/*-------------------------

　パンくず　調整

---------------------------*/
.breadcrumb__item, .breadcrumb__item a {
  font-size:11.2px;	
}
.breadcrumb__itemInner{
	font-size:11.2px;
}
#hisApp .breadcrumb {
	max-width: 1024px;
	width: 100%;
}
/*-------------------------

 メインビジュアル

---------------------------*/
#mainWrap {
	width: 100%;
	height: 530px;
	background: url(../images/main-bg.jpg) no-repeat top center;
}
#mainWrap .inner-box {	
	height: 530px;	
	position: relative
}

#mainWrap .title {
	position: absolute;
	top: 15px;
	left: 10px;
}

/*-------------------------

 ナビ

---------------------------*/

nav {
	width: 100%;
	background: linear-gradient(-45deg, #092b6f, #1d4596);
	overflow: hidden;
}
#wrap nav ul {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
#wrap nav ul li {
	width: 100%;
	padding: 5px 0;
	font-size: 1.6rem;
	border-left: 1px dotted #2f5288;
	font-family: 'Noto Sans JP', sans-serif;
	/*background: linear-gradient(-45deg, #092b6f, #3157a5, #1d4596);*/
}

#wrap nav ul li:last-of-type {
	border-right: 1px dotted #2f5288;
}
#wrap nav ul li a {
	color: #fff;
	display: flex;
	/*width: 100%;*/
	align-items: center;
	justify-content: center;
	position: relative;
	text-decoration: none;
	/* display: block; */
	text-align: center;
	height: 70px;
	padding: 30px 0;
}

#wrap nav ul li a:hover {
	background: linear-gradient(-45deg, #092b6f, #1d4596);
	transition:all 0.8s ease;
}


#wrap nav ul li a:after {
	font-family: "Font Awesome 5 Free";
	content: "\f0d7";
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	font-weight: bold;
}

#wrap nav.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	margin-top: 0;
	box-shadow: 0 1px 2px 0 #e0e0e0;
}


/*-------------------------

 特典

---------------------------*/

#tokuten_wrap {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 60px 0;
}
#tokuten_wrap h2 {
	color: #554728;
}
#tokuten_wrap h3 {
	font-size: 2.2rem;
}


#tokuten_wrap ul{
	margin-bottom: 30px;
}


.point-list{
	display: flex;
	margin: 35px 0;
	justify-content: space-around;
}

.point-list li{
	width: 45%;
	text-align: center;
	padding: 30px 0;
	position: relative;
	border: 3px solid #183a77;
	outline: solid 2px #dbb59d;
	outline-offset: 3px;
	/* background-color: #ccdbf7; */
	border-image: linear-gradient(to right, #c5997a 0%, #e2bba9 50%, #b28066 100%);
	border-image-slice: 1;
}

#tokuten_wrap .point-list li img{
	width: 70%;
	max-width: 600px;
	padding-top: 10px;
}


.point-list li h3{
	color: #554728;
	line-height: 1.5;
	font-weight: bold;
	padding-bottom: 25px;
}
.point-list li:last-of-type h3{
	padding-bottom: 3px;
}

.point-list p span{
	font-weight: bold;
	color: red;
}

#tokuten_wrap ul.tokuten_info{
	width: 90%;
	margin: 0 auto;
}

#tokuten_wrap ul.tokuten_info li{
	list-style: disc;
}
.point-list .glass-info{
	color: #554728;
	font-size: 1.3rem;
	padding-top: 5px;
	font-weight: bold;
}




/*-------------------------

 イベント

---------------------------*/
.event_wrap {
	width: 100%;
	background: url(../images/event_bg.png) bottom no-repeat,linear-gradient(#183a77 50%, #081c57 80%, #060628 90%);
	background-size: contain;
	padding: 80px 0 60px;
	margin-bottom: 70px;
}
.event_wrap h2 {
	color: #fff;;
}


#wrap .event_wrap ul{
	max-width: 960px;
	width: 90%;
	margin: 0 auto;
	background-color: #fff;
	padding: 50px 70px;
	display: flex;
	flex-wrap: wrap;
	border-radius: 10px;
	justify-content: space-between;
}
#wrap .event_wrap li{
	margin-bottom: 30px;
	width: 49%;
}

.event_wrap h3 {
	color: #183a77;
	position: relative;
	background: #fff;
}
.event_wrap h3:before {
	content: "\f2dc";
	font-family: "Font Awesome 5 Free";
	margin-right: 15px;
	font-weight: bold;
}
.event_wrap li:nth-of-type(2) h3:before {
	content: "\f001";
}
.event_wrap li:nth-of-type(3) h3:before {
	content: "\f239";
}

.event_wrap li:last-of-type h3:before {
	content: "\f072";
}

.event_wrap li p:first-of-type{
	color: #183a77;
	font-weight: bold;
}
.event_wrap li span{
	color: #fff;
	font-size: 1.2rem;
	display: inline-block;
	padding: 3px 5px;
	border-radius: 5px;
	margin: 3px 5px 0 0;
	text-align: center;
	background: #183a77;
	min-width: 50px;
}


.cfm_copy{
	text-align: center;
	color: #fff;
	margin-top: 15px;
}

.cfm_copy a{
	color:#fff;
}


/*-------------------------

 ツアー

---------------------------*/
#plan_wrap{
	max-width: 1024px;
	width: 100%;
	margin: 50px auto;
}

#plan_wrap h2{
	color:#544627;
}
.tour_wrap {
	/*background-color: #e4f2ff;*/
	padding: 10px;
	margin-bottom: 50px;
	width: 100%;
}

.tour_wrap h3 {
	text-align: center;
	margin: 30px auto;
	background: linear-gradient(-135deg, #092b6f, #1d4596);
	padding: 15px;
	color: #fff;
}

.tour_wrap h3:before {
	content: "\f072";
	font-family: "Font Awesome 5 Free";
	margin-right: 15px;
	font-weight: bold;
}

.tour_wrap h3 span{
	font-size: 1.4rem;
}

.tour_wrap h4 {
	margin-bottom: 30px;
	font-size: 1.8rem;
	color: #092b6f;
	font-weight: bold;
	text-align: center;
}
#wrap .tour_wrap .tab-area {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.tour_wrap .tab-area li {
	display: block;
	width: 100%;
	margin: 0 7px;	
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	font-weight: bold;
	color: #00164b;
	background-color: #fff;
	text-align: center;
	cursor: pointer;
	border: solid 2px #00164b;
	transition: ease all 0.3s;
	padding: 15px 0;
	position: relative;
}
.tour_wrap .tab-area li.nav_on {
	background-color: #092b6f;
	color: #fff;
}
.tour_wrap .tab-area li:hover {
	background-color: #eada85;
	color: #092b6f;
}
.tour_wrap .tab-area li.nav_on:after {
	font-family: "Font Awesome 5 Free";
	content: "\f0d7";
	position: absolute;
	bottom: -2px;
	right: 0;
	left: 0;
}

/*商品*/
.tourWrap h3 {
	text-align: center;
	/*background-color: #00a0d2;*/
	color: #fff;
	font-size: 1.8rem;
	line-height: 2.0em;
	margin-bottom: 20px;
}


#wrap .tourWrap .tour-list {
	max-width: 960px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
}
#wrap .tourWrap .tour-list li {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 30px;
}
#wrap .tourWrap .tour-list li:nth-child(3n) {
	margin-right: 0;
}
#wrap .tourWrap .tour-list li a {
	display: block;
	color: #333;
	text-decoration: none;
}

.item-box {
	background-color: #fff;
	border: 1px solid #d9d9d9;
	position: relative;
	overflow: hidden;
}
.item-box:hover {
	border: 1px solid #fdd000;
	transition: all 0.4s ease;
}

.item-box:after {
	content: "";
	bottom: 0;
	right: 0;
	border-top: 0.8em solid transparent;
	border-right: 0.8em solid #fdd000;
	position: absolute;
	z-index: 100;
}
.item-box .ico {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	background-color: #6b27ab;
	color: #fff;
	padding: 0 5px;
}
.item-box .pic {
	position: relative;
	max-height: 200px;
	overflow: hidden;
}
.item-box .pic img {
	width: 100%;
	object-fit: cover;
}
.item-box .pic span {
	position: absolute;
	right: 2px;
	bottom: 2px;
	color: #fff;
	font-size: 1.2rem;
	line-height: 1.1em;
	text-align: right;
	text-shadow: black 1px 1px 1px, black -1px 1px 1px,black 1px -1px 1px, black -1px -1px 1px;
}

.item-box .label {
	text-align: center;
	font-size: 1.3rem;
	padding: 5px 0;
}

.item-box .label.offcial{
	background-color: #fdd000;
	color: #685241;
	font-weight: bold;
}

.item-box .label.normal{
	background-color: #664f3f;
	color: #fff;
}

.item-box .tourdata {
	padding: 15px;
}
.item-box .dep {
	margin-bottom: 5px;
}
.item-box .dep .ico-dpt {
	margin-right: 4px;
	font-size: 1.2rem;
	padding: 0 3px;
	color: #fff;
	background-color: #444;
}
.item-box .dep .ico-air img {
	height: 17px;
	width: auto;
	vertical-align: middle;
}
.item-box .copy{
	font-size: 1.3rem;
	line-height: 1.5em;
	margin-bottom: 5px;
}
.item-box .note {
	text-align: right;
	font-size: 1.2rem;
}
.item-box .ttl {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.6rem;
	font-weight: bold;
	color: #004098;
	line-height: 1.5em;
	margin-bottom: 15px;
}
.item-box .price {
	color: #C00;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: right;
}
.item-box .c {
	color: #666;
	font-size: 1rem;
	text-align: right;
}

.item-box-link{
	width: 90%;
	margin:15px auto;
	text-align: center;
}

.item-box-link a{
	text-decoration: none;
}

.item-box-link a p{
	color: #685141;
	font-weight: bold;
	/* background: #674f3d; */
	background: linear-gradient(-5deg, #f9ece3 , #fff);
	border-radius: 15px;
	border: 2px solid #674f3d;
	padding: 5px;
}

/*-------------------------

 ホテル

---------------------------*/
.hotel_Wrap {
	/*background-color: #f9f5f2;*/
	padding: 10px;
	
}
.hotel_Wrap h3{
	text-align: center;
	width: 100%;
	max-width: 960px;
	margin: 30px auto;
	font-size: 2rem;
	background: linear-gradient(-135deg, #624b3a, #826c5c);
	padding: 15px;
	color: #fff;
}


.hotel_Wrap h3:before {
	content: "\f0f2";
	font-family: "Font Awesome 5 Free";
	margin-right: 15px;
	font-weight: bold;
}

.hotel_Wrap h4 {
	margin-bottom: 30px;
	font-size: 1.8rem;
	color: #624b3a;
	font-weight: bold;
	text-align: center;
}

.hotel_Wrap .item-box .ttl{
	color: #624b3a;
}

/*-------------------------

 OP

---------------------------*/
#option_wrap {
	width: 100%;
	background: url(../images/option_bg.png) bottom no-repeat,linear-gradient(#183a77 50%, #081c57 80%, #060628 90%);
	background-size: contain;
	padding: 80px 0 60px;
	margin-bottom: 70px;
}
#option_wrap h2 {
	color: #fff;
}

#option_wrap h2 span {
	font-size: 2.5rem;
}


#option_wrap ul {
	max-width: 960px;
	width: 90%;
	margin: 0 auto;
	background-color: #fff;
	padding: 50px;
	line-height: 1.2;
}


.option_info{
	display: flex;
	flex-direction:row-reverse;
	margin-bottom: 20px;
}

.option_info_ph{
	width: 45%;
	margin-right: 5%;
}

.option_info_ph img{
	width: 100%;
}

.option_info_txt_event{
	background-color: #e4f2ff;
	padding: 10px 15px;
	margin-bottom: 10px;
	line-height: 1.5;
	}
.option_info_txt{
	flex: 1;
}

.option_info_txt h3{
	text-align: center;
	margin-bottom: 10px;
	font-weight: bold;
	color: #183a77;
}

.option_info_txt span , .option_info_attention span{
	color: #fff;
	display: inline-block;
	padding: 5px;
	border-radius: 5px;
	margin: 6px 10px 0 0;
	text-align: center;
}

.option_info_txt span{
	background: #183a77;
}
.option_info_attention{
	margin-bottom: 15px;
	padding: 15px;
	border-bottom: 3px #fff solid;
	border-top: 3px #fff solid;
	border-image: linear-gradient(to right, #c5997a 0%, #e2bba9 50%, #b28066 100%);
	border-image-slice: 1;
}
.option_info_attention span{
	background: radial-gradient(#c69a7b, #b38167);
}

.option_info_attention_2{
}

.option_info_attention_2 h3{
	margin-bottom: 15px;
	color: red;
	font-size: 1.5rem;
}


#wrap .option_info_attention_2 ul{
	padding: 0;
	width: 90%;
	
}

#wrap .option_info_attention_2 li{
	list-style-type: disc;
	margin-bottom: 5px;
	
}

/*-------------------------

 注意事項

---------------------------*/
.textbox {
	width: 90%;
	padding: 20px 0 60px 0;
	margin: 0 auto;
}
.textbox h2 {
	font-size: 2.4rem;
	color: #00a0d2;
	margin-bottom: 20px;
}

.textbox h3 {
	margin-bottom: 20px;
	font-weight: bold;
	color:#624b3a;
}
.textbox h3:before {
	content: "\f001";
	font-family: "Font Awesome 5 Free";
	margin-right: 15px;
	font-weight: bold;
}

#wrap .textbox ul{
	margin-bottom: 15px;
	padding-left: 20px;
	line-height: 1.3;
}

#wrap .textbox ul li{
	font-size: 1.5rem;
	line-height: 1.5;
	list-style-type: disc;
	margin-bottom: 5px;
	
}
/*-------------------------

 注意事項

---------------------------*/

#attention_wrap h2{
    margin: 0 auto;
    font-size: 3rem;
    text-align: center;
    margin-bottom: 30px;
    color: #624b3a;
}


/*-------------------------

 お問合せ

---------------------------*/
.inquiryWrap {
	width: 95%;
	padding: 30px 0;
	max-width: 960px;
	margin: 0 auto;
}
.inquirybox {
	background-color:#e4f2ff;
	overflow: hidden;
}


.inquirybox h3 {
	padding: 15px;
	background: #092b6f;
	text-align: center;
	color: #ffffff;
	}

#wrap .inquirybox ul{
	padding: 25px;
}

#wrap .inquirybox ul.shoplist li {
	font-size:1.4rem;
	position: relative;
}
#wrap .inquirybox ul.shoplist>li:first-child {
	font-size:2rem;
	font-weight:bold;
	margin-bottom: 15px;
}
#wrap .inquirybox ul.shoplist>li:first-child:before {
	position: absolute;
	top: 50%;
	content: '';
	width:100%;
	height: 1px;
	border-top: 1px dashed #333;
}
#wrap .inquirybox ul.shoplist>li> .shopname{
	position: relative;
	display: inline-block;
	padding-right: 10px;
	background:#e4f2ff;
 }
#wrap .inquirybox ul.shoplist>li> .phone{
	position: absolute;
	right:0;
	top:0;
	display:inline-block;
	background:#e4f2ff;
	padding-left: 10px;
	font-size:3.2rem;
}
#wrap .inquirybox ul.shoplist>li> .phone a{
	color:#1c2e6f!important;
	text-decoration: none;
}
#wrap .inquirybox ul.shoplist>li> .phone strong{
	color:#BF1010;
	font-weight: bold
}
.inquirybox .shoplink{
	width:60%;
	margin:20px auto;
}
.inquirybox .shoplink a {
	display:block;
	padding:8px;
	line-height: 32px;
	font-size:1.6rem;
	font-weight:bold;
	color:#00164b;
	text-align: center;
	border-radius: 5px;
	text-decoration: none;
	background-color: #bae3f9;
}
.inquirybox .shoplink a:hover{
	background-color: #9dd6f5;
	transition:all 0.5s ease;
}

.inq-title--shop{
  text-align: center;
}

.inq-title--shop span{
	display: inline-block;
	font-size:2rem;
	font-weight:bold;
	padding:0 50px;
	position: relative;
}
.inq-title--shop span:before,.inq-title--shop span:after{
	content:"";
	display: inline-block;
	position: absolute;
	top:50%;
	width:310px;
	height:1px;
	background: #000;
}
.inq-title--shop span:before{
	left:100%;
}
.inq-title--shop span:after{
	right:100%;
}
.btn-morelink {
	width: 300px;
	margin: 10px auto 20px;
}
.btn-morelink a {
	display: block;
	line-height: 48px;
	background: #092b6f;
	font-size: 1.6rem;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	border-radius: 25px;
	position: relative;
	text-decoration: none;
}

/*北海道のみ*/
.inquirybox_hotel {
	margin: 30px auto 0;
	background: #f9f5f2;
}
.inquirybox_hotel h3{
	background:#624b3a;
}

#wrap .inquirybox_hotel ul.shoplist>li> .shopname {
	background: #f9f5f2;
}
#wrap .inquirybox_hotel ul.shoplist>li> .phone {
	background: #f9f5f2;
}

.inquirybox_hotel .btn-morelink a {
	background: #624b3a;
}


/*-------------------------

 TOPへ戻る

---------------------------*/
#pagetop {
	position: fixed;
	right: 25px;
	bottom: 40px;
	opacity: 0.9;
}
#footer .footer01{
  display:none;
}

	
@media screen and (max-width: 767px) {

	/*-------------------------

	 共通

	---------------------------*/
	.inner-box {
		width: 90%;
	}
	
	.pc-on{
		display: none;
	}
	.sp-on{
		display: block;
	}
	
	h2 {
		font-size: 2.5rem;
	}

	h2 span{
		font-size:1.5rem;
		display: block;
	}
	h3{
		font-size:1.8rem;
	}
	
	h3 span{
		display: block;
		font-size:1.2rem;
	}
	
	
	
	/*-------------------------

	 ナビ

	---------------------------*/
	#wrap nav ul{
		flex-wrap: wrap;
		margin: 0 auto;
	}
	#wrap nav ul li{
		width: 50%;
		border-bottom: 1px dotted #2f5288;
		padding: 0;
	}
	
	/*-------------------------

	 特典

	---------------------------*/
	.point-list{
		display: block;
	}
	
	#tokuten_wrap ul {
		margin: 0 auto;
		width: 90%;
	}
	.point-list li{
		width: 100%;
		margin-bottom: 10%;
		padding: 5% 3%;
	}
	
	.point-list li h3{
		padding-bottom: 3%;
	}
	
	#tokuten_wrap .point-list li img{
		width: 90%;
	}
	/*-------------------------

	 イベント
	
	---------------------------*/
	#wrap .event_wrap ul{
		width: 100%;
		padding: 5%;
		display:block;
	}
	#wrap .event_wrap li{
		width: 100%;
	}
	
	
	/*-------------------------

	 ツアー

	---------------------------*/
	
	
	.tour_wrap h3{
		padding: 10px 0;
	}
	
	.tour_wrap .tab-area {
		width: 100%;
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
	}
	#wrap .tour_wrap .tab-area li {
		width: 31%;
		margin: 0 1% 3% 0;
		font-size: 1.3rem;
	}
	
	#wrap .sp-scroll ul{
		overflow-x: auto;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}
	
	#wrap .tourWrap .inner-box{
		width: 100%;
	}
	.tour_wrap  .inner-box{
		width: 100%;
	}
	
	
	#wrap .tourWrap .tourdata{
		white-space: initial;
	}
	#wrap .tourWrap .tour-list{
		display: block;
	}
	
	
	#wrap .tourWrap .tour-list li{
		display: inline-block;
		width: 80%;
	}
	
	.item-box-link a p{
		padding: 15px 5px;
	}

	
	
	/*-------------------------

	 オプション

	---------------------------*/
	#option_wrap ul{
		width: 100%;
		padding: 4%;
	}
	.option_info{
		display: block;
	}
	.option_info_txt{
		margin-bottom: 5%;
	}
	.option_info_txt p, .option_info_attention p{
		margin-bottom:10px;
		text-align: center;
		
	}
	
	.option_info_txt  p.option_info_txt_event{
		text-align: left;
	
	}
	#option_wrap h2 span {
		font-size: 1.8rem;
	}
	
	.option_info_ph{
		width: 100%;
	}
	
	.option_info_txt span, .option_info_attention span {
		width: 100%;
		margin-bottom: 10px;
		padding: 5px 0;
	}
	
	
	#wrap .option_info_attention_2 ul{
		padding: 0 0 4% 6%;
	}
	
	
	/*-------------------------

	 お問合せ

	---------------------------*/
	#wrap .inquirybox ul.shoplist>li> .phone {
		position: relative;
	}
	#wrap .inquirybox ul.shoplist>li:first-child:before {
		border:none;
	
	}
	
}
	

